Andrei Chekun

Results 64 comments of Andrei Chekun

> Example: ![image](https://private-user-images.githubusercontent.com/4655593/326243401-59c7ca3f-e2ab-4bad-8a2a-7f6777558e21.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTQ5ODg5NzAsIm5iZiI6MTcxNDk4ODY3MCwicGF0aCI6Ii80NjU1NTkzLzMyNjI0MzQwMS01OWM3Y2EzZi1lMmFiLTRiYWQtOGEyYS03ZjY3Nzc1NThlMjEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDUwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDA1MDZUMDk0NDMwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZjFlMzU3ZmIzM2YyMDMyYTU3ZTZmYmIzYmYyYTM0MjI0ODYzYjhmMjRlZjgxM2U2ZGE2MzBiYjc2ZWRlNDQwZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.vsrJpMiCqpfbu56idlmmMXy4lVKQ0iJ3or-N3t0b5p8) that's funny, since if you click the failed test case there will be a normal link and not just an HTML tag. I'll try to play around...

@mykaul seems this is the limitation of the plugin in Jenkins. https://jenkins.scylladb.com/job/sct-github-PRs-scan/job/scylla-dtest/job/PR-3831/35/testReport/hintedhandoff_additional_test/ dtest have the same issue with this, so I suppose we will live with that. @kbr-scylla @piodul what...

@kbr-scylla seems it was GCed. your run didn't pass because I've changed the job configuration to check another thing. restarted it with the correct config and added a second fail...

@kbr-scylla 1. This information missing since it's printed by pytest itself and not the test. This stack trace is printed on the summary page of the test and it's not...

Changes from the previous commit: 1. Rebase latest master 2. Rename the log files in the failed_directory 3. Add stacktrace 4. Revert several unwanted changes

Fix code review comments. Remove magic log path slicing with Path.stem Rephrase the comment about why we need formatter from root logger Remove FAILED_KEY since we using the whole report...

Split test.py and pytest log in two files

> @xtrey please, resolve conflicts Done.

CI failed with known [issue](https://github.com/scylladb/scylladb/issues/23592)

> I don't get this. Does it mean that I can no longer run `test.py --name=boost/something` and have the test executed? Presumably no, so it means something else. What? You...