1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
|
/* CacheReproducerTest.java
Copyright (C) 2012 Red Hat, Inc.
This file is part of IcedTea.
IcedTea is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 2.
IcedTea is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with IcedTea; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
conditions of the GNU General Public License cover the whole
combination.
As a special exception, the copyright holders of this library give you
permission to link this library with independent modules to produce an
executable, regardless of the license terms of these independent
modules, and to copy and distribute the resulting executable under
terms of your choice, provided that you also meet, for each linked
independent module, the terms and conditions of the license of that
module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version.
*/
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.util.Arrays;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import net.sourceforge.jnlp.ServerAccess;
import net.sourceforge.jnlp.ServerAccess.ProcessResult;
import net.sourceforge.jnlp.annotations.KnownToFail;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.Test;
public class CacheReproducerTest {
private static final ServerAccess server = new ServerAccess();
private static final List<String> clear = Arrays.asList(new String[]{server.getJavawsLocation(), "-Xclearcache", ServerAccess.HEADLES_OPTION});
private static final List<String> trustedVerboses = Arrays.asList(new String[]{"-Xtrustall", ServerAccess.HEADLES_OPTION,"-verbose"});
private static final List<String> verbosed = Arrays.asList(new String[]{"-verbose", ServerAccess.HEADLES_OPTION});
private static final String home = System.getProperty("user.home");
private static final String name = System.getProperty("user.name");
private static final String tmp = System.getProperty("java.io.tmpdir");
private static final File icedteaDir = new File(home + "/" + ".icedtea");
private static final File icedteaCache = new File(icedteaDir, "cache");
private static final File icedteaCacheFile = new File(icedteaCache, "recently_used");
private static final File netxLock = new File(tmp + "/" + name + "/netx/locks/netx_running");
private static final String lre = "LruCacheException";
private static final String ioobe = "IndexOutOfBoundsException";
private static final String corruptRegex = "\\d{13}";
private static final Pattern corruptPatern = Pattern.compile(corruptRegex);
private static final String corruptString = "156dsf1562kd5";
String testS = "#netx file\n"
+ "#Mon Dec 12 16:20:46 CET 2011\n"
+ "1323703236508,0=/home/xp13/.icedtea/cache/0/http/localhost/ReadPropertiesBySignedHack.jnlp\n"
+ "1323703243086,2=/home/xp14/.icedtea/cache/2/http/localhost/ReadProperties.jar\n"
+ "1323703243082,1=/home/xp15/.icedtea/cache/1/http/localhost/ReadPropertiesBySignedHack.jar";
@Test
public void cacheIsWorkingTest() throws Exception {
clearAndEvaluateCache();
evaluateSimpleTest1OkCache(runSimpleTest1());
assertCacheIsNotEmpty();
}
@Test
public void cacheIsWorkingTestSigned() throws Exception {
clearAndEvaluateCache();
evaluateSimpleTest1OkCache(runSimpleTest1Signed());
assertCacheIsNotEmpty();
}
private class ParallelSimpleTestRunner extends Thread {
public boolean b=false;
@Override
public void run() {
try {
ServerAccess.ProcessResult pr = runSimpleTest1();
evaluateSimpleTest1OkCache(pr);
b=true;
} catch (Exception ex) {
throw new RuntimeException(ex);
}
}
};
@Test
@KnownToFail
public void startParallelInstancesUponBrokenCache() throws Exception {
clearAndEvaluateCache();
evaluateSimpleTest1OkCache(runSimpleTest1());
assertCacheIsNotEmpty();
breakCache1();
ParallelSimpleTestRunner t1=new ParallelSimpleTestRunner();
ParallelSimpleTestRunner t2=new ParallelSimpleTestRunner();
ParallelSimpleTestRunner t3=new ParallelSimpleTestRunner();
t1.start();
t2.start();
t3.start();
int c=0;
while(true){
c++;
Thread.sleep(100);
if (c>600) throw new Error("threads have not died in time");
if (!t1.isAlive() && !t2.isAlive() && !t3.isAlive()) break;
}
Thread.sleep(1000);
Assert.assertTrue(t1.b);
Assert.assertTrue(t2.b);
Assert.assertTrue(t3.b);
}
private void assertCacheIsNotEmpty() {
Assert.assertTrue("icedtea cache " + icedteaCache.getAbsolutePath() + " should exist some any run", icedteaCache.exists());
Assert.assertTrue("icedtea cache file " + icedteaCacheFile.getAbsolutePath() + " should exist some any run", icedteaCacheFile.exists());
Assert.assertTrue("icedtea cache file " + icedteaCacheFile.getAbsolutePath() + " should not be empty", icedteaCacheFile.length() > 0);
}
/**
* This is breaking integer numbers in first part of cache file item
* @throws Exception
*/
@Test
public void coruptAndRunCache1() throws Exception {
clearAndEvaluateCache();
evaluateSimpleTest1OkCache(runSimpleTest1());
assertCacheIsNotEmpty();
breakCache1();
ProcessResult pr = runSimpleTest1();
assertLruExceptionAppeared(pr);
evaluateSimpleTest1OkCache(pr);
clearAndEvaluateCache();
ProcessResult pr2 = runSimpleTest1();
evaluateSimpleTest1OkCache(pr2);
assertLruExceptionNOTappeared(pr2);
}
/**
* This is breaking integer numbers in first part of cache file item
* @throws Exception
*/
@Test
public void coruptAndRunCache2() throws Exception {
clearAndEvaluateCache();
evaluateSimpleTest1OkCache(runSimpleTest1());
assertCacheIsNotEmpty();
breakCache1();
ProcessResult pr = runSimpleTest1();
assertLruExceptionAppeared(pr);
evaluateSimpleTest1OkCache(pr);
ProcessResult pr3 = runSimpleTest1();
evaluateSimpleTest1OkCache(pr3);
assertLruExceptionNOTappeared(pr3);
clearAndEvaluateCache();
ProcessResult pr2 = runSimpleTest1();
evaluateSimpleTest1OkCache(pr2);
assertLruExceptionNOTappeared(pr2);
}
/**
* This is breaking paths in second part of cache file item
* @throws Exception
*/
@Test
public void coruptAndRunCache3() throws Exception {
clearAndEvaluateCache();
evaluateSimpleTest1OkCache(runSimpleTest1());
assertCacheIsNotEmpty();
breakCache3();
ProcessResult pr = runSimpleTest1();
assertAoobNOTappeared(pr);
assertLruExceptionAppeared(pr);
evaluateSimpleTest1OkCache(pr);
ProcessResult pr3 = runSimpleTest1();
evaluateSimpleTest1OkCache(pr3);
assertLruExceptionNOTappeared(pr3);
clearAndEvaluateCache();
ProcessResult pr2 = runSimpleTest1();
evaluateSimpleTest1OkCache(pr2);
assertLruExceptionNOTappeared(pr2);
}
private void assertAoobNOTappeared(ProcessResult pr2) {
Assert.assertFalse("serr should NOT contain " + ioobe, pr2.stderr.contains(ioobe));
}
private void assertLruExceptionNOTappeared(ProcessResult pr2) {
Assert.assertFalse("serr should NOT contain " + lre, pr2.stderr.contains(lre));
}
private void assertLruExceptionAppeared(ProcessResult pr) {
Assert.assertTrue("serr should contain " + lre, pr.stderr.contains(lre));
}
@Test
public void coruptAndRunCache1Signed() throws Exception {
clearAndEvaluateCache();
evaluateSimpleTest1OkCache(runSimpleTest1());
assertCacheIsNotEmpty();
breakCache1();
ProcessResult pr = runSimpleTest1Signed();
assertLruExceptionAppeared(pr);
evaluateSimpleTest1OkCache(pr);
clearAndEvaluateCache();
ProcessResult pr2 = runSimpleTest1Signed();
evaluateSimpleTest1OkCache(pr2);
assertLruExceptionNOTappeared(pr2);
}
@Test
public void coruptAndRunCache2Signed() throws Exception {
clearAndEvaluateCache();
evaluateSimpleTest1OkCache(runSimpleTest1());
assertCacheIsNotEmpty();
breakCache1();
ProcessResult pr = runSimpleTest1Signed();
assertLruExceptionAppeared(pr);
evaluateSimpleTest1OkCache(pr);
ProcessResult pr3 = runSimpleTest1Signed();
evaluateSimpleTest1OkCache(pr3);
assertLruExceptionNOTappeared(pr3);
clearAndEvaluateCache();
ProcessResult pr2 = runSimpleTest1Signed();
evaluateSimpleTest1OkCache(pr2);
assertLruExceptionNOTappeared(pr2);
}
@Test
public void clearCacheUnsucessfully() throws Exception {
evaluateSimpleTest1OkCache(runSimpleTest1());
assertCacheIsNotEmpty();
ProcessResult pr;
Thread t = new Thread(new Runnable() {
@Override
public void run() {
try {
ServerAccess.ProcessResult pr = server.executeJavawsHeadless(verbosed, "/deadlocktest.jnlp");
} catch (Exception ex) {
throw new RuntimeException(ex);
}
}
});
t.start();
Thread.sleep(1000);
pr = tryToClearcache();
String q = "Can not clear cache at this time";
Assert.assertTrue("Stderr should contain " + q + ", but did not.", pr.stderr.contains(q));
assertCacheIsNotEmpty();
}
//next four tests are designed to ensure, that corrupted cache will not break already loaded cached files
public static final String CR1 = "CacheReproducer1";
public static final String CR2 = "CacheReproducer2";
public static final String CR11 = "CacheReproducer1_1";
public static final String CR21 = "CacheReproducer2_1";
public void testsBody(String id, int breaker) throws Exception {
clearAndEvaluateCache();
ProcessResult pr1 = runSimpleTestSigned(id);
assertLruExceptionNOTappeared(pr1);
evaluateSimpleTest1OkCache(pr1);
if (breaker < 0) {
breakCache1();
} else {
breakCache2(breaker);
}
ProcessResult pr2 = runSimpleTestSigned(id);
assertLruExceptionAppeared(pr2);
evaluateSimpleTest1OkCache(pr2);
}
@Test
public void testAlreadyLoadedCached1() throws Exception {
testsBody(CR1, 1);
testsBody(CR1, 2);
testsBody(CR1, -1);
}
@Test
public void testAlreadyLoadedCached2() throws Exception {
testsBody(CR2, 1);
testsBody(CR2, 2);
testsBody(CR2, -1);
}
@Test
public void testAlreadyLoadedCached11() throws Exception {
testsBody(CR11, 1);
testsBody(CR11, 2);
testsBody(CR11, -1);
}
@Test
public void testAlreadyLoadedCached21() throws Exception {
testsBody(CR21, 1);
testsBody(CR21, 2);
testsBody(CR21, -1);
}
@AfterClass
public static void clearCache() throws Exception {
clearAndEvaluateCache();
}
private static void clearAndEvaluateCache() throws Exception {
clearAndEvaluateCache(true);
}
private static void clearAndEvaluateCache(boolean force) throws Exception {
if (force) {
if (netxLock.isFile()) {
boolean b = netxLock.delete();
junit.framework.Assert.assertTrue(b);
}
}
tryToClearcache();
Assert.assertFalse("icedtea cache " + icedteaCache.getAbsolutePath() + " should not exist after clearing", icedteaCache.exists());
}
private static String loadFile(File f) throws FileNotFoundException, UnsupportedEncodingException, IOException {
BufferedReader r = new BufferedReader(new InputStreamReader(new FileInputStream(icedteaCacheFile), "UTF-8"));
StringBuilder sb = new StringBuilder();
while (true) {
String s = r.readLine();
if (s == null) {
break;
}
sb.append(s).append("\n");
}
return sb.toString();
}
private static String loadCacheFile() throws IOException {
return loadFile(icedteaCacheFile);
}
@Test
public void assertBreakers1AreWorking() {
String s=testS;
String sp[] = s.split("\n");
String ss[] = breakAll(s).split("\n");
for (int i = 0; i < 2; i++) {
Assert.assertEquals(sp[i], ss[i]);
}
for (int i = 2; i < ss.length; i++) {
Assert.assertNotSame(sp[i], ss[i]);
}
String sb = breakOne(s, 0);
junit.framework.Assert.assertEquals(s, sb);
for (int x = 1; x <= 3; x++) {
String[] sx = breakOne(s, x).split("\n");
for (int i = 0; i < sx.length; i++) {
if (i == x + 1) {
Assert.assertNotSame(sp[i], sx[i]);
} else {
Assert.assertEquals(sp[i], sx[i]);
}
}
}
String sbb = breakOne(s, 4);
Assert.assertEquals(s, sbb);
}
private static String breakAll(String s) {
return s.replaceAll(corruptRegex, corruptString);
}
private static String breakOne(String s, int i) {
Matcher m1 = corruptPatern.matcher(s);
int x = 0;
while (m1.find()) {
x++;
String r = (m1.group(0));
if (x == i) {
return s.replace(r, corruptString);
}
}
return s;
}
@Test
public void assertBreakers2AreWorking() {
String s=testS;
String sp[] = s.split("\n");
String ss[] = breakPaths (s).split("\n");
for (int i = 0; i < 2; i++) {
Assert.assertEquals(sp[i], ss[i]);
}
for (int i = 2; i < ss.length; i++) {
Assert.assertNotSame(sp[i], ss[i]);
}
}
private static String breakPaths(String s) {
return s.replaceAll(home+".*", "/ho");
}
private static void breakCache1() throws IOException {
String s = loadCacheFile();
s = breakAll(s);
ServerAccess.saveFile(s, icedteaCacheFile);
}
private static void breakCache2(int i) throws FileNotFoundException, UnsupportedEncodingException, IOException {
String s = loadCacheFile();
s = breakOne(s, i);
ServerAccess.saveFile(s, icedteaCacheFile);
}
private static void breakCache3() throws IOException {
String s = loadCacheFile();
s = breakPaths(s);
ServerAccess.saveFile(s, icedteaCacheFile);
}
private static ServerAccess.ProcessResult runSimpleTest1() throws Exception {
return runSimpleTest1(verbosed, "simpletest1");
}
private static ServerAccess.ProcessResult runSimpleTest1(List<String> args, String s) throws Exception {
ServerAccess.ProcessResult pr2 = server.executeJavawsHeadless(args, "/" + s + ".jnlp");
return pr2;
}
private static ServerAccess.ProcessResult runSimpleTest1Signed() throws Exception {
return runSimpleTestSigned("SimpletestSigned1");
}
private static ServerAccess.ProcessResult runSimpleTestSigned(String id) throws Exception {
return runSimpleTest1(trustedVerboses, id);
}
private static void evaluateSimpleTest1OkCache(ServerAccess.ProcessResult pr2) throws Exception {
String s = "Good simple javaws exapmle";
Assert.assertTrue("test stdout should contain " + s + " but didn't", pr2.stdout.contains(s));
Assert.assertFalse(pr2.wasTerminated);
Assert.assertEquals((Integer) 0, pr2.returnValue);
}
private static ProcessResult tryToClearcache() throws Exception {
ServerAccess.ProcessResult pr1 = ServerAccess.executeProcess(clear);
return pr1;
}
}
|