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 continuous testing output #25845

Merged
merged 1 commit into from Jun 21, 2022
Merged

Conversation

stuartwdouglas
Copy link
Member

  • Trim the console stack traces
  • Add a 2 line summary at the bottom to make it easier to view the full results

@stuartwdouglas
Copy link
Member Author

While preparing for JNation I realised that the CT output as it currently stands involves a lot of console scrolling to see the details of the failures.

@quarkus-bot

This comment has been minimized.

import java.util.Objects;
import java.util.Optional;
import java.util.Set;
import java.util.*;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get rid of these star import changes?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, I had fixed it locally but forgot to push.

@quarkus-bot

This comment has been minimized.

@quarkus-bot

This comment has been minimized.

- Trim the console stack traces
- Add a 2 line summary at the bottom to make it easier to view the full results
Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I force pushed something to fix the failing test. The failure was related to the root path change.

@gsmet gsmet added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jun 21, 2022
@gsmet gsmet merged commit 560ad1c into quarkusio:main Jun 21, 2022
@quarkus-bot quarkus-bot bot added this to the 2.11 - main milestone Jun 21, 2022
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jun 21, 2022
@gsmet gsmet modified the milestones: 2.11 - main, 2.10.1.Final Jun 28, 2022
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.

None yet

3 participants