summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-05-25 17:47:46 (GMT)
committerGitHub <noreply@github.com>2023-05-25 17:47:46 (GMT)
commit1e52bc27ee2b491921ca1eb66790094eaaeb6dea (patch)
tree1d46cc96a283a564cae24ec7c1feb50e759fe6fb /.github
parent018ca4e37f52e13db5e72926ad2827460eec9cdd (diff)
downloadhdf5-1e52bc27ee2b491921ca1eb66790094eaaeb6dea.zip
hdf5-1e52bc27ee2b491921ca1eb66790094eaaeb6dea.tar.gz
hdf5-1e52bc27ee2b491921ca1eb66790094eaaeb6dea.tar.bz2
Fix assert in Debug Windows Java JNI (#3012)
Use of an uninitialized H5L_info2_t struct caused some JNI tests to raise asserts, causing a dialog box to be emitted, which would hang automated tests. Initializing the struct fixes the problem. This change also re-enables tests in the Windows Debug GitHub actions.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 46a6a7a..f74d396 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -546,8 +546,7 @@ jobs:
- name: CMake Run Tests
run: ctest . --parallel 2 -C ${{ matrix.build_mode.cmake }} -V
working-directory: ${{ runner.workspace }}/build
- # Skip Debug MSVC while we investigate H5L Java test timeouts
- if: (matrix.generator != 'autogen') && (matrix.run_tests) && ! (matrix.thread_safety.enabled) && ! ((matrix.name == 'Windows MSVC CMake') && (matrix.build_mode.cmake == 'Debug'))
+ if: (matrix.generator != 'autogen') && (matrix.run_tests) && ! (matrix.thread_safety.enabled)
# THREAD-SAFE