Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on JDK 17+ #515

Closed
pnatashap opened this issue Sep 1, 2023 · 0 comments · Fixed by #516
Closed

Error on JDK 17+ #515

pnatashap opened this issue Sep 1, 2023 · 0 comments · Fixed by #516
Assignees

Comments

@pnatashap
Copy link
Contributor

There 9 failed tests only on JDK17+
Error: Tests run: 287, Failures: 9, Errors: 0, Skipped: 8, Time elapsed: 59.996 s <<< FAILURE! - in TestSuite
Error: initService(com.epam.jdi.httptests.examples.custom.PreconditionTests) Time elapsed: 0.837 s <<< FAILURE!
java.net.URISyntaxException: Illegal character in path at index 2: No Domain Found. Use test.properties.
at com.epam.jdi.httptests.examples.custom.PreconditionTests.initService(PreconditionTests.java:61)

Error: assignBoardToOrganization(com.epam.jdi.httptests.examples.customsettings.ErrorHandlerTests) Time elapsed: 0.017 s <<< FAILURE!
org.testng.TestException:

Expected exception of type class java.lang.AssertionError but got java.net.URISyntaxException: Illegal character in path at index 2: No Domain Found. Use test.properties.
at com.epam.jdi.httptests.examples.customsettings.ErrorHandlerTests.assignBoardToOrganization(ErrorHandlerTests.java:51)

Error: callGetWithRedeclaredDomainWithSimpleStringWithTemplate(com.epam.jdi.httptests.examples.entities.DuckToGoRedeclareDomainToGoogleTest) Time elapsed: 0.008 s <<< FAILURE!
java.net.URISyntaxException: Illegal character in path at index 2: No Domain Found. Use test.properties.
at com.epam.jdi.httptests.examples.entities.DuckToGoRedeclareDomainToGoogleTest.callGetWithRedeclaredDomainWithSimpleStringWithTemplate(DuckToGoRedeclareDomainToGoogleTest.java:27)

Error: deleteNotExistsCardFromBoard(com.epam.jdi.httptests.examples.custom.ErrorMessageTrelloTests) Time elapsed: 0.006 s <<< FAILURE!
org.testng.TestException:

The exception was thrown with the wrong message: expected ".Bad raResponse:." but got "Illegal character in path at index 2: No Domain Found. Use test.properties."
at com.epam.jdi.httptests.examples.custom.ErrorMessageTrelloTests.deleteNotExistsCardFromBoard(ErrorMessageTrelloTests.java:69)

Error: getBoardByInvalidId(com.epam.jdi.httptests.examples.custom.ErrorMessageTrelloTests) Time elapsed: 0.007 s <<< FAILURE!
org.testng.TestException:

The exception was thrown with the wrong message: expected ".Bad raResponse:." but got "Illegal character in path at index 2: No Domain Found. Use test.properties."
at com.epam.jdi.httptests.examples.custom.ErrorMessageTrelloTests.getBoardByInvalidId(ErrorMessageTrelloTests.java:45)

Error: getBoardByNotExistsId(com.epam.jdi.httptests.examples.custom.ErrorMessageTrelloTests) Time elapsed: 0.008 s <<< FAILURE!
org.testng.TestException:

The exception was thrown with the wrong message: expected ".Bad raResponse:." but got "Illegal character in path at index 2: No Domain Found. Use test.properties."
at com.epam.jdi.httptests.examples.custom.ErrorMessageTrelloTests.getBoardByNotExistsId(ErrorMessageTrelloTests.java:35)

Error: postInvalidCommentToCard(com.epam.jdi.httptests.examples.custom.ErrorMessageTrelloTests) Time elapsed: 0.004 s <<< FAILURE!
org.testng.TestException:

The exception was thrown with the wrong message: expected ".Bad raResponse:." but got "Illegal character in path at index 2: No Domain Found. Use test.properties."
at com.epam.jdi.httptests.examples.custom.ErrorMessageTrelloTests.postInvalidCommentToCard(ErrorMessageTrelloTests.java:57)

Error: initService(com.epam.jdi.httptests.examples.entities.TrelloTests) Time elapsed: 0.017 s <<< FAILURE!
java.net.URISyntaxException: Illegal character in path at index 2: No Domain Found. Use test.properties.
at com.epam.jdi.httptests.examples.entities.TrelloTests.initService(TrelloTests.java:28)

Error: canMakeRequestToSitesWithValidSslCert(com.epam.jdi.httptests.examples.customsettings.SslTests) Time elapsed: 0.002 s <<< FAILURE!
java.net.URISyntaxException: Illegal character in path at index 2: No Domain Found. Use test.properties.
at com.epam.jdi.httptests.examples.customsettings.SslTests.canMakeRequestToSitesWithValidSslCert(SslTests.java:18)

@pnatashap pnatashap added this to ToDo in JDI Light Board via automation Sep 1, 2023
@pnatashap pnatashap self-assigned this Sep 7, 2023
@pnatashap pnatashap moved this from ToDo to In Progress in JDI Light Board Sep 7, 2023
@pnatashap pnatashap linked a pull request Sep 7, 2023 that will close this issue
JDI Light Board automation moved this from In Progress to Done Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant