Github user ptnapoleon commented on a diff in the pull request:

    https://github.com/apache/cassandra-dtest/pull/9#discussion_r149296391
  
    --- Diff: upgrade_tests/upgrade_compact_storage.py ---
    @@ -0,0 +1,177 @@
    +# coding: utf-8
    +
    +import time
    +
    +from cassandra.query import dict_factory
    +from nose.tools import assert_equal, assert_true
    +from ccmlib.node import NodeError
    +
    +from dtest import Tester, debug
    +from cassandra.protocol import ConfigurationException
    +from tools.decorators import since
    +
    +VERSION_311 = 'git:cassandra-3.11'
    +VERSION_TRUNK = 'git:trunk'
    --- End diff --
    
    Please use `github:apache/` prefix for both of these, rather than `git:`.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to