Uh oh!
There was an error while loading. Please reload this page.
HBASE-27479 fix flaky test testClone in TestTaskMonitor - #4876
Conversation
Apache-HBase
commented
Nov 11, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 11, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 11, 2022
🎊 +1 overall
This message was automatically generated. |
Apache9
left a comment
There was a problem hiding this comment.
Thanks for opening this PR and letting us know this great tool for asserting json!
| <dependency> | ||
| <groupId>org.skyscreamer</groupId> | ||
| <artifactId>jsonassert</artifactId> | ||
| <version>1.5.1</version> |
There was a problem hiding this comment.
Better first add this to the parent pom, in the dependencyManagement section, and then reference it here, without specifying the version, as maybe in the future we also need to use this in other mdules, epsecially the hbase-rest module.
Apache9
commented
Nov 12, 2022
And please run |
Apache-HBase
commented
Nov 16, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 16, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 16, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 16, 2022
💔 -1 overall
This message was automatically generated. |
YiweiLi4
commented
Nov 16, 2022
When I ran |
Apache9
commented
Nov 16, 2022
Just try mvn spotless:apply again and commit what is changed. At least there are still lines end with whitespace which is not allowed. Thanks. |
Apache-HBase
commented
Nov 16, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 16, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 16, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 16, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 16, 2022
🎊 +1 overall
This message was automatically generated. |
Hi I tried |
Apache9
commented
Nov 17, 2022
Seems the latest PR is fine. There are test failure s but should not be related, just some flaky tests. |
Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit a2075f5)
Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit a2075f5)
Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit a2075f5)
testCloneis detected as flaky by NonDex since the origin task monitor and the cloned one are represented as JSON objects, which are in a non-deterministic order. Therefore, I used JSONAssert to check if they are equal instead.