v0.11.2 #402
BrianJKoopman
started this conversation in
General
v0.11.2
#402
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
This release reworks how the ocs Docker image is built, removing some unneeded base layers. This shrinks the image considerably.
It also introduces a timeout feature in the
create_agent_runner_fixture
function, used in integration testing. This timeout feature helps abort tests that hang due to a crash in the agent subprocess. The default timeout is 60 seconds. If you have integration tests that take longer than that for a given test you should be sure to use a longer timeout, else the test will abort early.What's Changed
Full Changelog: v0.11.1...v0.11.2
This discussion was created from the release v0.11.2.
Beta Was this translation helpful? Give feedback.
All reactions