Re: F37 kernel 6.0.16/6.0.18 breaking Python tests: Allows to bind a socket twice

2023-01-13 Thread Justin Forbes
On Fri, Jan 13, 2023 at 9:00 AM wrote: > > Justin Forbes wrote: > > > On Wed, Jan 11, 2023 at 6:53 AM Miro Hrončok wrote: > > > > This does seem a bug. The big question, is does 6.1 make it go away? > > kernel-6.1.4-200.fc37 is available in koji. The 6.0 series is end of > > support for Fedora, a

Re: F37 kernel 6.0.16/6.0.18 breaking Python tests: Allows to bind a socket twice

2023-01-13 Thread patrakov
Justin Forbes wrote: > On Wed, Jan 11, 2023 at 6:53 AM Miro Hrončok wrote: > > This does seem a bug. The big question, is does 6.1 make it go away? > kernel-6.1.4-200.fc37 is available in koji. The 6.0 series is end of > support for Fedora, and I expect 6.1.5 to be available as an update > this

Re: F37 kernel 6.0.16/6.0.18 breaking Python tests: Allows to bind a socket twice

2023-01-11 Thread Miro Hrončok
On 11. 01. 23 16:21, Sjoerd Mullender wrote: See thread https://lists.fedoraproject.org/archives/list/us...@lists.fedoraproject.org/thread/VCFSB3YHGTJJSXGBTH2B5FB6OOAL3JLR/ on the Fedora user list where I raised this same problem. Somebody there suggested this commit [1] as being suspicious, an

Re: F37 kernel 6.0.16/6.0.18 breaking Python tests: Allows to bind a socket twice

2023-01-11 Thread Sjoerd Mullender
On 11/01/2023 15.07, Justin Forbes wrote: On Wed, Jan 11, 2023 at 7:33 AM Miro Hrončok wrote: On 11. 01. 23 14:12, Justin Forbes wrote: Is this a bug that needs to be fixed or do the tests need to be changed not to assert this? The fact that 6.2.0 makes this go away makes me think this is

Re: F37 kernel 6.0.16/6.0.18 breaking Python tests: Allows to bind a socket twice

2023-01-11 Thread Justin Forbes
On Wed, Jan 11, 2023 at 7:33 AM Miro Hrončok wrote: > > On 11. 01. 23 14:12, Justin Forbes wrote: > >> Is this a bug that needs to be fixed or do the tests need to be changed > >> not to > >> assert this? > >> > >> The fact that 6.2.0 makes this go away makes me think this is a kernel bug > >> b

Re: F37 kernel 6.0.16/6.0.18 breaking Python tests: Allows to bind a socket twice

2023-01-11 Thread Miro Hrončok
On 11. 01. 23 14:12, Justin Forbes wrote: Is this a bug that needs to be fixed or do the tests need to be changed not to assert this? The fact that 6.2.0 makes this go away makes me think this is a kernel bug but I am not sure. This does seem a bug. The big question, is does 6.1 make it go away

Re: F37 kernel 6.0.16/6.0.18 breaking Python tests: Allows to bind a socket twice

2023-01-11 Thread Justin Forbes
On Wed, Jan 11, 2023 at 6:53 AM Miro Hrončok wrote: > > Hello. > > On Monday I observed that the Fedora 37 and 36 Python CI tests on the Testing > farm fail. > > https://lists.fedoraproject.org/archives/list/c...@lists.fedoraproject.org/thread/YOXVRWJNJMNSTUG6O43KE4K6Q57GV7DR/ > > The same tests w

F37 kernel 6.0.16/6.0.18 breaking Python tests: Allows to bind a socket twice

2023-01-11 Thread Miro Hrončok
Hello. On Monday I observed that the Fedora 37 and 36 Python CI tests on the Testing farm fail. https://lists.fedoraproject.org/archives/list/c...@lists.fedoraproject.org/thread/YOXVRWJNJMNSTUG6O43KE4K6Q57GV7DR/ The same tests work on Rawhide and worked on Fedora 37/36 previously -- unfortun