MultiThreadedCompositor test failure in CI
Bug #1595940 reported by
Kevin DuBois
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
Medium
|
Kevin DuBois | ||
mir (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
failure in this CI run (on unrelated branch that is adding an executable)
20:57:58 23: [ RUN ] MultiThreadedCo
20:57:59 23: /��BUILDDIR�
20:57:59 23: Value of: db_compositor_
20:57:59 23: Actual: false
20:57:59 23: Expected: true
20:57:59 23: [ FAILED ] MultiThreadedCo
could not reproduce locally
Related branches
lp://qastaging/~kdub/mir/fix-1595940
- Mir CI Bot: Approve (continuous-integration)
- Alan Griffiths: Approve
- Cemil Azizoglu (community): Approve
-
Diff: 12 lines (+1/-1)1 file modifiedtests/unit-tests/compositor/test_multi_threaded_compositor.cpp (+1/-1)
Changed in mir: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This job ran on jenkins-slave-0 when it had problems with slow CPU and I/O performance (note that the linked job took 1h22m to finish, the normal time being ~40m).
My educated guess is that this failure was caused by the extreme slowness, which led to the test exceeding the relatively short (1s) timeout used to wait for 'enough_ records_ gathered' .
Marking as incomplete for now (so it can expire). If we see this again, we can consider increasing the timeout.