Skip to content

Commit

Permalink
refine tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Aug 23, 2024
1 parent ce43d90 commit 1bad0e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/h5bench-hdf5-1.10.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/h5bench-hdf5-1.10.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/h5bench-hdf5-1.10.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion tests/test_async_h5bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
BINARY_UNLIMITED = 'h5bench_write_unlimited'

samples = \
glob.glob('async-write-*d-*.json') + \
glob.glob('sync-write-*d-*[!SZIP,N_BIT,SZ3,GZIP,ZFP].json') + \
glob.glob('async-append*.json') + \
glob.glob('async-overwrite*.json') + \
glob.glob('async-write-unlimited*.json')
Expand Down
2 changes: 1 addition & 1 deletion tests/test_sync_h5bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
BINARY_UNLIMITED = 'h5bench_write_unlimited'

samples = \
glob.glob('sync-write-*d-*.json') + \
glob.glob('sync-write-*d-*[!SZIP,N_BIT,SZ3,GZIP,ZFP].json') + \
glob.glob('sync-append*.json') + \
glob.glob('sync-overwrite*.json') + \
glob.glob('sync-write-unlimited*.json')
Expand Down

0 comments on commit 1bad0e8

Please sign in to comment.