Yury Gerzhedovich created IGNITE-16345:
------------------------------------------
Summary: flaky test
KeyValueViewOperationsSimpleSchemaTest.putGetAllTypes
Key: IGNITE-16345
URL: https://issues.apache.org/jira/browse/IGNITE-16345
Project: Ignite
Issue Type: Bug
Reporter: Yury Gerzhedovich
test
[KeyValueViewOperationsSimpleSchemaTest.putGetAllTypes|https://ci.ignite.apache.org/test/3137655872791539803?currentProjectId=ignite3_Test&branch=pull%2F566]
is flaky.
16:50:36 [INFO] Running
org.apache.ignite.internal.table.RecordBinaryViewOperationsTest
16:50:36
org.apache.ignite.internal.table.KeyValueViewOperationsSimpleSchemaTest
16:50:36 putGetAllTypes
16:50:36 org.apache.ignite.lang.IgniteException
16:50:36 org.apache.ignite.lang.IgniteException: Failed to read column:
colIdx1
at
org.apache.ignite.internal.table.KeyValueViewOperationsSimpleSchemaTest.putGetAllTypes(KeyValueViewOperationsSimpleSchemaTest.java:328)
Caused by: org.apache.ignite.lang.IgniteException: Failed to read column:
colIdx1
at
org.apache.ignite.internal.table.KeyValueViewOperationsSimpleSchemaTest.putGetAllTypes(KeyValueViewOperationsSimpleSchemaTest.java:328)
Caused by:
org.apache.ignite.internal.schema.marshaller.MarshallerException: Failed to
read column: colIdx1
at
org.apache.ignite.internal.table.KeyValueViewOperationsSimpleSchemaTest.putGetAllTypes(KeyValueViewOperationsSimpleSchemaTest.java:328)
Caused by:
org.apache.ignite.internal.schema.marshaller.MarshallerException: Failed to
read column [id=1]
at
org.apache.ignite.internal.table.KeyValueViewOperationsSimpleSchemaTest.putGetAllTypes(KeyValueViewOperationsSimpleSchemaTest.java:328)
Caused by: java.lang.IndexOutOfBoundsException
at
org.apache.ignite.internal.table.KeyValueViewOperationsSimpleSchemaTest.putGetAllTypes(KeyValueViewOperationsSimpleSchemaTest.java:328)
--
This message was sent by Atlassian Jira
(v8.20.1#820001)