OCamlPro / superbol-studio-oss

Open-Source part of SuperBOL Studio, including the Visual Studio Code extension and its LSP server
https://superbol.eu
Other
24 stars 13 forks source link

Run tests of gixsql in CI with the new preprocessor #372

Open Halbaroth opened 1 month ago

Halbaroth commented 1 month ago

This PR adds the tests of gixsql (https://github.com/OcamlPro/gixsql) in the CI of Superbol. As you can check on my fork (https://github.com/Halbaroth/superbol-studio-oss/pull/1), only 43 out of 69 tests succeed.

How it works:

Several caveats apply to the approach of this PR:

Currently, I active the verbosity mode of gixsql test runner, so the make test command produces a huge output. I plan to fix this soon.

This PR is rebased on #370.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

nberth commented 4 weeks ago

Like #375, this PR shall remain a draft until #370 is merged.