MCPcopy Create free account
hub / github.com/apache/pig / resetFileLocalizer

Method resetFileLocalizer

test/org/apache/pig/tez/TestTezCompiler.java:105–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 private static void resetFileLocalizer() {
106 FileLocalizer.deleteTempFiles();
107 FileLocalizer.setInitialized(false);
108 // Set random seed to generate deterministic temporary paths
109 FileLocalizer.setR(new Random(1331L));
110 }
111
112 @Test
113 public void testStoreLoad() throws Exception {

Callers 3

setUpBeforeClassMethod · 0.95
tearDownAfterClassMethod · 0.95
testStoreLoadSplitMethod · 0.95

Calls 3

deleteTempFilesMethod · 0.95
setInitializedMethod · 0.95
setRMethod · 0.95

Tested by

no test coverage detected