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

autotest: fix test failure with msys2 mingw64 #11226

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

rouault
Copy link
Member

@rouault rouault commented Nov 9, 2024

A recent update of msys2 mingw (presumably Python 3.11 -> 3.12) causes the test_gnm_filenetwork_open() test to fail when run just after test_gnm_filenetwork_create(), presumably because the just created dataset has not been properly closed.
Cf https://github.com/OSGeo/gdal/actions/runs/11755814302/job/32752542561?pr=11224

A recent update of msys2 mingw (presumably Python 3.11 -> 3.12) causes
the test_gnm_filenetwork_open() test to fail when run just after
test_gnm_filenetwork_create(), presumably because the just created
dataset has not been properly closed.
Cf https://github.com/OSGeo/gdal/actions/runs/11755814302/job/32752542561?pr=11224
@rouault rouault added test suite backport release/3.10 Backport to release/3.10 branch funded through GSP Work funded through the GDAL Sponsorship Program labels Nov 9, 2024
@coveralls
Copy link
Collaborator

Coverage Status

coverage: 73.632% (+0.001%) from 73.631%
when pulling bb64609 on rouault:gnm_fix_mingw64
into efb6229 on OSGeo:master.

@rouault rouault merged commit 253e480 into OSGeo:master Nov 9, 2024
38 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release/3.10 Backport to release/3.10 branch funded through GSP Work funded through the GDAL Sponsorship Program test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants