You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Caleb Rackliffe (Jira)" <ji...@apache.org> on 2022/07/05 18:55:00 UTC

[jira] [Created] (CASSANDRA-17730) ttl_test.py::TestRecoverNegativeExpirationDate::test_recover_negative_expiration_date_sstables_with_scrub failing on CircleCI

Caleb Rackliffe created CASSANDRA-17730:
-------------------------------------------

             Summary: ttl_test.py::TestRecoverNegativeExpirationDate::test_recover_negative_expiration_date_sstables_with_scrub failing on CircleCI
                 Key: CASSANDRA-17730
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17730
             Project: Cassandra
          Issue Type: Bug
            Reporter: Caleb Rackliffe


It doesn’t appear on Butler, but on 4.0, 4.1, and trunk, {{ttl_test.py::TestRecoverNegativeExpirationDate.test_recover_negative_expiration_date_sstables_with_scrub}} is failing in {{copy_tree}} w/ a {{DistutilsFileError}}.

{noformat}
        if not dry_run and not os.path.isdir(src):
            raise DistutilsFileError(
>                 "cannot copy tree '%s': not a directory" % src)
E           distutils.errors.DistutilsFileError: cannot copy tree 'sstables/ttl_test/3.11': not a directory

/usr/lib/python3.6/distutils/dir_util.py:127: DistutilsFileError
{noformat}

See https://app.circleci.com/pipelines/github/maedhroz/cassandra?branch=CASSANDRA-17706-4.0-CircleCI&filter=all

(This is just vanilla cassandra-4.0 w/ HIGHRES CircleCI settings.)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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