You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Kanthi Subramanian (Jira)" <ji...@apache.org> on 2021/11/04 16:16:00 UTC

[jira] [Commented] (CASSANDRA-17120) Flaky test - org.apache.cassandra.serializers.TimestampSerializerTest

    [ https://issues.apache.org/jira/browse/CASSANDRA-17120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17438815#comment-17438815 ] 

Kanthi Subramanian commented on CASSANDRA-17120:
------------------------------------------------

Looks like the condition that fails isĀ *parsed <= now + threshold*

_assertTrue_("'now' timestamp not within expected tolerance.", now <= parsed && parsed <= now + threshold);
 

INFO [main] 2021-11-04 12:12:43,816 SubstituteLogger.java:169 - now1636042363752
INFO [main] 2021-11-04 12:12:43,819 SubstituteLogger.java:169 - parsed1636042363765

> Flaky test - org.apache.cassandra.serializers.TimestampSerializerTest
> ---------------------------------------------------------------------
>
>                 Key: CASSANDRA-17120
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17120
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/unit
>            Reporter: Brandon Williams
>            Priority: Normal
>             Fix For: 4.x
>
>
> As seen here: https://app.circleci.com/pipelines/github/blerer/cassandra/239/workflows/32b4bc10-685a-4719-ac6c-950e76cd9533/jobs/2144
> {noformat}
> junit.framework.AssertionFailedError: 'now' timestamp not within expected tolerance.
> 	at org.apache.cassandra.serializers.TimestampSerializerTest.testNow(TimestampSerializerTest.java:227)
> {noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org