Re: [libvirt] [PATCH rust 1/5] fix bug integration test with rust multithreading

2019-07-05 Thread Sahid Orentino Ferdjaoui
On Fri, Jul 05, 2019 at 09:47:14AM +0100, Daniel P. Berrangé wrote: > On Thu, Jul 04, 2019 at 12:15:25PM +0200, Sahid Orentino Ferdjaoui wrote: > > The open_auth test cases were randomly failling. It seems that because > > tests are executed in parallel if a sasl connection is open when an > >

Re: [libvirt] [PATCH rust 1/5] fix bug integration test with rust multithreading

2019-07-05 Thread Daniel P . Berrangé
On Thu, Jul 04, 2019 at 12:15:25PM +0200, Sahid Orentino Ferdjaoui wrote: > The open_auth test cases were randomly failling. It seems that because > tests are executed in parallel if a sasl connection is open when an > other happen in same time from the same libvirt connection an error > happens:

[libvirt] [PATCH rust 1/5] fix bug integration test with rust multithreading

2019-07-04 Thread Sahid Orentino Ferdjaoui
The open_auth test cases were randomly failling. It seems that because tests are executed in parallel if a sasl connection is open when an other happen in same time from the same libvirt connection an error happens: "Failed to start SASL negotiation: -4 (SASL(-4): no mechanism available: No worthy