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

Cleanup the blosc testing in nc_test4 and nczarr_test. #3046

Merged
merged 8 commits into from
Oct 29, 2024

Conversation

DennisHeimbigner
Copy link
Collaborator

re: Issue #2868

There are three parameters (zero, one, and two) that are currently used in testing, but should not be. Parameters zero and one are ignored by the code and parameter two is the typesize parameter that either takes on the value 0 or 4 (== sizeof(int)).
See nc_test4/tst_specific_filters.sh.

Unfortunately, these three parameters differ depending on the blosc library.
The solution is to force them to a specific value -- namely 0,0,0 -- in the test script.

DennisHeimbigner and others added 7 commits September 13, 2024 18:42
re: Issue Unidata#2868

There are three parameters (zero, one, and two) that are currently
used in testing, but should not be. Parameters zero and one
are ignored by the code and parameter two is the typesize
parameter that either takes on the value 0 or 4 (== sizeof(int)).
See nc_test4/tst_specific_filters.sh.

Unfortunately, these three parameters differ depending on the blosc library.
The solution is to force them to a specific value -- namely 0,0,0 --
in the test script.
@WardF WardF merged commit 1d0b6fd into Unidata:main Oct 29, 2024
107 checks passed
@DennisHeimbigner DennisHeimbigner deleted the blosctest.dmh branch October 29, 2024 20:08
WardF added a commit that referenced this pull request Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants