Repository: cassandra-dtest
Updated Branches:
  refs/heads/master 17e0656a9 -> 2572ddce6


test_mutation_v5: test protocol version v5 since 4.0

v5 protocol introduced result_metadata_id in prepared statement
response in 4.0: CASSANDRA-10786. New driver is unable to parse response
from 3.10, 3.11.

patch by Jay Zhuang; reviewed by Jason Brown for CASSANDRA-14596


Project: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/commit/2572ddce
Tree: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/tree/2572ddce
Diff: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/diff/2572ddce

Branch: refs/heads/master
Commit: 2572ddce6c9a33ae81e1543195bfae084f835d6d
Parents: 17e0656
Author: Jay Zhuang <jay.zhu...@yahoo.com>
Authored: Wed Aug 1 16:02:07 2018 -0700
Committer: Jay Zhuang <jay.zhu...@yahoo.com>
Committed: Fri Aug 10 15:40:16 2018 -0700

----------------------------------------------------------------------
 write_failures_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/2572ddce/write_failures_test.py
----------------------------------------------------------------------
diff --git a/write_failures_test.py b/write_failures_test.py
index bb2deb8..3ae721b 100644
--- a/write_failures_test.py
+++ b/write_failures_test.py
@@ -126,7 +126,7 @@ class TestWriteFailures(Tester):
         self.protocol_version = 4
         self._perform_cql_statement("INSERT INTO mytable (key, value) VALUES 
('key1', 'Value 1')")
 
-    @since('3.10')
+    @since('4.0')
     def test_mutation_v5(self):
         """
         A failed mutation at v5 receives a WriteFailure with an error code map 
containing error code 0x0000


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to