Uh oh!
There was an error while loading. Please reload this page.
HBASE-26834 Adapt ConnectionRule for both sync and async connections (branch-2) - #4220
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
ndimiduk
commented
Mar 14, 2022
The master forward-port is posted on #4221 |
ndimiduk
commented
Mar 14, 2022
@busbey do you have any idea why this might be? Is there something missing from the hadoop.three profile in one of the submodules that is required for invoking tests on this module? The failing build is prefixed with this warning. |
ndimiduk
commented
Mar 14, 2022
Oh. That |
This comment was marked as outdated.
This comment was marked as outdated.
busbey
commented
Mar 15, 2022
that flag is supposed to get set over here: https://github.com/apache/hbase/blob/master/dev-support/hbase-personality.sh#L170-L175 so either our branch pattern matching is broken, something else is overriding the setting, or this execution flow somehow skips |
ndimiduk
commented
Mar 15, 2022
Okay, well. JDK11 aside, the failures in JDK8 build look like worker resource exhaustion and unrelated to this change. None of those test classes use this Rule, so... |
ndimiduk
commented
Mar 15, 2022
@busbey my earlier diagnosis was not entirely accurate -- this is not PR's fault. I reproduce the same behavior when I run a single test out of a single module (with JDK11, Hadoop3, branch-2). i.e., |
945ab47 to
742cb4dCompare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Apache9
commented
Mar 17, 2022
The failed UT seems because I set java.io.tmpdir to target on the mvn command line... We should have set it explicitly in surefire arg line, not sure why setting it on mvn command line would effect this... Let me dig more. |
Apache-HBase
commented
Mar 17, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 17, 2022
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 17, 2022
💔 -1 overall
This message was automatically generated. |
ndimiduk
commented
Mar 21, 2022
Failure in |
This is needed primarily for branch-2 codelines where there's no easy bridge from AsyncConnection to Connection.