lukasz-antoniak commented on code in PR #1822:
URL:
https://github.com/apache/cassandra-gocql-driver/pull/1822#discussion_r1792103796
##########
frame_test.go:
##########
@@ -127,3 +131,315 @@ func TestFrameReadTooLong(t *testing.T) {
t.Fatalf("expected to get header %v got %v", opReady, head.op)
}
}
+
+func Test_framer_writeExecuteFrame(t *testing.T) {
Review Comment:
We need an integration test to validate `<result_metadata_id>` logic.
Details of why it was included can be found in ticket
[CASSANDRA-10786](https://issues.apache.org/jira/browse/CASSANDRA-10786). I am
trying to create a test like it.
--
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]