Logs for debugging flaky test & rerun of failing container in specific order - #3948
Closed
jonbulz wants to merge 3 commits into
Closed
Logs for debugging flaky test & rerun of failing container in specific order#3948jonbulz wants to merge 3 commits into
jonbulz wants to merge 3 commits into
Conversation
JoeyStk
approved these changes
Oct 16, 2025
JoeyStk
left a comment
Contributor
There was a problem hiding this comment.
Thank you very much! LGTM! 🚀
hannaseithe
force-pushed
the
debug-test-poi-category-form-view
branch
3 times, most recently
from
October 17, 2025 08:34
ca4b687 to
1f19d77
Compare
hannaseithe
force-pushed
the
debug-test-poi-category-form-view
branch
from
October 17, 2025 09:36
1f19d77 to
ca1b028
Compare
Contributor
|
I might have been able to fix the failing tests with #3950. But I want to use this branch still for figuring out a way to run specific tests inside a container with a specific order (so that we can force a fail that depends on the order of a container). Therefore I will adjst the description and keep the PR as |
hannaseithe
marked this pull request as draft
October 17, 2025 10:15
Member
|
As solved by #3950 and agreed here: https://chat.tuerantuer.org/digitalfabrik/pl/y5tq9efefig75estwqzy5rx4me |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short description
config.ymlso that we can run a container that contains exactly the tests in the exact order of when this container failed beforeProposed changes
debug logs in poi_category_form_view to see if the message is created
debug logs in test_poi_category_form_view to see the rendered html
prettify response content to make the html readable in the logs
log handler for tests
WIP: find a way to have specific tests run in a specific order
Side effects
Faithfulness to issue description and design
There are no intended deviations from the issue and design.
How to test
Resolved issues
Fixes: #
Pull Request Review Guidelines