Skip to content
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 16 commits into from
Nov 9, 2022

Commits on Nov 8, 2022

  1. test

    DennisHeimbigner committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    2e92b40 View commit details
    Browse the repository at this point in the history
  2. test

    DennisHeimbigner committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    6d4ecf2 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. test2

    DennisHeimbigner committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d1d0cea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f98d4d View commit details
    Browse the repository at this point in the history
  3. merged

    DennisHeimbigner committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    7181526 View commit details
    Browse the repository at this point in the history
  4. 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
    DennisHeimbigner committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    9f848c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03b0e27 View commit details
    Browse the repository at this point in the history
  6. merged

    DennisHeimbigner committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6d009ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    773745b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2943a78 View commit details
    Browse the repository at this point in the history
  9. test3

    DennisHeimbigner committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    929ff0a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa459e5 View commit details
    Browse the repository at this point in the history
  11. test4

    DennisHeimbigner committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1fd0bcc View commit details
    Browse the repository at this point in the history
  12. ckp

    DennisHeimbigner committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e46b83a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c60e113 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    683d1ff View commit details
    Browse the repository at this point in the history