odpi / egeria-connector-xtdb

Pluggable repository for Egeria, using XTDB (formerly "Crux") as the back-end to natively support historical metadata.
https://odpi.github.io/egeria-docs/connectors/repository/xtdb/
Apache License 2.0
15 stars 7 forks source link

XTDB connector (dev version, 3.13-SNAPSHOT) failing 3.14 CTS #444

Closed planetf1 closed 1 year ago

planetf1 commented 1 year ago

The current xtdb connector in main (3.13-SNAPSHOT b885e7f6024dc67f7d638cfcda4f94f21c114704 ) is failing some retype test cases in CTS (3.14, release 31bac9c63582a9da50cd82d74d36828debed3c4a )

3.13 / PASS -> https://github.com/planetf1/cts/actions/runs/3731435406 3.14 / FAIL -> https://github.com/planetf1/cts/actions/runs/3730203800

The failing test is:

Retype instance

The only change I see to the CTS is https://github.com/odpi/egeria/commit/0baee7c3b69cdc4ccafd700cbaf72fb774ae08eb#diff-e204add70705500d0979d0c68c76846f5cb30d8ce4943bb24324a5f1276c117d

Also this may be expected, since the next release of the xtdb connector is still being developed.

It's also possible this is a cts, or timing issue

planetf1 commented 1 year ago

main is now working. I wonder if this is test intermittent failures (something also seen on inmemory). Closing unless it can be reproduced. Latest run on main looks clean -> https://github.com/planetf1/cts/actions/runs/3741672825