On some systems, the gssapi test can stall when the session is deleted by the gc (trying to make a logout call to a fake hostname).
While fixing this, I also found an intermittent failure caused a test that modifies koji.pathinfo. This could cause future tests to fail path-related assertions.
On some systems, the gssapi test can stall when the session is deleted by the gc (trying to make a logout call to a fake hostname).
While fixing this, I also found an intermittent failure caused a test that modifies koji.pathinfo. This could cause future tests to fail path-related assertions.
Both issues fixed by a little extra mocking.