shtripat commented on PR #636:
URL: https://github.com/apache/iceberg-go/pull/636#issuecomment-3597539814
> Is there any way we can enable the RCK tests in this repo if we're gonna
rely on them?
Not sure. Below are detailed tests logs (if helps)
```
RESTCompatibilityKitCatalogTests >
testConcurrentReplaceTransactionSchemaConflict() FAILED
java.lang.AssertionError:
Expecting actual:
"Commit failed: The table update operation conflicts with a concurrent
modification."
to start with:
"Commit failed: Requirement failed: last assigned field id changed"
at
org.apache.iceberg.catalog.CatalogTests.testConcurrentReplaceTransactionSchemaConflict(CatalogTests.java:2780)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
RESTCompatibilityKitCatalogTests > testUpdateTableSpecConflict() FAILED
java.lang.AssertionError:
Expecting throwable message:
"Commit failed: The table update operation conflicts with a concurrent
modification."
to contain:
"Requirement failed: default partition spec changed"
but did not.
Throwable that failed the check:
org.apache.iceberg.exceptions.CommitFailedException: Commit failed: The
table update operation conflicts with a concurrent modification.
at
org.apache.iceberg.rest.ErrorHandlers$CommitErrorHandler.accept(ErrorHandlers.java:94)
.....
RESTCompatibilityKitCatalogTests > testUUIDValidation() FAILED
java.lang.AssertionError:
Expecting throwable message:
"Commit failed: The table update operation conflicts with a concurrent
modification."
to contain:
"Requirement failed: UUID does not match"
but did not.
Throwable that failed the check:
org.apache.iceberg.exceptions.CommitFailedException: Commit failed: The
table update operation conflicts with a concurrent modification.
at
org.apache.iceberg.rest.ErrorHandlers$CommitErrorHandler.accept(ErrorHandlers.java:94)
.......
RESTCompatibilityKitCatalogTests > testUpdateTableSchemaConflict() FAILED
java.lang.AssertionError:
Expecting throwable message:
"Commit failed: The table update operation conflicts with a concurrent
modification."
to contain:
"Requirement failed: current schema changed"
but did not.
Throwable that failed the check:
org.apache.iceberg.exceptions.CommitFailedException: Commit failed: The
table update operation conflicts with a concurrent modification.
at
org.apache.iceberg.rest.ErrorHandlers$CommitErrorHandler.accept(ErrorHandlers.java:94)
......
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]