Skip to content

Commit

Permalink
HADOOP-18071. ABFS: Set driver global timeout for ITestAzureBlobFileS…
Browse files Browse the repository at this point in the history
…ystemBasics (#3866)


Contributed by Sumangala Patki
  • Loading branch information
sumangala-patki authored Feb 23, 2022
1 parent 3653754 commit c18b646
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.rules.Timeout;

import static org.apache.hadoop.fs.azurebfs.constants.TestConfigurationKeys.TEST_TIMEOUT;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

Expand All @@ -41,6 +43,7 @@ public ITestAzureBlobFileSystemBasics() throws Exception {
// If all contract tests are running in parallel, some root level tests in FileSystemContractBaseTest will fail
// due to the race condition. Hence for this contract test it should be tested in different container
binding = new ABFSContractTestBinding(false);
globalTimeout = Timeout.millis(TEST_TIMEOUT);
}


Expand Down

0 comments on commit c18b646

Please sign in to comment.