Skip to content

Commit

Permalink
HDFS-7612: Fix default cache directory in TestOfflineEditsViewer.test…
Browse files Browse the repository at this point in the history
…Stored. Contributed by Michael Kuchenbecker (#3571)

(cherry picked from commit a73ff69)
  • Loading branch information
Michael Kuchenbecker authored and shvachko committed Oct 21, 2021
1 parent e7785bb commit 78723e0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -164,7 +164,7 @@ public void testRecoveryMode() throws IOException {
public void testStored() throws IOException {
// reference edits stored with source code (see build.xml)
final String cacheDir = System.getProperty("test.cache.data",
"build/test/cache");
"target/test-classes");
// binary, XML, reparsed binary
String editsStored = cacheDir + "/editsStored";
String editsStoredParsedXml = cacheDir + "/editsStoredParsed.xml";
Expand Down

0 comments on commit 78723e0

Please sign in to comment.