-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dts scripts enhanced logging #219
Conversation
Looks good but lets wait for CIs. |
Network connection timeout issue, everything else works :)
|
From the logs you sent: (...)
Network connection have been established!
(...) It is not clear what happened. |
It most likely got stuck on |
I guess the downloading step failed, but it is not shown in the failed test logs. We definitely need to work on debugging the tests. |
Add post test step and check if test failed. If it did then copy logs somewhere or just use built in log sending and send them to cloud. |
Verbose (xtrace) logging is always enabled but isn't shown on screen, logs (stdout/ERR_LOG_FILE/xtrace) have timestamp included to easier connect logs from different files. Signed-off-by: Michał Iwanicki <[email protected]>
57fb76c
to
f3815db
Compare
@DaniilKl started osfv test by setting target branch to main for a second. Let's wait for results as my PR made few changes.