[
https://issues.apache.org/jira/browse/PHOENIX-6835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Istvan Toth updated PHOENIX-6835:
---------------------------------
Description:
On fast machines, the check sometimes seems to fail because we're still in the
same millisecond.
{noformat}
org.apache.phoenix.end2end.RowTimestampIT.testAutomaticallySettingRowTimestampWithDate[RowTimestampIT_mutable=true,ascending=true]
Time elapsed: 2.122 s <<< FAILURE!
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at
org.apache.phoenix.end2end.RowTimestampIT.automaticallySettingRowTimestampForImmutableTableAndIndexes(RowTimestampIT.java:270)
...{noformat}
was:
{noformat}
org.apache.phoenix.end2end.RowTimestampIT.testAutomaticallySettingRowTimestampWithDate[RowTimestampIT_mutable=true,ascending=true]
Time elapsed: 2.122 s <<< FAILURE!
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at
org.apache.phoenix.end2end.RowTimestampIT.automaticallySettingRowTimestampForImmutableTableAndIndexes(RowTimestampIT.java:270)
...{noformat}
> Flakey RowTimestampIT.testAutomaticallySettingRowTimestampWithDate
> ------------------------------------------------------------------
>
> Key: PHOENIX-6835
> URL: https://issues.apache.org/jira/browse/PHOENIX-6835
> Project: Phoenix
> Issue Type: Bug
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Major
>
> On fast machines, the check sometimes seems to fail because we're still in
> the same millisecond.
> {noformat}
> org.apache.phoenix.end2end.RowTimestampIT.testAutomaticallySettingRowTimestampWithDate[RowTimestampIT_mutable=true,ascending=true]
> Time elapsed: 2.122 s <<< FAILURE!
> java.lang.AssertionError
> at org.junit.Assert.fail(Assert.java:87)
> at org.junit.Assert.assertTrue(Assert.java:42)
> at org.junit.Assert.assertTrue(Assert.java:53)
> at
> org.apache.phoenix.end2end.RowTimestampIT.automaticallySettingRowTimestampForImmutableTableAndIndexes(RowTimestampIT.java:270)
> ...{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)