-
Notifications
You must be signed in to change notification settings - Fork 2
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
CTS tests failing - xtdb #7
Comments
Actions to consider
|
Signed-off-by: Nigel Jones <[email protected]>
Signed-off-by: Nigel Jones <[email protected]>
I've added a PR to adjust timeouts & try to capture console log. Meanwhile I ran a session with ssh access, and can see that there is a failure to start the tests:
This likely means the tut never started -- and the most common cause of that is library loading issues In fact in the logs, there are zero log entries from the tut server itself -- and even the cts server is reporting restarts Possible dependency clash? will check locally. |
The logs show that an exception occurs initializing the server:
(truncated) Note that this is logged when configuring the cts -- so not in the platform output log.... The cause is that the download of the connector (also not clearly reported) fails, due to
This previously failed and was reported at https://community.sonatype.com/t/issues-or-something-changed-cannot-download-artifact-without-user-pass-prompt/10593 It was then fixed, but in the last week+ has again failed. A more resiliant fix would be to
Both require dev work. Some improvements may be useful in the way failed downloads are detected/reported. |
Signed-off-by: Nigel Jones <[email protected]>
Signed-off-by: Nigel Jones <[email protected]>
Signed-off-by: Nigel Jones <[email protected]>
Signed-off-by: Nigel Jones <[email protected]>
One of the sonatype community leaders has posted to the thread advising that the team has been informed, so hopefully someone will look at the download issues & then our CTS will be running again. |
The CTS tests for xtdb have been been failing for over a week.
For example https://github.com/odpi/egeria-test-cts/actions/runs/5239075143 reports:
The xtdb test times out - details showing:
It's not obvious that there is a specific xtdb or base change that has caused this behaviour
The text was updated successfully, but these errors were encountered: