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

[YCQL] [Unit] testUpdateWithIgnoreNullJsonbAttributesWithPreparedStmt is Flaky #25257

Open
1 task done
agsh-yb opened this issue Dec 12, 2024 · 0 comments
Open
1 task done
Assignees
Labels
area/ycql Yugabyte CQL (YCQL) kind/bug This issue is a bug priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage

Comments

@agsh-yb
Copy link
Contributor

agsh-yb commented Dec 12, 2024

Jira Link: DB-14447

Description

org.yb.cql.TestUpdate.testUpdateWithIgnoreNullJsonbAttributesWithPreparedStmt is failing on alma8-clang17-release and
alma8-clang17-release-aarch64 analyze trend

Error:

[/127.140.126.166:9042] Connection has been closed

stacktrace

com.datastax.driver.core.exceptions.InvalidQueryException: Execution Error. Invalid json type!
update test_update_with_ignore_null_jsonb_attributes set v1->'a' = ?, v1->'b' = ?, v1->'c' = ?, v2->'a' = ?, v2->'b' = ?, v2->'c' = ? where h = ? and r = ? WITH options = {'ignore_null_jsonb_attributes': true};
^^^^^^
 (ql error -300)
update test_update_with_ignore_null_jsonb_attributes set v1->'a' = ?, v1->'b' = ?, v1->'c' = ?, v2->'a' = ?, v2->'b' = ?, v2->'c' = ? where h = ? and r = ? WITH options = {'ignore_null_jsonb_attributes': true};
^^^^^^
 (ql error -300)
	... 1 common frames omitted
03:41:34.828 (Time-limited test) [INFO - org.yb.cql.BaseCQLTest.tearDownAfter(BaseCQLTest.java:233)] BaseCQLTest.tearDownAfter: End test: testUpdateWithIgnoreNullJsonbAttributesWithPreparedStmt
03:41:34.828 (Time-limited test) [INFO - org.yb.cql.BaseCQLTest.tearDownAfter(BaseCQLTest.java:240)] BaseCQLTest.tearDownAfter: dropping tables / types / keyspaces
03:41:34.837 (Time-limited test) [INFO - org.yb.cql.BaseCQLTest.dropTables(BaseCQLTest.java:440)] Dropping table cql_test_keyspace.test_update_with_ignore_null_jsonb_attributes
03:41:35.067 (Termination handler for tserver process on bind IP 127.140.126.166, rpc port 13937, web port 11738, pid 441359) [INFO - org.yb.minicluster.MiniYBDaemon$TerminationHandler.handleTermination(MiniYBDaemon.java:144)] Process tserver process on bind IP 127.140.126.166, rpc port 13937, web port 11738, pid 441359 exited with code 134 (abnormal termination)
03:41:35.068 (Termination handler for tserver process on bind IP 127.140.126.166, rpc port 13937, web port 11738, pid 441359) [WARN - org.yb.minicluster.MiniYBDaemon$TerminationHandler.analyzeSystemLog(MiniYBDaemon.java:54)] Cannot read syslog file at /var/log/messages
03:41:35.080 (main) [ERROR - org.yb.BaseYBTest$1$2.logEventDetails(BaseYBTest.java:243)] YB Java test failed: class="org.yb.cql.TestUpdate", method="testUpdateWithIgnoreNullJsonbAttributesWithPreparedStmt"
com.datastax.driver.core.exceptions.TransportException: [/127.140.126.166:9042] Connection has been closed

Issue Type

kind/bug

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@agsh-yb agsh-yb added area/ycql Yugabyte CQL (YCQL) area/unittest tracking platform unit test related issues status/awaiting-triage Issue awaiting triage labels Dec 12, 2024
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue and removed area/unittest tracking platform unit test related issues labels Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ycql Yugabyte CQL (YCQL) kind/bug This issue is a bug priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage
Projects
None yet
Development

No branches or pull requests

3 participants