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
When systemtests fail in CI environment it will be good to collect and store the daemon logs before tearing down the setup. This can help with offline debugging in some cases and avoid having to repro the timing conditions in order to debug.
One possibility:
Today we create log files for most of the daemons in /tmp directory
In CI environment, we can tar and copy out the entire directory just before the setup teardown. The CI system can store these files with respective jobs.
The text was updated successfully, but these errors were encountered:
When systemtests fail in CI environment it will be good to collect and store the daemon logs before tearing down the setup. This can help with offline debugging in some cases and avoid having to repro the timing conditions in order to debug.
One possibility:
The text was updated successfully, but these errors were encountered: