-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-17107. hadoop-azure parallel tests not working on recent JDKs #2118
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
Merged
steveloughran
merged 2 commits into
apache:trunk
from
steveloughran:abfs/HADOOP-17107-parallel-azure-tests
Jul 20, 2020
Merged
HADOOP-17107. hadoop-azure parallel tests not working on recent JDKs #2118
steveloughran
merged 2 commits into
apache:trunk
from
steveloughran:abfs/HADOOP-17107-parallel-azure-tests
Jul 20, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributed by Steve Loughran. Change-Id: I8fd4266351a7205cf889222deb61777dd67c87d2
Change-Id: Ib9126ef8adb351446d6f03a1c3f735cfbe8d1950
..and by removing the declarations of fork count = 1, the integration tests run in parallel too
This may have been the case before, I'm just making extra sure after changing the test running |
💔 -1 overall
This message was automatically generated. |
LGTM +1 |
thanks. will backport to 3.3; if people need it for 3.2 then ping me after doing a test run locally |
asfgit
pushed a commit
that referenced
this pull request
Jul 20, 2020
…2118) Contributed by Steve Loughran. Change-Id: I972264aed36f384b7ae23e214326ef7870261cf5
jojochuang
pushed a commit
to jojochuang/hadoop
that referenced
this pull request
May 23, 2023
…recent JDKs (apache#2118) Contributed by Steve Loughran. Change-Id: I06fc9cbfa592e13b1f2800d74de6e92f33c16678
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contributed by Steve Loughran.
tested: ireland
ran with
all profiles worked as far as launching tests without showing errors and running all unit tests in parallel. I'm not 100% sure