-
Notifications
You must be signed in to change notification settings - Fork 38
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
UnitTest failures on main #587
Comments
It looks like a bunch of tests including some of the ones the are failing aren't running in GHA. There are two test steps in CI. runme/.github/workflows/ci.yml Line 60 in 61fc878
This ends up running tests with tag
So only a subset of tests get run. There is a CI step to run tests on windows runme/.github/workflows/ci.yml Line 67 in 61fc878
This doesn't include any tags to restrict the tests. However, a bunch of tests are configured not to get built on windows. e.g
So it looks like we may have tests running locally that don't run on CI. |
Here's my proposal
If this sounds good I can take this on; @sourishkrout let me know. |
😮 this is actually a bug in how the vscode terminal connects back to the kernel server running inside of vscode. The env vars seem to be persistent when reloaded/revived. I can repro the issue. Attempting a fix here: stateful/vscode-runme#1379
|
Thanks for reporting!
|
* A lot of unittests aren't running on CI because the GHA currently * Runs all tests but only on windows and a bunch of tests have the build tag !windows * On docker ubuntu only the tests with the dag docker ubuntu run * The fix is to update the GHA that runs `make test` to run on all OSS * This rule doesn't use any build tags so it will run all tests. * Fix stateful#587
Almost fixed it. Still not quite done yet until #607 is merged/release.
These should just migrate to #605. |
While we still have occasional flakes, a lot of work's been done to produce stable test runs, especially locally. |
Running on main I'm seeing test failures.
Here are the test failures
Tests appear to have passed on main at this commit #586 .
Are others seeing test failures when running locally or is it just me?
The text was updated successfully, but these errors were encountered: