testlens-app[bot] commented on PR #16052:
URL: https://github.com/apache/grails-core/pull/16052#issuecomment-5080435777

   ## 🚨 TestLens detected 1 failed test 🚨
   
   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
   
   #### [CI - Groovy Joint Validation Build / 
build\_grails](https://github.com/apache/grails-core/actions/runs/30170667847/job/89711428019?pr=16052)
 > :grails-testing-support-dbcleanup-postgresql:test
   
   | Test | Runs | Flakiness |
   |---|---|--:|
   | PostgresDatabaseCleanerFunctionalSpec | ❌ | 0% 🟢 |
   
   🏷️ Commit: 98a1acf30ba59588b5a228ea10864592ef03d868
   ▶️ Tests:  52041 executed
   🟡 Checks: 59/60 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>PostgresDatabaseCleanerFunctionalSpec</strong> 
(:grails-testing-support-dbcleanup-postgresql:test in <a 
href="https://github.com/apache/grails-core/actions/runs/30170667847/job/89711428019?pr=16052";>CI
 - Groovy Joint Validation Build / build_grails</a>)</summary>
   
   ```
   org.testcontainers.containers.ContainerFetchException: Can't get Docker 
image: RemoteDockerImage(imageName=postgres:15-alpine, 
imagePullPolicy=DefaultPullPolicy(), 
imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@2a9464d9)
        at 
org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1308)
        at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346)
        at 
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317)
        at 
org.apache.grails.testing.cleanup.postgresql.PostgresContainerHolder.startPostgresContainer(PostgresContainerHolder.groovy:46)
        at 
org.apache.grails.testing.cleanup.postgresql.PostgresContainerHolder.getContainer(PostgresContainerHolder.groovy:57)
        at 
org.apache.grails.testing.cleanup.postgresql.PostgresDatabaseCleanerFunctionalSpec.setupSpec(PostgresDatabaseCleanerFunctionalSpec.groovy:63)
   Caused by: 
org.testcontainers.shaded.org.awaitility.core.ConditionTimeoutException: 
Condition with Lambda expression in org.testcontainers.images.RemoteDockerImage 
was not fulfilled within 2 minutes.
        at 
org.testcontainers.shaded.org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
        at 
org.testcontainers.shaded.org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
        at 
org.testcontainers.shaded.org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
        at 
org.testcontainers.shaded.org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
        at 
org.testcontainers.shaded.org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
        at 
org.testcontainers.images.RemoteDockerImage.resolve(RemoteDockerImage.java:109)
        at 
org.testcontainers.images.RemoteDockerImage.resolve(RemoteDockerImage.java:35)
        at 
org.testcontainers.utility.LazyFuture.getResolvedValue(LazyFuture.java:20)
        at org.testcontainers.utility.LazyFuture.get(LazyFuture.java:41)
        at 
org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1306)
        ... 5 more
   ```
   
   </details>
   
   ### Muted Tests
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 PostgresDatabaseCleanerFunctionalSpec <!-- 
uniqueId=[engine:spock]/[spec:org.apache.grails.testing.cleanup.postgresql.PostgresDatabaseCleanerFunctionalSpec]
 -->
   
   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](https://testlens.app)._
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to