rh-messaging / cli-proton-python

Proton Python client provided by QE for testing.
Apache License 2.0
4 stars 6 forks source link

sometimes duration is prefered over timeout #17

Open pematous opened 6 years ago

pematous commented 6 years ago

steps to reproduce: $ cli-proton-python-sender --count 2 $ time cli-proton-python-receiver --count 2 --duration 4 --log-msgs dict -t 1

the receiver should time-out after the time-out elapsed (=only one message should be received)

reproducibility:

Covered by test_duration_timeout_receiver (currently disabled)