ekaterinadimitrova2 commented on code in PR #259:
URL: https://github.com/apache/cassandra-dtest/pull/259#discussion_r1583850173


##########
json_test.py:
##########
@@ -1238,38 +1238,6 @@ def test_simple_schema(self):
         """
         run_func_docstring(tester=self, test_func=self.test_simple_schema)
 
-    def test_pkey_requirement(self):

Review Comment:
   I saw you added respective unit test in the cassandra repo. We should either 
backport that test to previous versions too or we should keep this one up to 
5.0.
   Something like this - `@since("2.2", max_version="4.X")`. and port the 
cassandra test only to 5.0 maybe?
   We can say up to 5.0 but then it won't test probably patch versions of 5.0, 
so 4.X sounds most reasonable to me.



-- 
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]

Reply via email to