testlens-app[bot] commented on PR #13863: URL: https://github.com/apache/grails-core/pull/13863#issuecomment-4765929742
## 🚨 TestLens detected 4 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 #### [CI / Functional Tests \(Java 21, indy\=false\)](https://github.com/apache/grails-core/actions/runs/27935414170/job/82655882865?pr=13863) > :grails-test-examples-graphql-grails-docs-app:integrationTest | Test | Runs | |---|---| | AuthorIntegrationSpec > test creating an author | ❌ | | SpeakerIntegrationSpec > test creating a speaker | ❌ | #### [CI / Functional Tests \(Java 25, indy\=false\)](https://github.com/apache/grails-core/actions/runs/27935414170/job/82655883098?pr=13863) > :grails-test-examples-graphql-grails-docs-app:integrationTest | Test | Runs | |---|---| | AuthorIntegrationSpec > test creating an author | ❌ | | SpeakerIntegrationSpec > test creating a speaker | ❌ | 🏷️ Commit: b05894e5e76650aa575696dab359d8df83c8c2ab ▶️ Tests: 24090 executed 🟡 Checks: 22/38 completed ### Test Failures <details> <summary><strong>AuthorIntegrationSpec > test creating an author</strong> (:grails-test-examples-graphql-grails-docs-app:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/27935414170/job/82655882865?pr=13863">CI / Functional Tests (Java 21, indy=false)</a>)</summary> ``` Condition failed with Exception: JsonOutput.prettyPrint(process.text) == """ // tag::createResponse[] { "data": { "authorCreate": { "id": 1, "name": "Sally", "homeLocation": { "lat": "41.101539", "long": "-80.653381" }, "books": [ { "key": "0743264746", "value": { "id": 1, "title": "Einstein: His Life and Universe" } }, { "key": "0307887448", "value": { "id": 2, "title": "Ready Player One" } } ], "errors": [ ] } } } // end::createResponse[] """.replace('\n// tag::createResponse[]\n', '') .replace('\n// end::createResponse[]\n', '') | | | | | | | <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1></body></html> | | Process[pid=26368, exitValue=126] | groovy.json.JsonException: Lexing failed on line: 1, column: 1, while reading '<', no possible valid JSON value or punctuation could be recognized. | at groovy.json.JsonLexer.nextToken(JsonLexer.java:86) | at groovy.json.JsonLexer.hasNext(JsonLexer.java:240) | at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:182) | at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:163) | at demo.AuthorIntegrationSpec.test creating an author(AuthorIntegrationSpec.groovy:79) class groovy.json.JsonOutput at demo.AuthorIntegrationSpec.test creating an author(AuthorIntegrationSpec.groovy:115) Caused by: groovy.json.JsonException: Lexing failed on line: 1, column: 1, while reading '<', no possible valid JSON value or punctuation could be recognized. at groovy.json.JsonLexer.nextToken(JsonLexer.java:86) at groovy.json.JsonLexer.hasNext(JsonLexer.java:240) at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:182) at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:163) at demo.AuthorIntegrationSpec.test creating an author(AuthorIntegrationSpec.groovy:79) ``` </details> <details> <summary><strong>SpeakerIntegrationSpec > test creating a speaker</strong> (:grails-test-examples-graphql-grails-docs-app:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/27935414170/job/82655882865?pr=13863">CI / Functional Tests (Java 21, indy=false)</a>)</summary> ``` Condition failed with Exception: JsonOutput.prettyPrint(process.text) == """ // tag::response[] { "data": { "speakerCreate": { "id": 8, "firstName": "James", "lastName": "Kleeh", "errors": [ ] } } } // end::response[] """.replace('\n// tag::response[]\n', '') .replace('\n// end::response[]\n', '') | | | | | | | <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1></body></html> | | Process[pid=26806, exitValue=126] | groovy.json.JsonException: Lexing failed on line: 1, column: 1, while reading '<', no possible valid JSON value or punctuation could be recognized. | at groovy.json.JsonLexer.nextToken(JsonLexer.java:86) | at groovy.json.JsonLexer.hasNext(JsonLexer.java:240) | at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:182) | at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:163) | at demo.SpeakerIntegrationSpec.test creating a speaker(SpeakerIntegrationSpec.groovy:62) class groovy.json.JsonOutput at demo.SpeakerIntegrationSpec.test creating a speaker(SpeakerIntegrationSpec.groovy:79) Caused by: groovy.json.JsonException: Lexing failed on line: 1, column: 1, while reading '<', no possible valid JSON value or punctuation could be recognized. at groovy.json.JsonLexer.nextToken(JsonLexer.java:86) at groovy.json.JsonLexer.hasNext(JsonLexer.java:240) at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:182) at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:163) at demo.SpeakerIntegrationSpec.test creating a speaker(SpeakerIntegrationSpec.groovy:62) ``` </details> <details> <summary><strong>AuthorIntegrationSpec > test creating an author</strong> (:grails-test-examples-graphql-grails-docs-app:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/27935414170/job/82655883098?pr=13863">CI / Functional Tests (Java 25, indy=false)</a>)</summary> ``` Condition failed with Exception: JsonOutput.prettyPrint(process.text) == """ // tag::createResponse[] { "data": { "authorCreate": { "id": 1, "name": "Sally", "homeLocation": { "lat": "41.101539", "long": "-80.653381" }, "books": [ { "key": "0743264746", "value": { "id": 1, "title": "Einstein: His Life and Universe" } }, { "key": "0307887448", "value": { "id": 2, "title": "Ready Player One" } } ], "errors": [ ] } } } // end::createResponse[] """.replace('\n// tag::createResponse[]\n', '') .replace('\n// end::createResponse[]\n', '') | | | | | | | <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1></body></html> | | Process[pid=27448, exitValue=126] | groovy.json.JsonException: Lexing failed on line: 1, column: 1, while reading '<', no possible valid JSON value or punctuation could be recognized. | at groovy.json.JsonLexer.nextToken(JsonLexer.java:86) | at groovy.json.JsonLexer.hasNext(JsonLexer.java:240) | at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:182) | at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:163) | at demo.AuthorIntegrationSpec.test creating an author(AuthorIntegrationSpec.groovy:79) class groovy.json.JsonOutput at demo.AuthorIntegrationSpec.test creating an author(AuthorIntegrationSpec.groovy:115) Caused by: groovy.json.JsonException: Lexing failed on line: 1, column: 1, while reading '<', no possible valid JSON value or punctuation could be recognized. at groovy.json.JsonLexer.nextToken(JsonLexer.java:86) at groovy.json.JsonLexer.hasNext(JsonLexer.java:240) at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:182) at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:163) at demo.AuthorIntegrationSpec.test creating an author(AuthorIntegrationSpec.groovy:79) ``` </details> <details> <summary><strong>SpeakerIntegrationSpec > test creating a speaker</strong> (:grails-test-examples-graphql-grails-docs-app:integrationTest in <a href="https://github.com/apache/grails-core/actions/runs/27935414170/job/82655883098?pr=13863">CI / Functional Tests (Java 25, indy=false)</a>)</summary> ``` Condition failed with Exception: JsonOutput.prettyPrint(process.text) == """ // tag::response[] { "data": { "speakerCreate": { "id": 8, "firstName": "James", "lastName": "Kleeh", "errors": [ ] } } } // end::response[] """.replace('\n// tag::response[]\n', '') .replace('\n// end::response[]\n', '') | | | | | | | <!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1></body></html> | | Process[pid=27641, exitValue=126] | groovy.json.JsonException: Lexing failed on line: 1, column: 1, while reading '<', no possible valid JSON value or punctuation could be recognized. | at groovy.json.JsonLexer.nextToken(JsonLexer.java:86) | at groovy.json.JsonLexer.hasNext(JsonLexer.java:240) | at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:182) | at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:163) | at demo.SpeakerIntegrationSpec.test creating a speaker(SpeakerIntegrationSpec.groovy:62) class groovy.json.JsonOutput at demo.SpeakerIntegrationSpec.test creating a speaker(SpeakerIntegrationSpec.groovy:79) Caused by: groovy.json.JsonException: Lexing failed on line: 1, column: 1, while reading '<', no possible valid JSON value or punctuation could be recognized. at groovy.json.JsonLexer.nextToken(JsonLexer.java:86) at groovy.json.JsonLexer.hasNext(JsonLexer.java:240) at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:182) at groovy.json.JsonOutput.prettyPrint(JsonOutput.java:163) at demo.SpeakerIntegrationSpec.test creating a speaker(SpeakerIntegrationSpec.groovy:62) ``` </details> ### Muted Tests > [!NOTE] > Checks are currently running using the configuration below. Select tests to mute in this pull request: 🔲 AuthorIntegrationSpec > test creating an author <!-- uniqueId=[engine:spock]/[spec:demo.AuthorIntegrationSpec]/[feature:$spock_feature_0_0] --> 🔲 SpeakerIntegrationSpec > test creating a speaker <!-- uniqueId=[engine:spock]/[spec:demo.SpeakerIntegrationSpec]/[feature:$spock_feature_0_0] --> 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]
