Re: [PATCH 0/6] net: fix non-deterministic failures of the 'netdev-socket' qtest

2024-01-15 Thread Jason Wang
On Mon, Jan 15, 2024 at 6:19 PM Peter Maydell wrote: > > On Mon, 15 Jan 2024 at 02:37, Jason Wang wrote: > > > > On Fri, Jan 5, 2024 at 12:45 AM Stefan Hajnoczi wrote: > > > > > > On Thu, 4 Jan 2024 at 11:30, Daniel P. Berrangé > > > wrote: > > > > > > > > We've previously bumped up the

Re: [PATCH 0/6] net: fix non-deterministic failures of the 'netdev-socket' qtest

2024-01-15 Thread Peter Maydell
On Mon, 15 Jan 2024 at 02:37, Jason Wang wrote: > > On Fri, Jan 5, 2024 at 12:45 AM Stefan Hajnoczi wrote: > > > > On Thu, 4 Jan 2024 at 11:30, Daniel P. Berrangé wrote: > > > > > > We've previously bumped up the timeouts in the netdev-socket qtest > > > to supposedly fix non-deterministic

Re: [PATCH 0/6] net: fix non-deterministic failures of the 'netdev-socket' qtest

2024-01-14 Thread Jason Wang
On Fri, Jan 5, 2024 at 12:45 AM Stefan Hajnoczi wrote: > > On Thu, 4 Jan 2024 at 11:30, Daniel P. Berrangé wrote: > > > > We've previously bumped up the timeouts in the netdev-socket qtest > > to supposedly fix non-deterministic failures, however, the failures > > are still hitting CI. > > > > A

Re: [PATCH 0/6] net: fix non-deterministic failures of the 'netdev-socket' qtest

2024-01-09 Thread Daniel P . Berrangé
Hi Jason, As the net/ maintainer, could you take a look at this series. This failure has been causing pain for CI for quite a while. If you're happy with it, I can include it in a pending pull request of other misc patches I have. On Thu, Jan 04, 2024 at 04:29:36PM +, Daniel P. Berrangé

Re: [PATCH 0/6] net: fix non-deterministic failures of the 'netdev-socket' qtest

2024-01-04 Thread Stefan Hajnoczi
On Thu, 4 Jan 2024 at 11:30, Daniel P. Berrangé wrote: > > We've previously bumped up the timeouts in the netdev-socket qtest > to supposedly fix non-deterministic failures, however, the failures > are still hitting CI. > > A simple 'listen()' and 'connect()' pairing across 2 QEMU processes >

[PATCH 0/6] net: fix non-deterministic failures of the 'netdev-socket' qtest

2024-01-04 Thread Daniel P . Berrangé
We've previously bumped up the timeouts in the netdev-socket qtest to supposedly fix non-deterministic failures, however, the failures are still hitting CI. A simple 'listen()' and 'connect()' pairing across 2 QEMU processes should be very quick to execute, even under high system load, so it was