Uh oh!
There was an error while loading. Please reload this page.
PHOENIX-6329 Eliminate or serialize minicluster restart operations in Integration tests - #1078
PHOENIX-6329 Eliminate or serialize minicluster restart operations in Integration tests#1078stoty wants to merge 1 commit into
Conversation
| </goals> | ||
| </execution> | ||
| <execution> | ||
| <id>HBaseManagedTimeTests</id> |
There was a problem hiding this comment.
Oh this is not even being used
There was a problem hiding this comment.
Must have been copied from HBase, then lurked here for years...
There was a problem hiding this comment.
Looking at again, this still might have effect on Pherf.
It probably should be purged, but not today.
stoty
commented
Jan 8, 2021
💔 -1 overall
This message was automatically generated. |
stoty
commented
Jan 8, 2021
💔 -1 overall
This message was automatically generated. |
stoty
commented
Jan 8, 2021
Last test also had a setup error, but it wasn't the timeout error. |
| private static long timestamp; | ||
| public static long nextTimestamp() { | ||
| public static synchronized long nextTimestamp() { |
There was a problem hiding this comment.
Looks like this is recent addition right? We could include deletePriorMetaData() too?
There was a problem hiding this comment.
Or maybe just synchronizing deletePriorMetaData() could be enough as it would cover deletePriorTables(), nextTimestamp() and deletePriorSchemas()?
There was a problem hiding this comment.
Those are only used when running the tests on a real cluster, which feature is broken in many ways.
Almost no-one uses it, and it doesn't affect the maven test suite.
And by the pherf tests, which really should be fixed :)
It doesn't hurt to synchronize it.
Set all stateful priected static methods to synchronized as well. |
virajjasani
commented
Jan 9, 2021
FWIW, synchronizing all these methods could be subtask of PHOENIX-6288 and good to directly check for results in multibranch? In the meanwhile we can keep PHOENIX-6288 opened until we get 2-3 multibranch build results without init errors. WDYT @stoty ? |
virajjasani
commented
Jan 9, 2021
Although PR build#4 should finish sometime soon hopefully. |
stoty
commented
Jan 9, 2021
💔 -1 overall
This message was automatically generated. |
bbc7962 to
f8a6debComparestoty
commented
Jan 10, 2021
💔 -1 overall
This message was automatically generated. |
stoty
commented
Jan 10, 2021
💔 -1 overall
This message was automatically generated. |
408cf22 to
f470256Comparestoty
commented
Jan 19, 2021
💔 -1 overall
This message was automatically generated. |
be59311 to
5ed35ebComparestoty
commented
Jan 19, 2021
💔 -1 overall
This message was automatically generated. |
stoty
commented
Jan 19, 2021
💔 -1 overall
This message was automatically generated. |
a4f02a6 to
2baf251Comparestoty
commented
Jan 20, 2021
💔 -1 overall
This message was automatically generated. |
stoty
commented
Jan 21, 2021
💔 -1 overall
This message was automatically generated. |
stoty
commented
Jan 22, 2021
💔 -1 overall
This message was automatically generated. |
No description provided.