12020: Fix unreliable test.
authorTom Clegg <tclegg@veritasgenetics.com>
Tue, 23 Jul 2019 18:02:21 +0000 (14:02 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Tue, 23 Jul 2019 18:02:21 +0000 (14:02 -0400)
commiteb1910c3d005ac0819416983262812b71edd85f3
tree54ec3358c90a36f8aa7bb850c8b0cda633727b00
parent8ead06918642aa813655193d802ae82b9c363535
12020: Fix unreliable test.

test_subscribe_poll was failing occasionally due to a race (inserting
time.sleep(1) at the top of PollClient.run made the test fail
consistently).

The test now waits for PollClient to establish its _skip_old_events
filter, and then proceeds to create the event which PollClient is
expected to return.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>
sdk/python/arvados/events.py
sdk/python/tests/test_events.py