Re: [Development] What to do if tests hang on the CI and I can't reproduce that locally?

2024-05-15 Thread Thiago Macieira
On Wednesday 15 May 2024 13:22:01 GMT-7 Ilya Fedin wrote: > Didn't help. I clicked this time on the details link and noticed that > every job using GNOME (RHEL 8.8, RHEL 9.2, SLES 15 SP5, Ubuntu 22.04) > hangs the same way while openSUSE 15.5 using KDE is OK (which shouldn't > use the gtk

Re: [Development] What to do if tests hang on the CI and I can't reproduce that locally?

2024-05-15 Thread Ilya Fedin
On Wed, 15 May 2024 00:24:12 +0400 Ilya Fedin wrote: > The only thing I haven't tried is delaying reading with a second or > something like that. Maybe that will make GTK doing its things before > Qt does and X server wouldn't react in such a way. Didn't help. I clicked this time on the details

Re: [Development] What to do if tests hang on the CI and I can't reproduce that locally?

2024-05-15 Thread Ilya Fedin
On Wed, 15 May 2024 07:33:11 -0700 Thiago Macieira wrote: > On Wednesday 15 May 2024 03:12:26 GMT-7 Ilya Fedin wrote: > > > But I still can't explain why XInternAtom would block. You'd need > > > to get a backtrace of the X.org process to see if it is blocked. > > > What does it mean to intern

Re: [Development] What to do if tests hang on the CI and I can't reproduce that locally?

2024-05-15 Thread Thiago Macieira
On Wednesday 15 May 2024 03:12:26 GMT-7 Ilya Fedin wrote: > > But I still can't explain why XInternAtom would block. You'd need to > > get a backtrace of the X.org process to see if it is blocked. What > > does it mean to intern an atom? Does it send something to the root > > window to register

Re: [Development] What to do if tests hang on the CI and I can't reproduce that locally?

2024-05-15 Thread Ilya Fedin
On Tue, 14 May 2024 16:42:17 -0700 Thiago Macieira wrote: > > I'm doubt that's the case here though given that it > > doesn't hang with other patches. The only theory I can wrap my head > > of is that querying RESOURCE_MANAGER property momentally after it > > changes breaks X server somehow. I