@@ -95,12 +95,12 @@ public void testCacheFileOperations()
9595 .add (new CacheOperation ("Alluxio.writeCache" , "00000000000000000002.json" , 0 , 658 ))
9696 .add (new CacheOperation ("InputFile.length" , "00000000000000000003.json" ))
9797 .add (new CacheOperation ("InputFile.newStream" , "_last_checkpoint" ))
98- .add (new CacheOperation ("Alluxio.readCached" , "key=p1/" , 0 , 227 ))
99- .add (new CacheOperation ("Alluxio.readCached" , "key=p2/" , 0 , 227 ))
100- .add (new CacheOperation ("Input.readFully" , "key=p1/" , 0 , 227 ))
101- .add (new CacheOperation ("Input.readFully" , "key=p2/" , 0 , 227 ))
102- .add (new CacheOperation ("Alluxio.writeCache" , "key=p1/" , 0 , 227 ))
103- .add (new CacheOperation ("Alluxio.writeCache" , "key=p2/" , 0 , 227 ))
98+ .add (new CacheOperation ("Alluxio.readCached" , "key=p1/" , 0 , 229 ))
99+ .add (new CacheOperation ("Alluxio.readCached" , "key=p2/" , 0 , 229 ))
100+ .add (new CacheOperation ("Input.readFully" , "key=p1/" , 0 , 229 ))
101+ .add (new CacheOperation ("Input.readFully" , "key=p2/" , 0 , 229 ))
102+ .add (new CacheOperation ("Alluxio.writeCache" , "key=p1/" , 0 , 229 ))
103+ .add (new CacheOperation ("Alluxio.writeCache" , "key=p2/" , 0 , 229 ))
104104 .build ());
105105 assertFileSystemAccesses (
106106 "SELECT * FROM test_cache_file_operations" ,
@@ -113,8 +113,8 @@ public void testCacheFileOperations()
113113 .add (new CacheOperation ("InputFile.length" , "00000000000000000002.json" ))
114114 .add (new CacheOperation ("InputFile.length" , "00000000000000000003.json" ))
115115 .add (new CacheOperation ("InputFile.newStream" , "_last_checkpoint" ))
116- .add (new CacheOperation ("Alluxio.readCached" , "key=p1/" , 0 , 227 ))
117- .add (new CacheOperation ("Alluxio.readCached" , "key=p2/" , 0 , 227 ))
116+ .add (new CacheOperation ("Alluxio.readCached" , "key=p1/" , 0 , 229 ))
117+ .add (new CacheOperation ("Alluxio.readCached" , "key=p2/" , 0 , 229 ))
118118 .build ());
119119 assertUpdate ("INSERT INTO test_cache_file_operations VALUES ('p3', '3-xyz')" , 1 );
120120 assertUpdate ("INSERT INTO test_cache_file_operations VALUES ('p4', '4-xyz')" , 1 );
@@ -139,17 +139,17 @@ public void testCacheFileOperations()
139139 .add (new CacheOperation ("InputFile.length" , "00000000000000000005.json" ))
140140 .add (new CacheOperation ("InputFile.length" , "00000000000000000006.json" ))
141141 .add (new CacheOperation ("InputFile.newStream" , "_last_checkpoint" ))
142- .add (new CacheOperation ("Alluxio.readCached" , "key=p1/" , 0 , 227 ))
143- .add (new CacheOperation ("Alluxio.readCached" , "key=p2/" , 0 , 227 ))
144- .add (new CacheOperation ("Alluxio.readCached" , "key=p3/" , 0 , 227 ))
145- .add (new CacheOperation ("Alluxio.readCached" , "key=p4/" , 0 , 227 ))
146- .add (new CacheOperation ("Alluxio.readCached" , "key=p5/" , 0 , 227 ))
147- .add (new CacheOperation ("Input.readFully" , "key=p3/" , 0 , 227 ))
148- .add (new CacheOperation ("Input.readFully" , "key=p4/" , 0 , 227 ))
149- .add (new CacheOperation ("Input.readFully" , "key=p5/" , 0 , 227 ))
150- .add (new CacheOperation ("Alluxio.writeCache" , "key=p3/" , 0 , 227 ))
151- .add (new CacheOperation ("Alluxio.writeCache" , "key=p4/" , 0 , 227 ))
152- .add (new CacheOperation ("Alluxio.writeCache" , "key=p5/" , 0 , 227 ))
142+ .add (new CacheOperation ("Alluxio.readCached" , "key=p1/" , 0 , 229 ))
143+ .add (new CacheOperation ("Alluxio.readCached" , "key=p2/" , 0 , 229 ))
144+ .add (new CacheOperation ("Alluxio.readCached" , "key=p3/" , 0 , 229 ))
145+ .add (new CacheOperation ("Alluxio.readCached" , "key=p4/" , 0 , 229 ))
146+ .add (new CacheOperation ("Alluxio.readCached" , "key=p5/" , 0 , 229 ))
147+ .add (new CacheOperation ("Input.readFully" , "key=p3/" , 0 , 229 ))
148+ .add (new CacheOperation ("Input.readFully" , "key=p4/" , 0 , 229 ))
149+ .add (new CacheOperation ("Input.readFully" , "key=p5/" , 0 , 229 ))
150+ .add (new CacheOperation ("Alluxio.writeCache" , "key=p3/" , 0 , 229 ))
151+ .add (new CacheOperation ("Alluxio.writeCache" , "key=p4/" , 0 , 229 ))
152+ .add (new CacheOperation ("Alluxio.writeCache" , "key=p5/" , 0 , 229 ))
153153 .build ());
154154 assertFileSystemAccesses (
155155 "SELECT * FROM test_cache_file_operations" ,
@@ -168,11 +168,11 @@ public void testCacheFileOperations()
168168 .add (new CacheOperation ("InputFile.length" , "00000000000000000005.json" ))
169169 .add (new CacheOperation ("InputFile.length" , "00000000000000000006.json" ))
170170 .add (new CacheOperation ("InputFile.newStream" , "_last_checkpoint" ))
171- .addCopies (new CacheOperation ("Alluxio.readCached" , "key=p1/" , 0 , 227 ), 1 )
172- .addCopies (new CacheOperation ("Alluxio.readCached" , "key=p2/" , 0 , 227 ), 1 )
173- .addCopies (new CacheOperation ("Alluxio.readCached" , "key=p3/" , 0 , 227 ), 1 )
174- .addCopies (new CacheOperation ("Alluxio.readCached" , "key=p4/" , 0 , 227 ), 1 )
175- .addCopies (new CacheOperation ("Alluxio.readCached" , "key=p5/" , 0 , 227 ), 1 )
171+ .addCopies (new CacheOperation ("Alluxio.readCached" , "key=p1/" , 0 , 229 ), 1 )
172+ .addCopies (new CacheOperation ("Alluxio.readCached" , "key=p2/" , 0 , 229 ), 1 )
173+ .addCopies (new CacheOperation ("Alluxio.readCached" , "key=p3/" , 0 , 229 ), 1 )
174+ .addCopies (new CacheOperation ("Alluxio.readCached" , "key=p4/" , 0 , 229 ), 1 )
175+ .addCopies (new CacheOperation ("Alluxio.readCached" , "key=p5/" , 0 , 229 ), 1 )
176176 .build ());
177177 }
178178
0 commit comments