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

CI: disable MSSQL Docker based testing #10843

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

rouault
Copy link
Member

@rouault rouault commented Sep 19, 2024

This has become unreliable lately with failures like in https://github.com/OSGeo/gdal/actions/runs/10930480309/job/30377732865?pr=10840

+ docker exec -t gdal-sql1 /opt/mssql-tools/bin/sqlcmd -l 30 -S localhost -U SA -P DummyPassw0rd -Q CREATE DATABASE TestDB
Error response from daemon: container fba0406fd45fd855feea4090a0b46c321d70c1b4e000ba318ff1045c400d1b43 is not running

Although I can't reproduce the error locally

This has become unreliable lately with failures like in
https://github.com/OSGeo/gdal/actions/runs/10930480309/job/30377732865?pr=10840

```
+ docker exec -t gdal-sql1 /opt/mssql-tools/bin/sqlcmd -l 30 -S localhost -U SA -P DummyPassw0rd -Q CREATE DATABASE TestDB
Error response from daemon: container fba0406fd45fd855feea4090a0b46c321d70c1b4e000ba318ff1045c400d1b43 is not running
```

Although I can't reproduce the error locally
@coveralls
Copy link
Collaborator

Coverage Status

coverage: 69.399% (+0.002%) from 69.397%
when pulling 26b3394 on rouault:ci_disable_mssql
into 7567141 on OSGeo:master.

@rouault rouault merged commit c814fd3 into OSGeo:master Sep 19, 2024
36 checks passed
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