Conversation
This comment was marked as resolved.
This comment was marked as resolved.
482b412 to
b5cb3fd
Compare
783e26d to
1598bd7
Compare
|
The relevant log section seems to be missing the line of the failing test. looks like it got overwritten by |
1598bd7 to
0ef5a5f
Compare
Good catch. It happens when there is a line like where the test name is filtered out as it's on the same line as some noisy log lines. I added some sed magic to deal with these cases in the last commit. |
34cac72 to
b5231c3
Compare
There was a problem hiding this comment.
I think this hopes that the red colour is reset during the next 10 lines and no other colour is set at that point, which might not be true and mess up rest of the output. I think we should explicitly print a colour reset code after this rg to ensure that doesn't happen.
There was a problem hiding this comment.
this is kind of the end of the ouput for the integration tests. I've not observde any problems with colour so far. But happy to add something. Would a echo -e "\033[0m" line after the rg line do the trick?
There was a problem hiding this comment.
Would a
echo -e "\033[0m"line after the rg line do the trick?
I think that should work.
hack/bin/integration-test.sh
Outdated
There was a problem hiding this comment.
Will this directory need to be cleaned up to run the test next time?
There was a problem hiding this comment.
this is just a marker file to avoid gnu parallel complaining about wanting to be cited in academic papers. No need for cleanup if this runs locally.
(the logs-brig and stat-brig files so far remain on disk if you run the integration test locally)
There was a problem hiding this comment.
(update: the script will now clean up these local temporary files by default)
578b987 to
57178ff
Compare
|
Maybe I should've pointed it out in #3049, but now we don't need the forked helm, maybe we can also get rid of that? |
I already thought of using the fork to get another patch in, this one: helm/helm#11766 But perhaps we can also wait until that is merged (if it ever happens). |
There was a problem hiding this comment.
No need to attribute to me here ;)
2023-02-02T10:47:22Z, D, Connection established: datacenter1:rack1:10.233.101.194:9042#<socket: 146>
0b434e0 to
5bd9c0a
Compare
I really hope it does eventually get merged! 🙏 |
Allow running helm tests in parallel if desired, using
HELM_PARALLELISM=6(disabled for now until we have fixed some flaky tests which fail more often when tests run in parallel)rework integration test output: logs from test runs will only show if there are any failed tests. Also, the bottom of the output will have a summary of what failed and what didn't; as well as only the failed test lines with a context of +- 10 lines. This should hopefully make it easier to see what went wrong: just scroll to the bottom.
The summary looks like this:
Checklist
changelog.d