You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Stanislav Kozlovski (Jira)" <ji...@apache.org> on 2020/02/21 09:57:00 UTC

[jira] [Created] (KAFKA-9589) LogValidatorTest#testLogAppendTimeNonCompressedV2 is not executed and does not pass

Stanislav Kozlovski created KAFKA-9589:
------------------------------------------

             Summary: LogValidatorTest#testLogAppendTimeNonCompressedV2 is not executed and does not pass
                 Key: KAFKA-9589
                 URL: https://issues.apache.org/jira/browse/KAFKA-9589
             Project: Kafka
          Issue Type: Bug
            Reporter: Stanislav Kozlovski


The LogValidatorTest#testLogAppendTimeNonCompressedV2 test does not execute because it's missing a '@Test' annotation.

When executed locally, it fails with the following error:
{code:java}
java.lang.AssertionError: The offset of max timestamp should be 0 
Expected :0
Actual   :2
{code}
 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)