[
https://issues.apache.org/jira/browse/CASSANDRA-7474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14082444#comment-14082444
]
Philip Thompson commented on CASSANDRA-7474:
--------------------------------------------
The issue is that the commitlog backups are not being wrriten. I suspect the
issue is that the archive_command in commitlog_archiving.properties is set to
'cp' which is not working on Windows, similar to the original issue.
> Dtest: Windows - snapshot_test fails with linux-specific environment
> assumptions
> --------------------------------------------------------------------------------
>
> Key: CASSANDRA-7474
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7474
> Project: Cassandra
> Issue Type: Bug
> Components: Tests
> Environment: win7x64 SP1, Cassandra 3.0 / trunk
> Reporter: Joshua McKenzie
> Assignee: Kishan Karunaratne
> Priority: Minor
> Labels: Windows
>
> {code:title=failure}
> dont_test_archive_commitlog (snapshot_test.TestArchiveCommitlog) ... 'rm' is
> not recognized as an internal or external command,
> 'cp' is not recognized as an internal or external command, operable
> program or batch file.
> test_archive_commitlog (snapshot_test.TestArchiveCommitlog) ... 'rm' is not
> recognized as an internal or external command, operable program or batch file.
> 'cp' is not recognized as an internal or external command, operable
> program or batch file.
> test_archive_commitlog_point_in_time (snapshot_test.TestArchiveCommitlog) ...
> 'rm' is not recognized as an internal or external command, operable program
> or batch file.
> 'cp' is not recognized as an internal or external command, operable
> program or batch file.
> test_archive_commitlog_point_in_time_with_active_commitlog
> (snapshot_test.TestArchiveCommitlog) ... 'rm' is not recognized as an
> internal or external command, operable program or batch file.
> 'cp' is not recognized as an internal or external command, operable
> program or batch file.
> test_archive_commitlog_with_active_commitlog
> (snapshot_test.TestArchiveCommitlog) ... 'rm' is not recognized as an
> internal or external command,
> 'cp' is not recognized as an internal or external command, operable
> program or batch file.
> test_basic_snapshot_and_restore (snapshot_test.TestSnapshot) ... Starting
> NodeTool
> 'cp' is not recognized as an internal or external command, operable
> program or batch file.
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)