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 some dependency conditions between some ncdump tests. #2682

Merged
merged 5 commits into from
Jun 7, 2023

Commits on Apr 13, 2023

  1. Fix some race conditions between some ncdump tests.

    There are apparently some dependency conditions between ncdump/tst_nccopy4.sh and ncdump/tst_netcdf4.sh.
    Fixed by creating a per-test directory into which all created intermediates are stored. Also created a test_ncdump.sh file to hold common code.
    
    ## Other Changes
    * Remove some uses of strlcat from plugin-related code because strlcat is not always defined on some platforms and the plugin code generally should not rely on accessing libnetcdf.
    * Cleanup the handling of test plugins.
    DennisHeimbigner committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    a6b0348 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    DennisHeimbigner committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e9ddb16 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Update WRT main

    DennisHeimbigner committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    7df6118 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    5dedd76 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    3695cc0 View commit details
    Browse the repository at this point in the history