testlens-app[bot] commented on PR #2845:
URL: https://github.com/apache/groovy/pull/2845#issuecomment-5467014429

   ## 🚨 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
   
   #### [Build and test / lts \(17, 
macos-latest\)](https://github.com/apache/groovy/actions/runs/33295489769/job/99214316523?pr=2845)
 > :groovy-console:test
   
   | Test | Runs | Flakiness |
   |---|---|--:|
   | AstNodeToScriptAdapterTest > testGenericBoundsOnClass\(\) | ❌ | 0% 🟢 |
   
   🏷️ Commit: d369756737e5ca680971ddcec0be487f47bddac9
   ▶️ Tests:  1151 executed
   🟡 Checks: 2/29 completed
   
   ### Test Failures
   
   <details>
   
   <summary><strong>AstNodeToScriptAdapterTest > 
testGenericBoundsOnClass()</strong> (:groovy-console:test in <a 
href="https://github.com/apache/groovy/actions/runs/33295489769/job/99214316523?pr=2845";>Build
 and test / lts (17, macos-latest)</a>)</summary>
   
   ```
   Assertion failed: 
   
   assert result.contains('MyClass<T extends java.lang.String & 
java.util.concurrent.Callable<String>, U extends java.lang.Integer> ' + 
'extends java.util.AbstractList<String> ' + 'implements 
java.util.concurrent.Callable<? super java.lang.Number> {')
          |      |                                                              
                                                      |                         
                  |
          |      false                                                          
                                                      |                         
                  'MyClass<T extends java.lang.String & 
java.util.concurrent.Callable<String>, U extends java.lang.Integer> extends 
java.util.AbstractList<String> implements java.util.concurrent.Callable<? super 
java.lang.Number> {'
          |                                                                     
                                                      'MyClass<T extends 
java.lang.String & java.util.concurrent.Callable<String>, U extends 
java.lang.Integer> extends java.util.AbstractList<String> '
          'Unable to produce AST for this phase due to earlier compilation 
error:\nstartup failed:\nscript1788069164149.groovy: 2: A supertype may not 
specify a wildcard type\n @ line 2, column 132.\n   ger> extends 
AbstractList<String> implements Callable<? super Number> \n                     
                           ^\n\n1 error\nFix the above error(s) and then press 
Refresh\n'
   
        at 
org.codehaus.groovy.runtime.InvokerHelper.createAssertError(InvokerHelper.java:401)
        at 
groovy.console.ui.AstNodeToScriptAdapterTest.testGenericBoundsOnClass(AstNodeToScriptAdapterTest.groovy:216)
   ```
   
   </details>
   
   ### Rerun Controls
   > [!NOTE]
   > Checks are currently running using the configuration below.
   
   Select tests to mute in this pull request:
   
   🔲 AstNodeToScriptAdapterTest > testGenericBoundsOnClass\(\) <!-- 
uniqueId=[engine:junit-jupiter]/[class:groovy.console.ui.AstNodeToScriptAdapterTest]/[method:testGenericBoundsOnClass()]
 -->
   
   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