maedhroz commented on a change in pull request #112:
URL: https://github.com/apache/cassandra-dtest/pull/112#discussion_r585781077
##########
File path: conftest.py
##########
@@ -486,47 +486,12 @@ def fixture_ported_to_in_jvm(request,
fixture_dtest_setup):
if skip_msg:
pytest.skip(skip_msg)
+
def _skip_ported_msg(current_running_version, ported_from_version):
if loose_version_compare(current_running_version, ported_from_version) >=
0:
return "ported to in-JVM from %s >= %s" % (ported_from_version,
current_running_version)
[email protected](autouse=True)
-def fixture_ported_to_in_jvm(request, fixture_dtest_setup):
Review comment:
@adelapena @ekaterinadimitrova2 This was a character-for-character
duplicate of the one above :)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]