[GitHub] [kafka] dajac commented on pull request #13535: KAFKA-9579 Fetch implementation for records in the remote storage through a specific purgatory.

2023-05-23 Thread via GitHub


dajac commented on PR #13535:
URL: https://github.com/apache/kafka/pull/13535#issuecomment-1559262765

   @satishd Weird... It fails all the time on my laptop.
   
   ```
   Gradle Test Run :core:test > Gradle Test Executor 9 > ListOffsetsRequestTest 
> testResponseIncludesLeaderEpoch() FAILED
   org.opentest4j.AssertionFailedError: expected: <(10,1,0)> but was: 
<(-1,-1,78)>
   at 
app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
   at 
app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
   at 
app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
   at 
app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
   at 
app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
   at 
app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1142)
   at 
app//kafka.server.ListOffsetsRequestTest.testResponseIncludesLeaderEpoch(ListOffsetsRequestTest.scala:210)
   ```
   
   ```
   % git rev-parse --verify HEAD
   15f8705246e094f7825b76a38d9f12f95d626ee5
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [kafka] dajac commented on pull request #13535: KAFKA-9579 Fetch implementation for records in the remote storage through a specific purgatory.

2023-05-22 Thread via GitHub


dajac commented on PR #13535:
URL: https://github.com/apache/kafka/pull/13535#issuecomment-1558604752

   @satishd `testResponseIncludesLeaderEpoch` fails locally. Does it pass for 
you? It does not seem to be related to slow CI.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [kafka] dajac commented on pull request #13535: KAFKA-9579 Fetch implementation for records in the remote storage through a specific purgatory.

2023-05-22 Thread via GitHub


dajac commented on PR #13535:
URL: https://github.com/apache/kafka/pull/13535#issuecomment-1557543152

   @satishd I see many failed tests 
[here](https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/detail/PR-13535/33/tests).
 Are they related to changes made in this PR?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org