-
Notifications
You must be signed in to change notification settings - Fork 262
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
Fix race condition in ncdump (and other) tests. #2552
Merged
Merged
Commits on Nov 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2e92b40 - Browse repository at this point
Copy the full SHA 2e92b40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d4ecf2 - Browse repository at this point
Copy the full SHA 6d4ecf2View commit details
Commits on Nov 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d1d0cea - Browse repository at this point
Copy the full SHA d1d0ceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f98d4d - Browse repository at this point
Copy the full SHA 7f98d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7181526 - Browse repository at this point
Copy the full SHA 7181526View commit details -
Fix race condition in ncdump (and other) tests.
re: Issue Unidata#2551 Ryan May identified the use of a common scratch file (tmp.cdl) across multiple test shell scripts in ncdump directory and the nczarr_test directory. This sometimes causes errors because of race conditions between those scripts. I renamed those common files to avoid the race condition. I also did some further checking and found some additional, similar conflicts and fixed those. Also did some minor cleanup of unused files. Tests fixed: ncdump: run_back_comp_tests.sh tst_bom.sh tst_nccopy4.sh tst_nccopy5.sh nczarr_test: git df master -- run_nccopyz.sh run_nczarr_fill.sh run_scalar.sh
Configuration menu - View commit details
-
Copy full SHA for 9f848c9 - Browse repository at this point
Copy the full SHA 9f848c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03b0e27 - Browse repository at this point
Copy the full SHA 03b0e27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d009ea - Browse repository at this point
Copy the full SHA 6d009eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 773745b - Browse repository at this point
Copy the full SHA 773745bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2943a78 - Browse repository at this point
Copy the full SHA 2943a78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 929ff0a - Browse repository at this point
Copy the full SHA 929ff0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa459e5 - Browse repository at this point
Copy the full SHA aa459e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fd0bcc - Browse repository at this point
Copy the full SHA 1fd0bccView commit details -
Configuration menu - View commit details
-
Copy full SHA for e46b83a - Browse repository at this point
Copy the full SHA e46b83aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c60e113 - Browse repository at this point
Copy the full SHA c60e113View commit details -
Configuration menu - View commit details
-
Copy full SHA for 683d1ff - Browse repository at this point
Copy the full SHA 683d1ffView commit details
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.