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

   ## 🚨 TestLens detected 8 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
   
   #### [Groovy Snapshot Canary Build / Build Grails \(shard 
0\)](https://github.com/apache/grails-core/actions/runs/33319149857/job/99278445906?pr=16268)
 > :grails-test-examples-app1:integrationTest
   
   | Test | Runs | Flakiness |
   |---|---|--:|
   | AsyncFunctionalSpec | ❌ | 
[1% 🟡](https://github.com/apache/grails-core/issues/16030) |
   | BookFunctionalSpec | ❌ | 
[1% 🟡](https://github.com/apache/grails-core/issues/16030) |
   | ConditionalOnPropertyFromPluginYmlSpec | ❌ | 
[1% 🟡](https://github.com/apache/grails-core/issues/16030) |
   | ConfigTestControllerSpec | ❌ | 
[1% 🟡](https://github.com/apache/grails-core/issues/16030) |
   | ControllerFromPluginSpec | ❌ | 
[1% 🟡](https://github.com/apache/grails-core/issues/16030) |
   | ControllerIncludesSpec | ❌ | 
[1% 🟡](https://github.com/apache/grails-core/issues/16030) |
   | DataBindingSpec | ❌ | 
[1% 🟡](https://github.com/apache/grails-core/issues/16030) |
   | ErrorsFunctionalSpec | ❌ | 
[1% 🟡](https://github.com/apache/grails-core/issues/16030) |
   
   🏷️ Commit: 2acb2852a29c17c910c570ce55fdd819e76ad105
   ▶️ Tests:  64320 executed
   🟡 Checks: 69/84 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>AsyncFunctionalSpec</strong> 
(:grails-test-examples-app1:integrationTest in <a 
href="https://github.com/apache/grails-core/actions/runs/33319149857/job/99278445906?pr=16268";>Groovy
 Snapshot Canary Build / Build Grails (shard 0)</a>)</summary>
   
   ```
   org.testcontainers.containers.ContainerLaunchException: Container startup 
failed for image selenium/standalone-chrome:4.43.0
        at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346)
        at 
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317)
        at 
grails.plugin.geb.WebDriverContainerHolder.startContainer(WebDriverContainerHolder.groovy:276)
        at 
grails.plugin.geb.WebDriverContainerHolder.reinitialize(WebDriverContainerHolder.groovy:169)
        at 
grails.plugin.geb.GrailsContainerGebExtension.visitSpec_closure2(GrailsContainerGebExtension.groovy:82)
        at 
org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:139)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
   Caused by: org.testcontainers.containers.ContainerFetchException: Can't get 
Docker image: RemoteDockerImage(imageName=selenium/standalone-chrome:4.43.0, 
imagePullPolicy=DefaultPullPolicy(), 
imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$LogWrappedImageNameSubstitutor@51aa2a58)
        at 
org.testcontainers.containers.GenericContainer.getDockerImageName(GenericContainer.java:1308)
        at 
org.testcontainers.containers.GenericContainer.logger(GenericContainer.java:666)
        at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:328)
        ... 6 more
   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)
        ... 8 more
   ```
   
   </details>
   <details>
   
   <summary><strong>BookFunctionalSpec</strong> 
(:grails-test-examples-app1:integrationTest in <a 
href="https://github.com/apache/grails-core/actions/runs/33319149857/job/99278445906?pr=16268";>Groovy
 Snapshot Canary Build / Build Grails (shard 0)</a>)</summary>
   
   ```
   java.lang.NullPointerException: Cannot invoke 
"geb.test.GebTestManager.beforeTestClass(java.lang.Class)" because the return 
value of "grails.plugin.geb.WebDriverContainerHolder.getTestManager()" is null
        at 
grails.plugin.geb.GrailsContainerGebExtension.visitSpec_closure2(GrailsContainerGebExtension.groovy:93)
        at 
org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:139)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
   ```
   
   </details>
   <details>
   
   <summary><strong>ConditionalOnPropertyFromPluginYmlSpec</strong> 
(:grails-test-examples-app1:integrationTest in <a 
href="https://github.com/apache/grails-core/actions/runs/33319149857/job/99278445906?pr=16268";>Groovy
 Snapshot Canary Build / Build Grails (shard 0)</a>)</summary>
   
   ```
   java.lang.NullPointerException: Cannot invoke 
"geb.test.GebTestManager.beforeTestClass(java.lang.Class)" because the return 
value of "grails.plugin.geb.WebDriverContainerHolder.getTestManager()" is null
        at 
grails.plugin.geb.GrailsContainerGebExtension.visitSpec_closure2(GrailsContainerGebExtension.groovy:93)
        at 
org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:139)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
   ```
   
   </details>
   <details>
   
   <summary><strong>ConfigTestControllerSpec</strong> 
(:grails-test-examples-app1:integrationTest in <a 
href="https://github.com/apache/grails-core/actions/runs/33319149857/job/99278445906?pr=16268";>Groovy
 Snapshot Canary Build / Build Grails (shard 0)</a>)</summary>
   
   ```
   java.lang.NullPointerException: Cannot invoke 
"geb.test.GebTestManager.beforeTestClass(java.lang.Class)" because the return 
value of "grails.plugin.geb.WebDriverContainerHolder.getTestManager()" is null
        at 
grails.plugin.geb.GrailsContainerGebExtension.visitSpec_closure2(GrailsContainerGebExtension.groovy:93)
        at 
org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:139)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
   ```
   
   </details>
   <details>
   
   <summary><strong>ControllerFromPluginSpec</strong> 
(:grails-test-examples-app1:integrationTest in <a 
href="https://github.com/apache/grails-core/actions/runs/33319149857/job/99278445906?pr=16268";>Groovy
 Snapshot Canary Build / Build Grails (shard 0)</a>)</summary>
   
   ```
   java.lang.NullPointerException: Cannot invoke 
"geb.test.GebTestManager.beforeTestClass(java.lang.Class)" because the return 
value of "grails.plugin.geb.WebDriverContainerHolder.getTestManager()" is null
        at 
grails.plugin.geb.GrailsContainerGebExtension.visitSpec_closure2(GrailsContainerGebExtension.groovy:93)
        at 
org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:139)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
   ```
   
   </details>
   <details>
   
   <summary><strong>ControllerIncludesSpec</strong> 
(:grails-test-examples-app1:integrationTest in <a 
href="https://github.com/apache/grails-core/actions/runs/33319149857/job/99278445906?pr=16268";>Groovy
 Snapshot Canary Build / Build Grails (shard 0)</a>)</summary>
   
   ```
   java.lang.NullPointerException: Cannot invoke 
"geb.test.GebTestManager.beforeTestClass(java.lang.Class)" because the return 
value of "grails.plugin.geb.WebDriverContainerHolder.getTestManager()" is null
        at 
grails.plugin.geb.GrailsContainerGebExtension.visitSpec_closure2(GrailsContainerGebExtension.groovy:93)
        at 
org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:139)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
   ```
   
   </details>
   <details>
   
   <summary><strong>DataBindingSpec</strong> 
(:grails-test-examples-app1:integrationTest in <a 
href="https://github.com/apache/grails-core/actions/runs/33319149857/job/99278445906?pr=16268";>Groovy
 Snapshot Canary Build / Build Grails (shard 0)</a>)</summary>
   
   ```
   java.lang.NullPointerException: Cannot invoke 
"geb.test.GebTestManager.beforeTestClass(java.lang.Class)" because the return 
value of "grails.plugin.geb.WebDriverContainerHolder.getTestManager()" is null
        at 
grails.plugin.geb.GrailsContainerGebExtension.visitSpec_closure2(GrailsContainerGebExtension.groovy:93)
        at 
org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:139)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
   ```
   
   </details>
   <details>
   
   <summary><strong>ErrorsFunctionalSpec</strong> 
(:grails-test-examples-app1:integrationTest in <a 
href="https://github.com/apache/grails-core/actions/runs/33319149857/job/99278445906?pr=16268";>Groovy
 Snapshot Canary Build / Build Grails (shard 0)</a>)</summary>
   
   ```
   java.lang.NullPointerException: Cannot invoke 
"geb.test.GebTestManager.beforeTestClass(java.lang.Class)" because the return 
value of "grails.plugin.geb.WebDriverContainerHolder.getTestManager()" is null
        at 
grails.plugin.geb.GrailsContainerGebExtension.visitSpec_closure2(GrailsContainerGebExtension.groovy:93)
        at 
org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:139)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
   ```
   
   </details>
   
   ### Rerun Controls
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 AsyncFunctionalSpec <!-- 
uniqueId=[engine:spock]/[spec:functionaltests.AsyncFunctionalSpec] -->
   🔲 BookFunctionalSpec <!-- 
uniqueId=[engine:spock]/[spec:functionaltests.BookFunctionalSpec] -->
   🔲 ConditionalOnPropertyFromPluginYmlSpec <!-- 
uniqueId=[engine:spock]/[spec:functionaltests.ConditionalOnPropertyFromPluginYmlSpec]
 -->
   🔲 ConfigTestControllerSpec <!-- 
uniqueId=[engine:spock]/[spec:functionaltests.ConfigTestControllerSpec] -->
   🔲 ControllerFromPluginSpec <!-- 
uniqueId=[engine:spock]/[spec:functionaltests.ControllerFromPluginSpec] -->
   🔲 ControllerIncludesSpec <!-- 
uniqueId=[engine:spock]/[spec:functionaltests.ControllerIncludesSpec] -->
   🔲 DataBindingSpec <!-- 
uniqueId=[engine:spock]/[spec:functionaltests.DataBindingSpec] -->
   🔲 ErrorsFunctionalSpec <!-- 
uniqueId=[engine:spock]/[spec:functionaltests.ErrorsFunctionalSpec] -->
   
   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/docs](https://testlens.app/docs/features/pr-comment/)._
   


-- 
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