Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #943 was successful Changes by Florian Schmaus

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
11 minutes
Labels
None
Agent
ip-172-31-27-151.eu-central-1.compute.internal
Revision
68fa90435e8b2aee5f6151184ce9c036884bc570
Total tests
890
Successful since
#937 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus Florian Schmaus 68fa90435e8b2aee5f6151184ce9c036884bc570 Merge pull request #599 from guusdk/sint_assertresult-multisync
[sinttest] Improving assertions for MultiResultSyncPoint
Florian Schmaus Florian Schmaus 98ff4d8a6508bae34da980ce1299dd2f3fcbdd4f Merge pull request #598 from guusdk/sint_muc-occupant-race
[sinttest] Fix race condition in MUC test
Guus der Kinderen Guus der Kinderen 440b49763829237fbb966fd723cd71fcf81730ce m [sinttest] Add AssertResult for MultiResultSyncPoint
This adds an AssertResult implementation for MultiResultSyncPoint that mimics the equivalent for ResultSyncPoint.
Guus der Kinderen Guus der Kinderen 7e9a5713e96812dc64ba2555fdf79646bb15f707 m [sinttest] Improve test assertion message
Making use of the new assertion handling for MultiResultSyncPoint, the integration test that uses that implementation can now get improved assertion messages. This will allow users to more quickly determine why a test is failing.
Guus der Kinderen Guus der Kinderen adafcdb6d1dc6806ec487b7d74ccdc7df15066b4 m [sinttest] Fix race condition in MUC test
When occupant One waits for occupant Two to join the room, One should register the corresponding listener _before_ Two joins.

Without this, a race conditions occurs, where Two could have joined the room before One registered the listener, thus missing the event.