You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This occurred during the copr outage, apparently test_submit_copr_build queries the copr backend for some data under the hood (the tests failed due to timeout during the outage). I haven't been able to quickly find the root cause yet (and I do not want to get too sidetracked) but we are probably missing some mocks, or we could use requre. Should be reproducible by disconnecting from the network and running the test suite.
This occurred during the copr outage, apparently
test_submit_copr_build
queries the copr backend for some data under the hood (the tests failed due to timeout during the outage). I haven't been able to quickly find the root cause yet (and I do not want to get too sidetracked) but we are probably missing some mocks, or we could use requre. Should be reproducible by disconnecting from the network and running the test suite.The text was updated successfully, but these errors were encountered: