Skip to content

Bump testlens-app/setup-testlens from 1 to 1.9.0#2526

Merged
paulk-asert merged 1 commit into
masterfrom
dependabot/github_actions/testlens-app/setup-testlens-1.9.0
May 12, 2026
Merged

Bump testlens-app/setup-testlens from 1 to 1.9.0#2526
paulk-asert merged 1 commit into
masterfrom
dependabot/github_actions/testlens-app/setup-testlens-1.9.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Bumps testlens-app/setup-testlens from 1 to 1.9.0.

Release notes

Sourced from testlens-app/setup-testlens's releases.

v1.9.0

What's Changed

  • feat: stable reuse successful tests mode, where tests that were already successful are skipped in reruns

Full Changelog: testlens-app/setup-testlens@v1.8.0...v1.9.0

v1.8.0

What's Changed

New Contributors

Full Changelog: testlens-app/setup-testlens@v1.7.1...v1.8.0

v1.7.1

What's Changed

Full Changelog: testlens-app/setup-testlens@v1.7.0...v1.7.1

v1.7.0

What's Changed

  • feat: use version 1.7.0 of junit-platform-instrumentation by @​jjohannes in testlens-app/setup-testlens#38
  • feat: capture 'actual' and 'expected' values of assertion failures
  • feat: capture information of whether a result belongs to a test or a container

Full Changelog: testlens-app/setup-testlens@v1.6.1...v1.7.0

v1.6.1

What's Changed

Full Changelog: testlens-app/setup-testlens@v1.6.0...v1.6.1

v1.6.0

What's Changed

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 10, 2026
Bumps [testlens-app/setup-testlens](https://github.com/testlens-app/setup-testlens) from 1 to 1.9.0.
- [Release notes](https://github.com/testlens-app/setup-testlens/releases)
- [Commits](testlens-app/setup-testlens@v1...v1.9.0)

---
updated-dependencies:
- dependency-name: testlens-app/setup-testlens
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/testlens-app/setup-testlens-1.9.0 branch from 55cd195 to f8db1a5 Compare May 11, 2026 06:35
@testlens-app
Copy link
Copy Markdown

testlens-app Bot commented May 11, 2026

🚨 TestLens detected 2 failed tests 🚨

Here is what you can do:

  1. Inspect the test failures carefully.
  2. If you are convinced that some of the tests are flaky, you can mute them below.
  3. Finally, trigger a rerun by checking the rerun checkbox.

Test Summary

Check Project/Task Test Runs
Build and test / lts (25, ubuntu-latest) :groovy-grape-ivy:test GrapeIvyTest
Build and test / lts (25, ubuntu-latest) :groovy-grape-ivy:test GrapeIvyTest

🏷️ Commit: f8db1a5
▶️ Tests: 186384 executed
⚪️ Checks: 41/41 completed

Test Failures

GrapeIvyTest (:groovy-grape-ivy:test in Build and test / lts (25, ubuntu-latest))
java.lang.RuntimeException: Error grabbing Grapes -- [download failed: commons-collections#commons-collections;3.2!commons-collections.jar]
Hint: commons-collections:commons-collections:3.2 has a POM but no jar in your local Maven cache.
Either run:  mvn dependency:get -Dartifact=commons-collections:commons-collections:3.2
or remove these so Grape can fetch from Maven Central:
  /home/runner/work/groovy/groovy/subprojects/groovy-grape-ivy/build/tmp/test/.m2/repository/commons-collections/commons-collections/3.2
  /home/runner/work/groovy/groovy/subprojects/groovy-grape-ivy/build/tmp/test/.groovy/grapes/commons-collections/commons-collections/ivy-3.2.xml (and ivy-3.2.xml.original, ivydata-3.2.properties)
	at groovy.grape.ivy.GrapeIvy.getDependencies(GrapeIvy.groovy:477)
	at groovy.grape.ivy.GrapeIvy.resolve(GrapeIvy.groovy:751)
	at groovy.grape.ivy.GrapeIvy.resolve(GrapeIvy.groovy:706)
	at groovy.grape.Grape.resolve(Grape.java:335)
	at groovy.grape.Grape.resolve(Grape.java:313)
	at groovy.grape.ivy.GrapeIvyTest.setUpClass(GrapeIvyTest.groovy:52)
GrapeIvyTest (:groovy-grape-ivy:test in Build and test / lts (25, ubuntu-latest))
java.lang.RuntimeException: Error grabbing Grapes -- [download failed: commons-collections#commons-collections;3.2!commons-collections.jar]
Hint: commons-collections:commons-collections:3.2 has a POM but no jar in your local Maven cache.
Either run:  mvn dependency:get -Dartifact=commons-collections:commons-collections:3.2
or remove these so Grape can fetch from Maven Central:
  /home/runner/work/groovy/groovy/subprojects/groovy-grape-ivy/build/tmp/test/.m2/repository/commons-collections/commons-collections/3.2
  /home/runner/work/groovy/groovy/subprojects/groovy-grape-ivy/build/tmp/test/.groovy/grapes/commons-collections/commons-collections/ivy-3.2.xml (and ivy-3.2.xml.original, ivydata-3.2.properties)
	at groovy.grape.ivy.GrapeIvy.getDependencies(GrapeIvy.groovy:477)
	at groovy.grape.ivy.GrapeIvy.resolve(GrapeIvy.groovy:751)
	at groovy.grape.ivy.GrapeIvy.resolve(GrapeIvy.groovy:706)
	at groovy.grape.Grape.resolve(Grape.java:335)
	at groovy.grape.Grape.resolve(Grape.java:313)
	at groovy.grape.ivy.GrapeIvyTest.setUpClass(GrapeIvyTest.groovy:52)

Muted Tests

Select tests to mute in this pull request:

  • GrapeIvyTest

Reuse successful test results:

  • ♻️ Only rerun the tests that failed or were muted before

Click the checkbox to trigger a rerun:

  • Rerun jobs

Learn more about TestLens at testlens.app.

@paulk-asert paulk-asert merged commit 9c7fd25 into master May 12, 2026
39 of 42 checks passed
@paulk-asert paulk-asert deleted the dependabot/github_actions/testlens-app/setup-testlens-1.9.0 branch May 12, 2026 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant