Uh oh!
There was an error while loading. Please reload this page.
HBASE-23665: Split unit tests from TestTableName into a separate test… - #1051
Conversation
bharathv
commented
Jan 15, 2020
@ndimiduk Here is the back port for branch-1. So many conflicts due to client api changes, but mostly trivial. |
Apache-HBase
commented
Jan 15, 2020
Apache-HBase
commented
Jan 15, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 15, 2020
💔 -1 overall
This message was automatically generated. |
bharathv
commented
Jan 15, 2020
Hmm, its weird that only this patch is running into the flaky maven download issue. Patch didn't touch anything in the build system. Digging into it to see if I can find some clues.
|
bharathv
commented
Jan 15, 2020
Ah found it... here is the reason: https://blog.sonatype.com/central-repository-moving-to-https |
ndimiduk
commented
Jan 15, 2020
We pull dependencies over http? 😱 |
bharathv
commented
Jan 15, 2020
@ndimiduk I think this has to do with the mvn version. Maven 3.2.3 and later fixed it out of the box[1]. Apache repos are https by default. Only the central repo is defaulting to http. |
5238072 to
736d83aComparendimiduk
commented
Jan 16, 2020
Yep, I followed the other PR. Thanks for tracking it down. |
Apache-HBase
commented
Jan 16, 2020
💔 -1 overall
This message was automatically generated. |
…-only class. (apache#1032) Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
736d83a to
75c594aComparebharathv
commented
Jan 16, 2020
Fixed the check style nit and removed some dead code. |
Apache-HBase
commented
Jan 17, 2020
💔 -1 overall
This message was automatically generated. |
bharathv
left a comment
There was a problem hiding this comment.
Only test that failed looks like a flake, works for me locally. I kicked off another test run, just to be sure.
Apache-HBase
commented
Jan 17, 2020
🎊 +1 overall
This message was automatically generated. |
…-only class. (#1032)
Signed-off-by: Nick Dimiduk ndimiduk@apache.org