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

chore: try disabling concurrency for browserstack tests #7258

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

mcdurdin
Copy link
Member

@mcdurdin mcdurdin commented Sep 9, 2022

We're still getting sporadic test failures with BrowserStack. So per one discussion online, attempting to run without concurrency to see if it improves stability.

I note that the video from tests where we "fail to capture" shows a browser with an error: "Safari Can't Connect to the Server" "Safari can't open the page "localhost:9879/?id=75185158" because Safari can't connect to the server "localhost".

https://automate.browserstack.com/dashboard/v2/builds/419c59decb8e12303e45e1f4bad1b945252df532/sessions/19712158833ce57592b66a50433965e4146fc972

Browserstack log entries from the build in question:

08 09 2022 19:14:15.905:DEBUG [launcher.browserstack]:  Starting BrowserStackLocal
08 09 2022 19:14:22.228:DEBUG [launcher.browserstack]:  Started BrowserStackLocal
08 09 2022 19:14:23.627:INFO [launcher.browserstack]:  chrome 100.0 (Windows 10) session at https://automate.browserstack.com/builds/419c59decb8e12303e45e1f4bad1b945252df532/sessions/28467cac40ae51d989aaecd7e81e705a8cc45ce0
08 09 2022 19:14:23.627:DEBUG [launcher.browserstack]:  chrome 100.0 (Windows 10) job with id 118674550 in queue.
08 09 2022 19:14:23.627:INFO [launcher.browserstack]:  safari 15.3 (OS X Monterey) session at https://automate.browserstack.com/builds/419c59decb8e12303e45e1f4bad1b945252df532/sessions/19712158833ce57592b66a50433965e4146fc972
08 09 2022 19:14:23.627:DEBUG [launcher.browserstack]:  safari 15.3 (OS X Monterey) job with id 118674551 in queue.
08 09 2022 19:14:27.078:DEBUG [launcher.browserstack]:  safari 15.3 (OS X Monterey) job st rted with id 118674551
08 09 2022 19:14:29.361:DEBUG [launcher.browserstack]:  chrome 100.0 (Windows 10) job started with id 118674550
08 09 2022 19:15:40.702:DEBUG [launcher.browserstack]:  Killing chrome 100.0 (Windows 10) (worker 118674550).
08 09 2022 19:15:53.224:DEBUG [launcher.browserstack]:  chrome 100.0 (Windows 10) (worker 118674550) successfully killed.
08 09 2022 19:15:55.438:INFO [launcher.browserstack]:  chrome (android 10.0) session at https://automate.browserstack.com/builds/419c59decb8e12303e45e1f4bad1b945252df532/sessions/cf9233c897412798af9f5ba65cc879eb967539f6
08 09 2022 19:15:55.438:DEBUG [launcher.browserstack]:  chrome (android 10.0) job with id 118674557 in queue.
08 09 2022 19:16:02.572:DEBUG [launcher.browserstack]:  chrome (android 10.0) job started with id 118674557
08 09 2022 19:16:27.079:WARN [launcher.browserstack]:  safari 15.3 (OS X Monterey) has not captured in 120000 ms, killing.
08 09 2022 19:16:27.079:DEBUG [launcher.browserstack]:  Killing safari 15.3 (OS X Monterey) (worker 118674551).
08 09 2022 19:16:28.633:DEBUG [launcher.browserstack]:  safari 15.3 (OS X Monterey) (worker 118674551) successfully killed.
08 09 2022 19:16:30.242:INFO [launcher.browserstack]:  safari 15.3 (OS X Monterey) session at https://automate.browserstack.com/builds/419c59decb8e12303e45e1f4bad1b945252df532/sessions/da4d4d0435906ca6ff5138e91db3bc2b66387e0d
08 09 2022 19:16:30.242:DEBUG [launcher.browserstack]:  safari 15.3 (OS X Monterey) job with id 118674559 in queue.
08 09 2022 19:16:30.242:INFO [launcher.browserstack]:  firefox 100 (OS X Monterey) session at https://automate.browserstack.com/builds/419c59decb8e12303e45e1f4bad1b945252df532/sessions/95dbc841576c3b76b00939f61a880dff70c68bba
08 09 2022 19:16:30.242:DEBUG [launcher.browserstack]:  firefox 100 (OS X Monterey) job with id 118674560 in queue.
08 09 2022 19:16:34.825:DEBUG [launcher.browserstack]:  safari 15.3 (OS X Monterey) job started with id 118674559
08 09 2022 19:16:34.825:DEBUG [launcher.browserstack]:  firefox 100 (OS X Monterey) job started with id 118674560
08 09 2022 19:16:39.721:DEBUG [launcher.browserstack]:  Killing chrome (android 10.0) (worker 118674557).
08 09 2022 19:16:40.313:DEBUG [launcher.browserstack]:  chrome (android 10.0) (worker 118674557) successfully killed.
08 09 2022 19:16:41.688:INFO [launcher.browserstack]:  chrome 100 (OS X Monterey) session at https://automate.browserstack.com/builds/419c59decb8e12303e45e1f4bad1b945252df532/sessions/8c703f51cbad0753713f88227bfdb46efae342d6
08 09 2022 19:16:41.688:DEBUG [launcher.browserstack]:  chrome 100 (OS X Monterey) job with id 118674561 in queue.
08 09 2022 19:16:44.003:DEBUG [launcher.browserstack]:  chrome 100 (OS X Monterey) job started with id 118674561
08 09 2022 19:17:54.076:DEBUG [launcher.browserstack]:  Killing chrome 100 (OS X Monterey) (worker 118674561).
08 09 2022 19:17:54.841:DEBUG [launcher.browserstack]:  chrome 100 (OS X Monterey) (worker 118674561) successfully killed.
08 09 2022 19:17:56.092:INFO [launcher.browserstack]:  firefox 100 (Windows 10) session at https://automate.browserstack.com/builds/419c59decb8e12303e45e1f4bad1b945252df532/sessions/c3bb82b71d404e0efe9a57035cbc4cd2f199c160
08 09 2022 19:17:56.092:DEBUG [launcher.browserstack]:  firefox 100 (Windows 10) job with id 118674579 in queue.
08 09 2022 19:17:59.493:DEBUG [launcher.browserstack]:  firefox 100 (Windows 10) job started with id 118674579
08 09 2022 19:18:19.659:DEBUG [launcher.browserstack]:  Killing firefox 100 (OS X Monterey) (worker 118674560).
08 09 2022 19:18:20.672:DEBUG [launcher.browserstack]:  firefox 100 (OS X Monterey) (worker 118674560) successfully killed.
08 09 2022 19:18:34.840:WARN [launcher.browserstack]:  safari 15.3 (OS X Monterey) has not captured in 120000 ms, killing.
08 09 2022 19:18:34.840:DEBUG [launcher.browserstack]:  Killing safari 15.3 (OS X Monterey) (worker 118674559).
08 09 2022 19:18:36.388:DEBUG [launcher.browserstack]:  safari 15.3 (OS X Monterey) (worker 118674559) successfully killed.
08 09 2022 19:18:37.066:INFO [launcher.browserstack]:  safari 15.3 (OS X Monterey) session at https://automate.browserstack.com/builds/419c59decb8e12303e45e1f4bad1b945252df532/sessions/bdc164396773c2a224f2be87edaedfb0d2aefa8c
08 09 2022 19:18:37.066:DEBUG [launcher.browserstack]:  safari 15.3 (OS X Monterey) job with id 118674584 in queue.
08 09 2022 19:18:42.982:DEBUG [launcher.browserstack]:  safari 15.3 (OS X Monterey) job started with id 118674584
08 09 2022 19:19:13.939:DEBUG [launcher.browserstack]:  Killing firefox 100 (Windows 10) (worker 118674579).
08 09 2022 19:19:22.799:DEBUG [launcher.browserstack]:  firefox 100 (Windows 10) (worker 118674579) successfully killed.
08 09 2022 19:20:42.983:WARN [launcher.browserstack]:  safari 15.3 (OS X Monterey) has not captured in 120000 ms, killing.
08 09 2022 19:20:42.983:DEBUG [launcher.browserstack]:  Killing safari 15.3 (OS X Monterey) (worker 118674584).
08 09 2022 19:20:44.612:DEBUG [launcher.browserstack]:  safari 15.3 (OS X Monterey) (worker 118674584) successfully killed.
08 09 2022 19:20:45.404:INFO [launcher.browserstack]:  safari 15.3 (OS X Monterey) session at https://automate.browserstack.com/builds/419c59decb8e12303e45e1f4bad1b945252df532/sessions/970582167683ade096a6bdf8ee597c34868e3825
08 09 2022 19:20:45.404:DEBUG [launcher.browserstack]:  safari 15.3 (OS X Monterey) job with id 118674588 in queue.
08 09 2022 19:20:50.024:DEBUG [launcher.browserstack]:  safari 15.3 (OS X Monterey) job started with id 118674588
08 09 2022 19:22:50.039:WARN [launcher.browserstack]:  safari 15.3 (OS X Monterey) has not captured in 120000 ms, killing.
08 09 2022 19:22:50.040:DEBUG [launcher.browserstack]:  Killing safari 15.3 (OS X Monterey) (worker 118674588).
08 09 2022 19:22:51.420:DEBUG [launcher.browserstack]:  safari 15.3 (OS X Monterey) (worker 118674588) successfully killed.

@keymanapp-test-bot skip

We're still getting sporadic test failures with BrowserStack. So per one
discussion online, attempting to run without concurrency to see if it
improves stability.

I note that the video from tests where we "fail to capture" shows a
browser with an error: "Safari Can't Connect to the Server" "Safari
can't open the page "localhost:9879/?id=75185158" because Safari can't
connect to the server "localhost".

https://automate.browserstack.com/dashboard/v2/builds/419c59decb8e12303e45e1f4bad1b945252df532/sessions/19712158833ce57592b66a50433965e4146fc972
@mcdurdin mcdurdin added this to the A16S10 milestone Sep 9, 2022
@keymanapp-test-bot
Copy link

keymanapp-test-bot bot commented Sep 9, 2022

User Test Results

Test specification and instructions

User tests are not required

Test Artifacts

@mcdurdin
Copy link
Member Author

mcdurdin commented Sep 9, 2022

Additional ref:

Suggestions that multiple CI sessions overlapping may also cause the issue?

@mcdurdin
Copy link
Member Author

mcdurdin commented Sep 9, 2022

I've just analyzed the 50 most recent builds in both LM and web test builds and there is weak evidence that build overlap may be contributing to the failures?

Last column show build overlap. We might not see all overlaps fail, but there do seem to be more failures when there is overlap.

Platform Build number Status Pass? Agent Started Duration Overlap?
Web 16.0.55-alpha-test-7197 Tests failed: 1 (1 new), passed: 945, ignored: 7 FAIL ba-bionic64ta 4 Sep 22 06:56 7m 03s
Web 16.0.55-alpha-test-7201 Tests passed: 969, ignored: 7 ba-win10-64-s1-601 5 Sep 22 10:28 12m 29s
Web 16.0.55-alpha-test-7201 Tests passed: 969, ignored: 7 ba-bionic64ta 5 Sep 22 11:12 7m 27s TRUE
LM 16.0.55-alpha-test-7201 Tests passed: 181, ignored: 1 ba-win10-64-pp-602 5 Sep 22 11:16 3m 46s
Web 16.0.55-alpha-test-7204 Tests passed: 969, ignored: 7 ba-win10-64-pp-602 5 Sep 22 13:17 11m 35s TRUE
LM 16.0.55-alpha-test-7204 Tests passed: 181, ignored: 1 ba-win10-64-s1-601 5 Sep 22 13:17 4m 07s
Web 16.0.56-alpha-test-7205 Tests passed: 969, ignored: 7 ba-bionic64ta 5 Sep 22 14:45 6m 50s
LM 16.0.56-alpha-test-7205 Tests passed: 182, ignored: 1 ba-win10-64-pp-602 5 Sep 22 14:52 3m 27s
Web 16.0.56-alpha-test-7205 Tests passed: 969, ignored: 7 ba-bionic64ta 5 Sep 22 15:41 7m 10s TRUE
LM 16.0.56-alpha-test-7205 Tests failed: 4 (4 new), passed: 124, ignored: 1 ba-win10-64-s1-601 5 Sep 22 15:45 2m 58s
Web 16.0.56-alpha-test Tests passed: 969, ignored: 7 ba-win10-64-pp-602 5 Sep 22 16:55 10m 36s TRUE
LM 16.0.56-alpha-test Tests passed: 181, ignored: 1 ba-win10-64-s1-601 5 Sep 22 16:56 4m 13s
LM 16.0.56-alpha-test-7205 Tests passed: 182, ignored: 1 ba-win10-64-s1-601 5 Sep 22 17:19 3m 58s
Web 16.0.56-alpha-test-7205 Tests failed: 2 (2 new), passed: 945, ignored: 7 FAIL ba-bionic64ta 5 Sep 22 17:29 7m 25s
Web 16.0.56-alpha-test-7205 Tests passed: 969, ignored: 7 ba-bionic64ta 5 Sep 22 18:16 7m 24s
Web 15.0.270-test Execution timeout (new); tests passed: 732, ignored: 8 FAIL ba-win10-64-pp-602 5 Sep 22 23:53 1h 40m 42s TRUE
LM 15.0.270-test Tests passed: 163, ignored: 1 ba-win10-64-s1-601 5 Sep 22 23:56 5m 56s
Web 16.0.55-alpha-test-7212 Tests passed: 969, ignored: 7 ba-win10-64-s1-601 6 Sep 22 10:24 12m 54s
LM 16.0.55-alpha-test-7212 Tests passed: 181, ignored: 1 ba-win10-64-s1-601 6 Sep 22 10:37 4m 15s
Web 16.0.56-alpha-test-7205 Tests passed: 969, ignored: 7 ba-bionic64ta 6 Sep 22 12:04 6m 52s TRUE
LM 16.0.56-alpha-test-7205 Tests failed: 1 (1 new), passed: 127, ignored: 1 ba-win10-64-s1-601 6 Sep 22 12:07 2m 53s
Web 16.0.56-alpha-test-7215 Tests passed: 969, ignored: 7 ba-bionic64ta 6 Sep 22 13:07 7m 18s TRUE
LM 16.0.56-alpha-test-7215 Tests passed: 181, ignored: 1 ba-win10-64-s1-601 6 Sep 22 13:10 4m 36s
Web 16.0.56-alpha-test-7215 Tests passed: 969, ignored: 7 ba-bionic64ta 6 Sep 22 13:22 7m 31s TRUE
LM 16.0.56-alpha-test-7215 Tests passed: 172, ignored: 1; exit code 1 (Step: Run LMLayer tests (Command Line)) (new) ba-win10-64-pp-602 6 Sep 22 13:29 11m 24s
Web 16.0.56-alpha-test-7205 Tests passed: 969, ignored: 7 ba-bionic64ta 6 Sep 22 13:58 7m 18s
LM 16.0.56-alpha-test-7215 Tests passed: 181, ignored: 1 ba-win10-64-s1-601 6 Sep 22 14:14 4m 16s
LM 16.0.56-alpha-test-7205 Tests passed: 182, ignored: 1 ba-win10-64-s1-601 6 Sep 22 14:19 3m 37s
Web 16.0.56-alpha-test-7217 Tests failed: 2 (2 new), passed: 945, ignored: 7 FAIL ba-bionic64ta 6 Sep 22 18:05 7m 45s TRUE
LM 16.0.56-alpha-test-7217 Tests passed: 172, ignored: 1; exit code 1 (Step: Run LMLayer tests (Command Line)) (new) ba-win10-64-pp-602 6 Sep 22 18:11 11m 39s
Web 16.0.55-alpha-test-7187 Tests passed: 969, ignored: 7 ba-win10-64-s1-601 7 Sep 22 08:35 12m 22s
LM 16.0.55-alpha-test-7187 Tests passed: 181, ignored: 1 ba-win10-64-s1-601 7 Sep 22 08:48 4m 26s
Web 16.0.57-alpha-test Tests passed: 811, ignored: 6; exit code 1 (Step: Test native KeymanWeb (Command Line)) (new) FAIL ba-win10-64-pp-602 7 Sep 22 09:35 13m 33s TRUE
LM 16.0.57-alpha-test Tests passed: 181, ignored: 1 ba-win10-64-s1-601 7 Sep 22 09:36 4m 04s
Web 16.0.57-alpha-test-7223 Tests passed: 969, ignored: 7 ba-bionic64ta 7 Sep 22 10:29 8m 34s
LM 16.0.57-alpha-test-7223 Tests passed: 172, ignored: 1; exit code 1 (Step: Run LMLayer tests (Command Line)) (new) ba-win10-64-pp-602 7 Sep 22 10:42 11m 25s
Web 16.0.57-alpha-test-7223 Tests passed: 969, ignored: 7 ba-bionic64ta 7 Sep 22 10:56 7m 16s
LM 16.0.57-alpha-test-7223 Tests passed: 172, ignored: 1; exit code 1 (Step: Run LMLayer tests (Command Line)) ba-win10-64-pp-602 7 Sep 22 11:07 11m 11s
Web 16.0.55-alpha-test-7054 Tests passed: 969, ignored: 7 ba-bionic64ta 7 Sep 22 11:37 6m 52s
LM 16.0.56-alpha-test-7217 Tests passed: 181, ignored: 1 ba-win10-64-s1-601 7 Sep 22 11:58 4m 18s
Web 16.0.57-alpha-test Tests passed: 969, ignored: 7 ba-bionic64ta 7 Sep 22 12:04 7m 44s
Web 16.0.55-alpha-test-7054 Tests failed: 17 (13 new), passed: 903, ignored: 7 FAIL ba-bionic64ta 7 Sep 22 12:20 10m 48s
LM 16.0.55-alpha-test-7054 Tests failed: 1 (1 new), passed: 180, ignored: 1 ba-win10-64-s1-601 7 Sep 22 12:58 4m 17s
LM 16.0.55-alpha-test-7054 Execution timeout (new); tests passed: 167, ignored: 1 ba-win10-64-pp-602 7 Sep 22 13:36 35m 19s
Web 16.0.56-alpha-test-7205 Tests failed: 2 (2 new), passed: 969, ignored: 7 FAIL ba-bionic64ta 7 Sep 22 18:01 10m 27s TRUE
LM 16.0.56-alpha-test-7205 Tests failed: 1 (1 new), passed: 172, ignored: 1 ba-win10-64-pp-602 7 Sep 22 18:08 11m 05s
Web 16.0.55-alpha-test-7230 Tests passed: 969, ignored: 7 ba-win10-64-s1-601 8 Sep 22 09:12 12m 31s TRUE
LM 16.0.55-alpha-test-7230 Tests passed: 172, ignored: 1; exit code 1 (Step: Run LMLayer tests (Command Line)) (new) ba-win10-64-pp-602 8 Sep 22 09:12 11m 16s
Web 16.0.56-alpha-test-7217 Tests failed: 1 (1 new), passed: 962, ignored: 7 FAIL ba-bionic64ta 8 Sep 22 12:14 6m 49s
LM 16.0.56-alpha-test-7217 Tests failed: 1 (1 new), passed: 171, ignored: 1 ba-win10-64-pp-602 8 Sep 22 12:21 12m 16s
Web 16.0.56-alpha-test-7205 Tests passed: 969, ignored: 7 ba-bionic64ta 8 Sep 22 13:51 6m 23s
LM 16.0.56-alpha-test-7205 Tests passed: 175, ignored: 1; exit code 1 (Step: Run LMLayer tests (Command Line)) ba-win10-64-pp-602 8 Sep 22 13:58 11m 01s TRUE
Web 16.0.56-alpha-test-7205 Tests passed: 969, ignored: 7 ba-bionic64ta 8 Sep 22 14:08 6m 46s TRUE
LM 16.0.56-alpha-test-7217 Tests passed: 172, ignored: 1; exit code 1 (Step: Run LMLayer tests (Command Line)) ba-win10-64-pp-602 8 Sep 22 14:09 11m 43s
LM 16.0.56-alpha-test-7205 Tests failed: 1 (1 new), passed: 183, ignored: 1 ba-win10-64-s1-601 8 Sep 22 14:21 3m 57s
Web 16.0.58-alpha-test Tests passed: 969, ignored: 7 ba-bionic64ta 8 Sep 22 15:52 6m 36s
LM 16.0.58-alpha-test Tests failed: 1 (1 new), passed: 180, ignored: 1 ba-win10-64-s1-601 8 Sep 22 16:37 4m 23s
Web 16.0.58-alpha-test-7241 Tests passed: 811, ignored: 6; exit code 1 (Step: Test native KeymanWeb (Command Line)) (new) FAIL ba-win10-64-pp-602 8 Sep 22 19:13 14m 14s TRUE
LM 16.0.58-alpha-test-7241 Tests passed: 181, ignored: 1 ba-win10-64-s1-601 8 Sep 22 19:22 4m 27s TRUE
Web 16.0.58-alpha-test-7242 Tests passed: 969, ignored: 7 ba-bionic64ta 8 Sep 22 19:24 7m 43s
LM 16.0.58-alpha-test-7242 Tests failed: 1 (1 new), passed: 180, ignored: 1 ba-win10-64-s1-601 8 Sep 22 19:43 4m 28s
Web 16.0.55-alpha-test-7230 Tests passed: 811, ignored: 6; exit code 1 (Step: Test native KeymanWeb (Command Line)) (new) FAIL ba-win10-64-pp-602 9 Sep 22 03:07 13m 49s TRUE
LM 16.0.55-alpha-test-7230 Tests passed: 181, ignored: 1 ba-win10-64-s1-601 9 Sep 22 03:07 4m 49s
Web 16.0.55-alpha-test-7244 Tests passed: 969, ignored: 7 ba-win10-64-s1-601 9 Sep 22 03:35 12m 20s TRUE
LM 16.0.55-alpha-test-7244 Tests passed: 181, ignored: 1 ba-win10-64-s1-601 9 Sep 22 03:47 4m 15s
Web 16.0.55-alpha-test-7054 Tests passed: 969, ignored: 7 ba-bionic64ta 9 Sep 22 04:47 7m 20s
LM 16.0.55-alpha-test-7054 Tests passed: 172, ignored: 1; exit code 1 (Step: Run LMLayer tests (Command Line)) ba-win10-64-pp-602 9 Sep 22 05:30 11m 32s TRUE
Web 16.0.55-alpha-test-7054 Tests passed: 969, ignored: 7 ba-bionic64ta 9 Sep 22 05:32 7m 33s
Web 16.0.59-alpha-test-7246 Tests failed: 2 (2 new), passed: 945, ignored: 7 FAIL ba-bionic64ta 9 Sep 22 06:07 7m 55s
LM 16.0.55-alpha-test-7054 Tests passed: 181, ignored: 1 ba-win10-64-s1-601 9 Sep 22 06:30 5m 04s TRUE
LM 16.0.59-alpha-test-7246 Tests passed: 181, ignored: 1 ba-win10-64-s1-601 9 Sep 22 06:35 4m 32s
Web 16.0.59-alpha-test-7054 Tests passed: 969, ignored: 7 ba-bionic64ta 9 Sep 22 08:07 7m 53s
LM 16.0.59-alpha-test-7054 Tests passed: 181, ignored: 1 ba-win10-64-s1-601 9 Sep 22 08:18 4m 33s
Web 16.0.59-alpha-test Tests failed: 3 (3 new), passed: 967, ignored: 7 FAIL ba-win10-64-s1-601 9 Sep 22 08:39 11m 45s
LM 16.0.59-alpha-test Tests passed: 181, ignored: 1 ba-win10-64-s1-601 9 Sep 22 08:51 4m 13s
Web 16.0.59-alpha-test-7248 Tests passed: 811, ignored: 6; exit code 1 (Step: Test native KeymanWeb (Command Line)) (new) FAIL ba-win10-64-pp-602 9 Sep 22 09:08 14m 22s
Web 16.0.59-alpha-test-7249 Tests failed: 2 (2 new), passed: 945, ignored: 7 FAIL ba-bionic64ta 9 Sep 22 09:23 7m 00s TRUE
LM 16.0.59-alpha-test-7248 Tests passed: 172, ignored: 1; exit code 1 (Step: Run LMLayer tests (Command Line)) (new) ba-win10-64-pp-602 9 Sep 22 09:23 11m 33s
Web 16.0.59-alpha-test-7249 Tests passed: 969, ignored: 7 ba-bionic64ta 9 Sep 22 09:49 7m 43s
LM 16.0.59-alpha-test-7249 Tests passed: 181, ignored: 1 ba-win10-64-s1-601 9 Sep 22 09:58 4m 43s
LM 16.0.59-alpha-test-7249 Tests passed: 172, ignored: 1; exit code 1 (Step: Run LMLayer tests (Command Line)) (new) ba-win10-64-pp-602 9 Sep 22 10:43 11m 30s
LM 16.0.56-alpha-test-7205 Tests passed: 175, ignored: 1; exit code 1 (Step: Run LMLayer tests (Command Line)) ba-win10-64-pp-602 9 Sep 22 12:03 11m 09s
Web 16.0.59-alpha-test-7250 Tests passed: 969, ignored: 7 ba-win10-64-s1-601 9 Sep 22 12:17 12m 06s TRUE
LM 16.0.59-alpha-test-7250 Tests passed: 172, ignored: 1; exit code 1 (Step: Run LMLayer tests (Command Line)) (new) ba-win10-64-pp-602 9 Sep 22 12:17 11m 34s
Web 16.0.59-alpha-test Tests passed: 969, ignored: 7 ba-win10-64-s1-601 9 Sep 22 15:33 14m 47s
LM 16.0.59-alpha-test Tests passed: 181, ignored: 1 ba-win10-64-s1-601 9 Sep 22 15:48 4m 22s
Web 16.0.59-alpha-test-7253 Tests passed: 969, ignored: 7 ba-bionic64ta 9 Sep 22 16:06 7m 37s
LM 16.0.59-alpha-test-7253 Tests passed: 172, ignored: 1; exit code 1 (Step: Run LMLayer tests (Command Line)) (new) ba-win10-64-pp-602 9 Sep 22 16:16 11m 20s
Web 16.0.59-alpha-test-7255 Tests failed: 3 (3 new), passed: 967, ignored: 7 FAIL ba-win10-64-s1-601 9 Sep 22 17:44 11m 50s
LM 16.0.59-alpha-test-7255 Tests failed: 1 (1 new), passed: 180, ignored: 1 ba-win10-64-s1-601 9 Sep 22 17:56 4m 37s
Web 16.0.58-alpha-test-7241 Tests passed: 969, ignored: 7 ba-bionic64ta 9 Sep 22 18:37 6m 50s
LM 16.0.58-alpha-test-7241 Tests passed: 172, ignored: 1; exit code 1 (Step: Run LMLayer tests (Command Line)) (new) ba-win10-64-pp-602 9 Sep 22 18:44 11m 14s
Web 16.0.58-alpha-test-7242 Tests passed: 969, ignored: 7 ba-bionic64ta 9 Sep 22 19:07 8m 14s TRUE
LM 16.0.58-alpha-test-7242 Tests failed: 1, passed: 180, ignored: 1 ba-win10-64-s1-601 9 Sep 22 19:10 4m 44s
Web 16.0.59-alpha-test Tests passed: 811, ignored: 6; exit code 1 (Step: Test native KeymanWeb (Command Line)) (new) FAIL ba-win10-64-pp-602 9 Sep 22 21:25 14m 08s TRUE
LM 16.0.59-alpha-test Tests failed: 1 (1 new), passed: 180, ignored: 1 ba-win10-64-s1-601 9 Sep 22 21:25 4m 21s
Web 16.0.60-alpha-test Tests passed: 811, ignored: 6; exit code 1 (Step: Test native KeymanWeb (Command Line)) FAIL ba-win10-64-pp-602 10 Sep 22 05:53 13m 59s TRUE
LM 16.0.60-alpha-test Tests passed: 181, ignored: 1 ba-win10-64-s1-601 10 Sep 22 05:54 4m 48s
Web 16.0.60-alpha-test Tests passed: 969, ignored: 7 ba-win10-64-s1-601 10 Sep 22 06:18 11m 56s
LM 16.0.60-alpha-test Tests passed: 181, ignored: 1 ba-win10-64-s1-601 10 Sep 22 06:30 4m 07s

@mcdurdin mcdurdin marked this pull request as ready for review September 11, 2022 01:36
@mcdurdin mcdurdin self-assigned this Sep 11, 2022
@mcdurdin
Copy link
Member Author

AFAICT, this has not made a difference to stability.

Copy link
Contributor

@rc-swag rc-swag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcdurdin mcdurdin merged commit f8924cf into master Sep 12, 2022
@mcdurdin mcdurdin deleted the chore/browserstack-no-concurrency-verification branch September 12, 2022 01:21
@jahorton
Copy link
Contributor

I've just analyzed the 50 most recent builds in both LM and web test builds and there is weak evidence that build overlap may be contributing to the failures?

Suggestions that multiple CI sessions overlapping may also cause the issue?

Yeah, that's been my running hypothesis. Build overlap definitely wouldn't be doing us any favors for test stability. I hadn't found any concrete references for that running theory, though.

@mcdurdin
Copy link
Member Author

I hadn't found any concrete references for that running theory, though.

I found two somewhat-related refs, neither conclusive, but both suggestive:

We're certainly not the only people experiencing instability with BrowserStack + Karma, going by that first ref above!

@keyman-server
Copy link
Collaborator

Changes in this pull request will be available for download in Keyman version 16.0.61-alpha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants