Skip to content

Conversation

@ascopes
Copy link
Owner

@ascopes ascopes commented Jun 19, 2022

Testing this works...

@github-actions
Copy link

github-actions bot commented Jun 19, 2022

JUnit test results

  3 817 files    3 817 suites   1m 27s ⏱️
18 342 tests 18 323 ✔️ 19 💤 0
18 434 runs  18 414 ✔️ 20 💤 0

Results for commit 7a1e829.

♻️ This comment has been updated with latest results.

@ascopes ascopes force-pushed the feature/improve-ci-output branch from cb80546 to 262d24d Compare June 20, 2022 17:25
scordio and others added 7 commits June 20, 2022 23:21
* Fix typo in package name for tests

* Fix tests that modify global state to make reproducable tests

* Set random test execution order to track down flaky tests/global state tests

* Fix format, add license headers
Bumps `byte-buddy.version` from 1.12.10 to 1.12.11.

Updates `byte-buddy` from 1.12.10 to 1.12.11
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.12.10...byte-buddy-1.12.11)

Updates `byte-buddy-agent` from 1.12.10 to 1.12.11
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.12.10...byte-buddy-1.12.11)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pitest-junit5-plugin](https://github.com/pitest/pitest-junit5-plugin) from 0.16 to 1.0.0.
- [Release notes](https://github.com/pitest/pitest-junit5-plugin/releases)
- [Commits](pitest/pitest-junit5-plugin@0.16...1.0.0)

---
updated-dependencies:
- dependency-name: org.pitest:pitest-junit5-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pitest-maven](https://github.com/hcoles/pitest) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/hcoles/pitest/releases)
- [Commits](hcoles/pitest@1.8.1...1.9.0)

---
updated-dependencies:
- dependency-name: org.pitest:pitest-maven
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ascopes ascopes force-pushed the feature/improve-ci-output branch from c8e0760 to 4aa65a4 Compare June 25, 2022 16:02
ascopes and others added 8 commits June 26, 2022 11:32
…j#2686)

FIxed a test that was not asserting anything on the result.
- Bump Surefire plugin to 3.0.0-M7, as this is stable despite
  being a prerelease, but contains numerous fixes and improvements
  compared to v2.22.x. These include fixes to potential crashes
  on some systems due to console log corruption, improved JUnit5
  support, etc
- Override default reporters for Surefire to use JUnit5 ones. This
  improves the format of the output logs in builds.
- Prefer use of  and name for
  over the method name in Surefire reports, as this becomes easier
  to read and is prettier.
@ascopes ascopes force-pushed the feature/improve-ci-output branch from 4aa65a4 to 7a1e829 Compare June 27, 2022 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants