testlens-app[bot] commented on PR #16142: URL: https://github.com/apache/grails-core/pull/16142#issuecomment-5271790027
## 🚨 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 / Functional Tests \(21\)](https://github.com/apache/grails-core/actions/runs/31631246885/job/94230274092?pr=16142) > :grails-test-examples-gorm:integrationTest | Test | Runs | Flakiness | |---|---|--:| | ScaffoldingFunctionalSpec > can create new book with author association | ❌ | 0% 🟢 | 🏷️ Commit: ac9a423f66e5e5562574c2b873eddfb6ab0de043 ▶️ Tests: 13355 executed 🟡 Checks: 20/47 completed ### Test Failures <details> <summary><strong>ScaffoldingFunctionalSpec > can create new book with author association</strong> (:grails-test-examples-gorm:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/31631246885/job/94230274092?pr=16142">CI / Functional Tests (21)</a>)</summary> ``` Condition failed with Exception: (bookId = (currentUrl =~ /\/book\/show\/(\d+)/)[0][1]) != null | | | | | java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0) | | at gorm.ScaffoldingFunctionalSpec.can create new book with author association(ScaffoldingFunctionalSpec.groovy:140) | java.util.regex.Matcher[pattern=/book/show/(\d+) region=0,53 lastmatch=] http://host.testcontainers.internal:44401/book/create at gorm.ScaffoldingFunctionalSpec.can create new book with author association(ScaffoldingFunctionalSpec.groovy:140) Caused by: java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0) ... 1 more ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 ScaffoldingFunctionalSpec > can create new book with author association <!-- uniqueId=[engine:spock]/[spec:gorm.ScaffoldingFunctionalSpec]/[feature:$spock_feature_1_5] --> 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]
