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
previously, we were using version 0.34.0, for each test we ran, there is a step to verify some information in the logs.
when updating to latest version, Collection will occur when after the tests are finished executing, this makes tests to fail.
Is there any way to get around this?
collecting logs README.md from version 0.34.0:
This will automatically record logs for all containers in real time to the specified directory. Collection will stop when the containers terminate.
collect logs README.md from master:
This will collect logs for all containers. Collection will occur when after the tests are finished executing.
The text was updated successfully, but these errors were encountered:
This is a behaviour change in 0.36.1. Can you run your code to verify information in the logs in a @After, or @AfterAll, or provide a custom .logCollector(...) which does your validation?
previously, we were using version 0.34.0, for each test we ran, there is a step to verify some information in the logs.
when updating to latest version, Collection will occur when after the tests are finished executing, this makes tests to fail.
Is there any way to get around this?
collecting logs README.md from version 0.34.0:
This will automatically record logs for all containers in real time to the specified directory. Collection will stop when the containers terminate.
collect logs README.md from master:
This will collect logs for all containers. Collection will occur when after the tests are finished executing.
The text was updated successfully, but these errors were encountered: