-
Notifications
You must be signed in to change notification settings - Fork 206
Run test suites in azure ci #1401
Comments
Some of these issues should be fixed by #1126, so maybe we can try again to enable azure-ci testing, once that pr has landed. |
I am just running the pr in azure with tests enabled: https://dev.azure.com/jneira/haskell-ide-engine/_build/results?buildId=212 |
Hi, after applying the workaround to avoid the errors compiling cabal-helper at runtime the number of failed tests has decreased sensibly:
The functional tests suite with the hie-bios branch hasmore fails: https://dev.azure.com/jneira/haskell-ide-engine/_build/results?buildId=221. Most of them are like:
|
I've reran tests in azure with actual master: https://dev.azure.com/jneira/haskell-ide-engine/_build/results?buildId=334&view=results
|
This would be great! maybe we should start poking members of the haskell organizations to enable azure for this project? |
I think the haskell committee has control of this. Not sure who specifically. |
Ok, maybe we can wait to have the azure setup complete, including green test suites and deploy. EDIT: i get linux and macos to run the entire test suite succesfully: https://dev.azure.com/jneira/0fa2df97-1d6d-4a00-935a-03a77e7170b8/_build/results?buildId=344&view=logs&j=d2c7b64e-54d7-53d5-7f80-77915c458472 |
Update: Windows wrapper-test errors:
windows dispatcher-test errors:
windows func-test error for ghc-8.6.4:
windows func-test error with cabal anf ghc-8.4.4
Commenting the previous test triggers another functional errors, so i've deactivated func-test for win+cabal+ghc-8.4.4 macos error in dispatcher-test for ghc-8.4
Errors in unis-test involving cabal helper reported here: DanielG/cabal-helper#91 |
* Enabled test-suites: * Linux, with stack or cabal, all test suites are enabled * Macos: * ghc-8.6.*: all suites enabled * ghc-8.4.*: func-test and dispatcher-test disabled * Windows * unit-test enabled * Except CabalHelper ones for ghc-8.6.4 * func-test enabled with almost all tests * cabal job: * Aadded one for linux Make progress towards #1401 Closes #1431
|
After #1601 there are a new failing unit test in windows:
|
Uh oh!
There was an error while loading. Please reload this page.
This is the more promising option for running tests in macos and windows (thanks god and @alanz at least we have the circle ci for linux)
Linux jobs: all test suites are green
Windows jobs
macos jobs
The text was updated successfully, but these errors were encountered: