[ 
https://issues.apache.org/jira/browse/GEODE-4106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16293388#comment-16293388
 ] 

ASF GitHub Bot commented on GEODE-4106:
---------------------------------------

dschneider-pivotal commented on a change in pull request #1173: GEODE-4106: Fix 
relative path destinations for backups
URL: https://github.com/apache/geode/pull/1173#discussion_r157316155
 
 

 ##########
 File path: 
geode-core/src/test/java/org/apache/geode/internal/cache/backup/FileSystemBackupDestinationTest.java
 ##########
 @@ -42,7 +48,9 @@
 import org.apache.geode.test.junit.categories.IntegrationTest;
 
 @Category(IntegrationTest.class)
+@RunWith(JUnitParamsRunner.class)
 public class FileSystemBackupDestinationTest {
+  private static final Path RELATIVE_TARGER_DIR = Paths.get("backupTest");
 
 Review comment:
   change TARGER to TARGET?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Backup of DiskStoreIF file fails when relative path provided as destination
> ---------------------------------------------------------------------------
>
>                 Key: GEODE-4106
>                 URL: https://issues.apache.org/jira/browse/GEODE-4106
>             Project: Geode
>          Issue Type: Bug
>          Components: persistence
>    Affects Versions: 1.4.0
>            Reporter: Nick Reich
>            Assignee: Nick Reich
>
> Backup functions correctly when absolute paths are used and when relative 
> paths are used, only the DiskStoreIF file is copied to the incorrect location.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to