*** bobh has joined #openstack-oslo | 00:20 | |
*** threestrands has joined #openstack-oslo | 00:24 | |
*** bobh has quit IRC | 00:30 | |
*** bobh has joined #openstack-oslo | 01:10 | |
*** rcernin has quit IRC | 01:13 | |
*** bobh has quit IRC | 01:13 | |
*** rcernin has joined #openstack-oslo | 02:13 | |
*** larainema has joined #openstack-oslo | 02:23 | |
*** dave-mccowan has quit IRC | 04:36 | |
*** Luzi has joined #openstack-oslo | 05:43 | |
*** lpetrut has joined #openstack-oslo | 06:02 | |
*** e0ne has joined #openstack-oslo | 06:06 | |
*** e0ne has quit IRC | 06:11 | |
*** trident has quit IRC | 07:00 | |
*** trident has joined #openstack-oslo | 07:10 | |
*** threestrands has quit IRC | 07:32 | |
*** rcernin has quit IRC | 07:40 | |
*** ralonsoh has joined #openstack-oslo | 07:52 | |
stephenfin | bnemec: Have you been playing around with pbr lately? I'm seeing what looks like a race condition for 'pbr.tests.test_packaging.TestVersions' and I can't figure out what's changed :-\ | 09:26 |
---|---|---|
openstackgerrit | Stephen Finucane proposed openstack/pbr master: Mark strings as raw https://review.opendev.org/678769 | 09:35 |
openstackgerrit | Stephen Finucane proposed openstack/pbr master: Update to latest hacking https://review.opendev.org/678770 | 09:35 |
openstackgerrit | Stephen Finucane proposed openstack/pbr master: trivial: Use 'open' context manager https://review.opendev.org/678771 | 09:35 |
*** jaosorior has quit IRC | 09:43 | |
*** e0ne has joined #openstack-oslo | 10:11 | |
*** e0ne has quit IRC | 10:26 | |
*** e0ne has joined #openstack-oslo | 10:28 | |
*** e0ne has quit IRC | 10:32 | |
*** tesseract has joined #openstack-oslo | 11:11 | |
*** jaosorior has joined #openstack-oslo | 11:20 | |
*** dave-mccowan has joined #openstack-oslo | 11:35 | |
*** ansmith has quit IRC | 11:57 | |
*** larainema has quit IRC | 12:35 | |
*** ansmith has joined #openstack-oslo | 12:38 | |
*** jaosorior has quit IRC | 12:39 | |
*** jaosorior has joined #openstack-oslo | 12:39 | |
*** kgiusti has joined #openstack-oslo | 12:45 | |
*** jaosorior has quit IRC | 13:09 | |
*** boden has joined #openstack-oslo | 13:17 | |
*** jaosorior has joined #openstack-oslo | 13:33 | |
openstackgerrit | Gabor Orosz proposed openstack/tooz master: Handle inconsistency between ring and group members https://review.opendev.org/678842 | 13:42 |
*** e0ne has joined #openstack-oslo | 13:54 | |
*** Luzi has quit IRC | 14:02 | |
*** lpetrut has quit IRC | 14:44 | |
bnemec | stephenfin: Nothing immediately jumps to mind. I can try running the tests in a loop and see if I get any spurious failures though. | 15:16 |
openstackgerrit | Andy Smith proposed openstack/oslo.messaging master: Setup backend scenarios for functional tests https://review.opendev.org/677744 | 15:36 |
*** e0ne has quit IRC | 15:52 | |
openstackgerrit | Stephen Finucane proposed openstack/pbr master: Mark strings as raw https://review.opendev.org/678769 | 15:57 |
openstackgerrit | Stephen Finucane proposed openstack/pbr master: Update to latest hacking https://review.opendev.org/678770 | 15:57 |
openstackgerrit | Stephen Finucane proposed openstack/pbr master: trivial: Use 'open' context manager https://review.opendev.org/678771 | 15:57 |
*** amotoki is now known as amotoki_ | 16:42 | |
*** e0ne has joined #openstack-oslo | 17:01 | |
*** jaosorior has quit IRC | 17:16 | |
*** jungleboyj has joined #openstack-oslo | 17:19 | |
*** boden has quit IRC | 17:22 | |
*** boden_ has joined #openstack-oslo | 17:22 | |
*** tesseract has quit IRC | 17:30 | |
*** ralonsoh has quit IRC | 17:38 | |
*** e0ne has quit IRC | 17:49 | |
*** jaosorior has joined #openstack-oslo | 18:00 | |
*** e0ne has joined #openstack-oslo | 18:51 | |
*** bobh has joined #openstack-oslo | 18:52 | |
*** bobh has quit IRC | 18:57 | |
*** e0ne has quit IRC | 19:19 | |
*** ansmith has quit IRC | 20:41 | |
*** lpetrut has joined #openstack-oslo | 20:50 | |
*** lpetrut has quit IRC | 20:51 | |
*** lpetrut has joined #openstack-oslo | 20:51 | |
*** lpetrut has quit IRC | 20:58 | |
*** ansmith has joined #openstack-oslo | 21:15 | |
efried | bnemec: it sucks that it's always 4:30 before I get back to working on the privsep thing. | 21:26 |
efried | ConnectionResetError appears to be py3 only. | 21:26 |
efried | but help me understand, are you proposing to run those new tests only locally, not in the gate? | 21:26 |
bnemec | efried: At the moment, just locally. | 21:30 |
bnemec | I'm not opposed to having the functional tests in the gate, but I'm not sure whether we can run sudo like they're doing right now. | 21:30 |
bnemec | Also, up until now they weren't providing enough extra coverage for me to bother chasing that. | 21:31 |
bnemec | Maybe for this feature it's worth following up though? | 21:32 |
efried | okay. Well in any case pep8 is gonna hate on you for ConnectionResetError. And I'm also still getting failures running locally with all three patches. | 21:32 |
efried | which I keep trying to look into... and then run out of evening :( | 21:33 |
bnemec | efried: Hmm, they're failing for me now too. I think there might still be a concurrency issue with these tests. | 21:41 |
bnemec | I could have sworn they were working in parallel yesterday. :-/ | 21:41 |
bnemec | But today I have to pass --concurrency=1 to stestr for them to pass. | 21:41 |
efried | oh, you mean concurrency between/among test cases? | 21:42 |
efried | that could make sense, yeah, because sleep() and one() are using a single PrivContext | 21:42 |
efried | and this *is* set up to raise exceptions on race conditions like "got a message, then EOF, then trying to process the message" | 21:43 |
efried | like, that's "expected" behavior, but damn hard to test because you have to produce a race. | 21:43 |
bnemec | Yeah, it's tricky. I _thought_ the current patch would handle it, but apparently not. | 21:47 |
bnemec | I wonder if a signal handler on the daemon side that explicitly closed the connection would help. | 21:47 |
efried | you mean *don't* hack it with a boolean in the subthread? Genius. | 21:50 |
efried | ...oh, except that appears to be fairly nontrivial to do. | 21:54 |
*** boden_ has quit IRC | 21:59 | |
*** kgiusti has left #openstack-oslo | 22:00 | |
*** trident has quit IRC | 22:05 | |
*** trident has joined #openstack-oslo | 22:13 | |
*** rcernin has joined #openstack-oslo | 22:15 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!