-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
change(web): drop 'dom' unit test concurrency when run in CI mode #13141
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
@@ -9,5 +9,6 @@ export default { | |||
reporters: [ | |||
teamcityReporter(), /* custom-written, for CI-friendly reports */ | |||
sessionStabilityReporter({ciMode: true}) | |||
] | |||
], | |||
concurrency: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed that this setting was missing from the 'dom' subfolder while present in the 'integrated' subfolder. There's no clear cause behind the difference in state when tracing the origin of the lines via git blame
. Concurrency is known to reduce stability a bit, so perhaps dropping it in CI mode may help with #12638.
concurrency: 1, |
Solid run on ba-win10-64-key-01: https://build.palaso.org/buildConfiguration/Keymanweb_TestPullRequests/522529. With ba-win10-64-pp-602, we have a few tests missing... and I haven't found anything clear in the logs quite yet. Will need to inspect more thoroughly: https://build.palaso.org/buildConfiguration/Keymanweb_TestPullRequests/522531.
|
Wait a second...
It's not skipped by the one with the full test count. Also, on further inspection... test:libraries is being run; I thought that was supposed to be turned off for the main Web build. That'd have been part of #12866. Line 38 in 02ad043
Ah, missed that - it's been bypassing #12866's script, and thus the predictive-text test filtering. Doesn't entirely explain by That corresponds to these lines: keyman/web/src/engine/predictive-text/worker-main/unit_tests/test.sh Lines 81 to 96 in 02ad043
But |
Changes in this pull request will be available for download in Keyman version 18.0.193-beta |
@keymanapp-test-bot skip