-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-16757. Increase timeout unit test rule for MetadataStoreTestBase #1757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7b2f227
to
bc530af
Compare
@steveloughran Does this sound good? Thanks, |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
+1 thanks |
Since this time out is failing us by being small only sometimes, before commit, I tested more. I then found out that one point I have been missing is that: multiple rules are taking effect at the same time. So I ran that test 100 times, and some times it failed with So there are two ways:
In new commit of this PR, I'll make use the 2nd approach since other tests may benefit from this changes, and our @steveloughran Sorry I did not test enough when I filed PR, and fortunately the error showed up when I tested 100 times (not really 100, I killed it when the error happened). |
I found a simple way to test. The following toy test in
|
💔 -1 overall
This message was automatically generated. |
The failing UT seems not relevant and I have file HADOOP-16760 |
LGTM +1 thanks! |
…se (apache#1757) Contributed by Mingliang Liu. Signed-off-by: Steve Loughran <stevel@apache.org>
https://issues.apache.org/jira/browse/HADOOP-16757