23
23
from cassandra import ProtocolVersion , ConsistencyLevel
24
24
25
25
from tests .integration import use_singledc , PROTOCOL_VERSION , drop_keyspace_shutdown_cluster , \
26
- greaterthanorequalcass30 , execute_with_long_wait_retry , greaterthanorequaldse51
26
+ greaterthanorequalcass30 , execute_with_long_wait_retry , greaterthanorequaldse51 , greaterthanorequalcass3_10
27
27
from tests .integration .datatype_utils import update_datatypes , PRIMITIVE_DATATYPES
28
28
from tests .integration .standard .utils import create_table_with_all_types , get_all_primitive_params
29
29
from six import binary_type
@@ -135,12 +135,11 @@ def test_protocol_divergence_v4_fail_by_flag_uses_int(self):
135
135
self ._protocol_divergence_fail_by_flag_uses_int (ProtocolVersion .V4 , uses_int_query_flag = False ,
136
136
int_flag = True )
137
137
138
- @greaterthanorequaldse51
138
+ @greaterthanorequalcass3_10
139
139
def test_protocol_v5_uses_flag_int (self ):
140
140
"""
141
141
Test to validate that the _PAGE_SIZE_FLAG is treated correctly using write_uint for V5
142
142
143
- @since DSE 2.0b3 GRAPH 1.0b1
144
143
@jira_ticket PYTHON-694
145
144
@expected_result the fetch_size=1 parameter will be honored
146
145
@@ -154,7 +153,6 @@ def test_protocol_dsev1_uses_flag_int(self):
154
153
"""
155
154
Test to validate that the _PAGE_SIZE_FLAG is treated correctly using write_uint for DSE_V1
156
155
157
- @since DSE 2.0b3 GRAPH 1.0b1
158
156
@jira_ticket PYTHON-694
159
157
@expected_result the fetch_size=1 parameter will be honored
160
158
@@ -163,12 +161,11 @@ def test_protocol_dsev1_uses_flag_int(self):
163
161
self ._protocol_divergence_fail_by_flag_uses_int (ProtocolVersion .DSE_V1 , uses_int_query_flag = True ,
164
162
int_flag = True )
165
163
166
- @greaterthanorequaldse51
164
+ @greaterthanorequalcass3_10
167
165
def test_protocol_divergence_v5_fail_by_flag_uses_int (self ):
168
166
"""
169
167
Test to validate that the _PAGE_SIZE_FLAG is treated correctly using write_uint for V5
170
168
171
- @since DSE 2.0b3 GRAPH 1.0b1
172
169
@jira_ticket PYTHON-694
173
170
@expected_result the fetch_size=1 parameter will be honored
174
171
@@ -182,7 +179,6 @@ def test_protocol_divergence_dsev1_fail_by_flag_uses_int(self):
182
179
"""
183
180
Test to validate that the _PAGE_SIZE_FLAG is treated correctly using write_uint for DSE_V1
184
181
185
- @since DSE 2.0b3 GRAPH 1.0b1
186
182
@jira_ticket PYTHON-694
187
183
@expected_result the fetch_size=1 parameter will be honored
188
184
0 commit comments