Skip to content
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

Improve test/dev mode output #17784

Merged
merged 2 commits into from
Jun 9, 2021

Conversation

stuartwdouglas
Copy link
Member

Improve continuous test/dev mode output

- Fix output if no tests run
- Display time test were run
- Remove compiling log message, replace with message for test/dev mode
  restart with changed classes.
- Don't count skipped tests towards the number run

Also includes #17782 as they conflict

Continuous testing tests can fail sometimes as an
additional unexpected run is triggered. This is because
a write is actually two seperate operations, a truncate
followed by a write, so the update processor can see this
as two seperate changes and trigger two seperate test
runs (depending on the timing). This fixes it by re-checking
the timestamps after compilation, and also attempting to
re-compile if they don't match.
- Fix output if no tests run
- Display time test were run
- Remove compiling log message, replace with message for test/dev mode
  restart with changed classes.
- Don't count skipped tests towards the number run
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 9, 2021

This workflow status is outdated as a new workflow run has been triggered.

🚫 This workflow run has been cancelled.

Failing Jobs - Building 00aaed5

⚠️ Artifacts of the workflow run were not available thus the report misses some details.

Status Name Step Test failures Logs Raw logs
Initial JDK 11 Build Persist Maven Repo ⚠️ Check → Logs Raw logs

@stuartwdouglas stuartwdouglas merged commit 26a7808 into quarkusio:main Jun 9, 2021
@quarkus-bot quarkus-bot bot added this to the 2.1 - main milestone Jun 9, 2021
@gsmet gsmet modified the milestones: 2.1 - main, 2.0.0.Final Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants