Skip to content

Commit a157c86

Browse files
committed
This test broke when I introduced a change into the http proxy, where I injected a fault into the file lesmis-copies.txt. Using a different file
in this test is still valid, because we're usiong a ds3 client shim that also injects faults, which exercises the logic we're trying to validate with this test -- retry logic. I'll update this test when I get finished with the partial read retry stuff I'm working on, which is why I monkeyed with the http proxy to begin with :(
1 parent f264616 commit a157c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ds3-sdk-integration/src/test/java/com/spectralogic/ds3client/integration/PutJobManagement_Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ private void transferAndCheckFileContent(final int maxNumObjectTransferAttempts,
837837

838838
try {
839839
final String DIR_NAME = "largeFiles/";
840-
final String[] FILE_NAMES = new String[]{"lesmis-copies.txt"};
840+
final String[] FILE_NAMES = new String[]{"lesmis.txt"};
841841

842842
final Path dirPath = ResourceUtils.loadFileResource(DIR_NAME);
843843

0 commit comments

Comments
 (0)