Nightly Distribution of the master branch

Build: #1843 was successful Changes by Guus der Kinderen

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
11 minutes
Labels
None
Revision
819ed87a178e71c6c40b70d6a5f079751337b51f
Total tests
828
Successful since
#1831 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen 819ed87a178e71c6c40b70d6a5f079751337b51f [sinttest] Wait for notification filter to propagate
The UserTuneIntegrationTest, in rapid succession:
- add a listener for PEP-published usertune data
- publishes a usertune
- waits for a notification to arrive

Implicit to adding the listener is the publication of a change in
Pubsub notification filtering. This can involve a stanza handshake,
as CAPS is involved.

A race condition exists where the usertune data can be published
before the notification filter has been properly applied.

The changes in this commit add a synchronzation point that ensures
that the notification filter is in place, before the usertune data
is published.

Co-authored-by: Paul Schaub <vanitasvitae@fsfe.org>