-
Notifications
You must be signed in to change notification settings - Fork 23
/
ctest_metadata.csv
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 510.
1833 lines (1833 loc) · 386 KB
/
ctest_metadata.csv
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
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
REPO SHA CONFIG_PARAMETER TEST_NAME VALUE TYPE(GOOD|BAD) EXPECTATION(PASS|FAIL)
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoStreams#testAvailable AES/CTR/NoPadding GOOD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoStreams#testAvailable AES/CTR/Padding BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.timeout org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 60 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.timeout org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.timeout org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 120 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.timeout org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.keytab.login.autorenewal.enabled org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.keytab.login.autorenewal.enabled org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI org.apache.hadoop.security BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI hadoop GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI MIT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI hadoopandMIT BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 60 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 120 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.authentication.retry-count org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.authentication.retry-count org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 2 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.authentication.retry-count org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 3 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.failover.sleep.base.millis org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.failover.sleep.base.millis org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 120 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.failover.sleep.base.millis org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 150 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 30 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 50 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 70 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 1200 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 1500 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jceks.key.serialfilter org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI java.lang.Enum GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jceks.key.serialfilter org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI java.security.KeyRep GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jceks.key.serialfilter org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI java.security.KeyRep$Type GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.failover.sleep.max.millis org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 2000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.failover.sleep.max.millis org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 2500 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.failover.sleep.max.millis org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 3000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.failover.sleep.max.millis org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI abcd BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.encrypted.key.cache.expiry org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 43200000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.encrypted.key.cache.expiry org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 43100000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.encrypted.key.cache.expiry org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 43000000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 3 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 4 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 5 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI x BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.encrypted.key.cache.size org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 500 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.encrypted.key.cache.size org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.encrypted.key.cache.size org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 1500 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.encrypted.key.cache.size org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI x BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.encrypted.key.cache.num.refill.threads org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 2 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.encrypted.key.cache.num.refill.threads org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 3 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.encrypted.key.cache.num.refill.threads org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 4 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.encrypted.key.cache.num.refill.threads org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI x BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI DEFAULT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI RULE:[2:$1/$2@$0](jhs/.*@REALM\.TLD)s/.*/mapred/ GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI RULE:[2:$1/$2@$0]([rn]m/.*@REALM\.TLD)s/.*/yarn/ GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 5000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 7000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 10000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.encrypted.key.cache.low-watermark org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 0.3f GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.encrypted.key.cache.low-watermark org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 0.4f GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.encrypted.key.cache.low-watermark org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 0.5f GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 300 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 400 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI 500 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI dr.who=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI user1=group1; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testGetActualUGI dr.who=group1; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testRunService 30s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testRunService 60s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testRunService 1m GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testRunService abcdegf BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.key.default.bitlength org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately 64 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.key.default.bitlength org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately 128 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.key.default.bitlength org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately 256 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.key.default.bitlength org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.key.default.cipher org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately AES/CTR/NoPadding GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.key.default.cipher org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately SHA256 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.key.default.cipher org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately SHA1024 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.failover.sleep.base.millis org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.failover.sleep.base.millis org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately 200 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.failover.sleep.base.millis org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately 300 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately 2000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately 3000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.failover.sleep.max.millis org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately 2000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.failover.sleep.max.millis org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately 3000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.kms.client.failover.sleep.max.millis org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately 4000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jceks.key.serialfilter org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately java.lang.Enum GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jceks.key.serialfilter org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately java.security.KeyRep GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jceks.key.serialfilter org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider#testClientRetriesNonIdempotentOpWithIOExceptionFailsImmediately java.security.KeyRep$Type GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.conf.TestConfiguration#testSetSocketAddress 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.conf.TestConfiguration#testSetSocketAddress 2000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.conf.TestConfiguration#testSetSocketAddress 3000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.conf.TestConfiguration#testSetSocketAddress abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.conf.TestConfiguration#testSetSocketAddress false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.conf.TestConfiguration#testSetSocketAddress true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.auth org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren digest:wkz GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.auth org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren digest:hdfs-zkfcs GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.auth org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren digest:wkz,digest:hdfs-zkfcs GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.auth org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren scheme:auth BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.retry-interval-ms org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.retry-interval-ms org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren 2000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.retry-interval-ms org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren 3000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.retry-interval-ms org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren abcd BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren localjceks://file/home/lmccay/aws.jceks GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren localjceks://file/home/lmccay/ GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren localjceks://file/home/lmccay/aws.jceks,localjceks://file/home/lmccay/aws.jceks GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.num-retries org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.num-retries org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren 2000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.num-retries org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren 3000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.num-retries org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren foobar BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren 2000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren 3000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.clear-text-fallback org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.clear-text-fallback org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.timeout-ms org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren 10000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.timeout-ms org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren 20000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.zk.timeout-ms org.apache.hadoop.util.curator.TestZKCuratorManager#testChildren 30000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoOutputStreamClosing#testOutputStreamClosing AES/CTR/NoPadding GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoOutputStreamClosing#testOutputStreamClosing AES/CTR/Padding BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.security.ssl.TestSSLFactory#testServerWeakCiphers /foo/bar GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.security.ssl.TestSSLFactory#testServerWeakCiphers arbitrary path GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.security.ssl.TestSSLFactory#testServerWeakCiphers 1234567 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.enabled.protocols org.apache.hadoop.security.ssl.TestSSLFactory#testServerWeakCiphers TLSv1.2 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.enabled.protocols org.apache.hadoop.security.ssl.TestSSLFactory#testServerWeakCiphers TLSv2.0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testServerWeakCiphers org.apache.hadoop.security.ssl.FileBasedKeyStoresFactory GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testServerWeakCiphers org.apache.hadoop.security.ssl.KeyStoresFactory BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.clear-text-fallback org.apache.hadoop.security.ssl.TestSSLFactory#testServerWeakCiphers true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.clear-text-fallback org.apache.hadoop.security.ssl.TestSSLFactory#testServerWeakCiphers false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter org.apache.hadoop.security.JniBasedUnixGroupsNetgroupMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter org.apache.hadoop.security.JniBasedUnixGroupsMappingWith BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter 3 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter 5 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter -1 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter 2147483648 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter 300 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter 2000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter -1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter dr.who=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter user1=group2;; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter user1=group1,group2;user2=group2;user3=group3; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter user1=group1=user2 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter 30 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter 300 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter 3000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter 9223372036854775808 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter 5000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter 10000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter 15000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter -1 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.authentication.server.TestProxyUserAuthenticationFilter#testFilter 9223372036854775808 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 3 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 0 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching -1 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 10000000000 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching -10000000000 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload | hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching true | -1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload | hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching true | 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 300 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 10000000000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching -1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 100000000000000000000000000000000 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching dr.who=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching user2 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching user3 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching user1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching me BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 5000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching -1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching -10000000000000000000 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 0s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 5s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 2m GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 2j BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 30x BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.security.TestSecurityUtil#testGetHostFromPrincipal 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.security.TestSecurityUtil#testGetHostFromPrincipal 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.security.TestSecurityUtil#testGetHostFromPrincipal -1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.security.TestSecurityUtil#testGetHostFromPrincipal -9999999999 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.security.TestSecurityUtil#testGetHostFromPrincipal true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.security.TestSecurityUtil#testGetHostFromPrincipal false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword jceks://file/$hadoop_dir/hadoop-common-project/hadoop-common/target/test/data/test.jks GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword jceks://file/$hadoop_dir/hadoop-common-project/hadoop-common/target/test/data/keystore.jks GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword randomPath BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword ./ BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.enabled.protocols org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword TLSv1.2 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.enabled.protocols org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword TLSv1.3 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.enabled.protocols org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword TLSv1.1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.enabled.protocols org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword TLSv99.99 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.enabled.protocols org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword FakeVersion BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword DEFAULT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword STRICT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword ALLOW_ALL GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword INVALID_VALUE BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword randomString BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword org.apache.hadoop.security.ssl.FileBasedKeyStoresFactory GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword org.apache.hadoop.security.ssl.KeyStoresFactory BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword randomString BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.server.conf org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword ssl-server.xml GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.server.conf org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword core-ctest.xml GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.server.conf org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword core-site.xml GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.server.conf org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword random-file.xml GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.clear-text-fallback org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.clear-text-fallback org.apache.hadoop.security.ssl.TestSSLFactory#testServerDifferentPasswordAndKeyPassword false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.serializations org.apache.hadoop.io.serializer.avro.TestAvroSerialization#testReflect org.apache.hadoop.io.serializer.WritableSerialization,org.apache.hadoop.io.serializer.avro.AvroSpecificSerialization,org.apache.hadoop.io.serializer.avro.AvroReflectSerialization GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.serializations org.apache.hadoop.io.serializer.avro.TestAvroSerialization#testReflect org.apache.hadoop.io.serializer.avro.AvroSpecificSerialization,org.apache.hadoop.io.serializer.avro.AvroReflectSerialization GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.serializations org.apache.hadoop.io.serializer.avro.TestAvroSerialization#testReflect org.apache.hadoop.io.serializer.avro.AvroReflectSerialization GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.serializations org.apache.hadoop.io.serializer.avro.TestAvroSerialization#testReflect org.apache.hadoop.io.serializer.WritableSerialization BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.serializations org.apache.hadoop.io.serializer.avro.TestAvroSerialization#testReflect someGarbageValue BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jce.provider org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testHasCapability GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jce.provider org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testHasCapability SunJCE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jce.provider org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testHasCapability SunRsaSign BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jce.provider org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testHasCapability randomProvider BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testHasCapability SHA1PRNG GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testHasCapability MD5PRNG GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testHasCapability random BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testHasCapability garbageValue BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testHasCapability AES/CTR/NoPadding GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testHasCapability AES/CTR/Padding BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testHasCapability randomSuite BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testHasCapability AES/OFB32/PKCS5Padding BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testHasCapability Unknown BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration SHA1PRNG GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration MD5PRNG GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration random BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration garbageValue BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.cli-check.rpc-timeout.ms org.apache.hadoop.ha.TestHAAdmin#testHelp 200 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.cli-check.rpc-timeout.ms org.apache.hadoop.ha.TestHAAdmin#testHelp 2000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.cli-check.rpc-timeout.ms org.apache.hadoop.ha.TestHAAdmin#testHelp 20000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.cli-check.rpc-timeout.ms org.apache.hadoop.ha.TestHAAdmin#testHelp 10000000000 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.cli-check.rpc-timeout.ms org.apache.hadoop.ha.TestHAAdmin#testHelp abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.security.TestSecurityUtil#testAuthPlainTextFile localjceks://file/home/larry/cwd/creds.jceks GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.security.TestSecurityUtil#testAuthPlainTextFile localjceks://file/home/larry/cwd GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.security.TestSecurityUtil#testAuthPlainTextFile localjceks://file/home/larry GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.provider.path org.apache.hadoop.security.TestSecurityUtil#testAuthPlainTextFile /Users/IDoCT/run_ctest BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.security.TestSecurityUtil#testAuthPlainTextFile true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.security.TestSecurityUtil#testAuthPlainTextFile false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.security.TestSecurityUtil#testAuthPlainTextFile -1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.security.TestSecurityUtil#testAuthPlainTextFile 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.security.TestSecurityUtil#testAuthPlainTextFile 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.security.TestSecurityUtil#testAuthPlainTextFile 10000000000 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.security.TestSecurityUtil#testAuthPlainTextFile abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.clear-text-fallback org.apache.hadoop.security.TestSecurityUtil#testAuthPlainTextFile true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.clear-text-fallback org.apache.hadoop.security.TestSecurityUtil#testAuthPlainTextFile false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching -1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 2 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 10000000000 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 200 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 300 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching -1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching dr.who=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching user1=group1; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching user3=group2; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching -1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 10 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 0s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 10s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 1m GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching -1s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testGroupsCaching 1x BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.rpc.protection org.apache.hadoop.security.TestAuthenticationFilter#testConfiguration authentication GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.rpc.protection org.apache.hadoop.security.TestAuthenticationFilter#testConfiguration integrity GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.rpc.protection org.apache.hadoop.security.TestAuthenticationFilter#testConfiguration privacy GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.rpc.protection org.apache.hadoop.security.TestAuthenticationFilter#testConfiguration abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.graceful-fence.connection.retries org.apache.hadoop.ha.TestFailoverController#testFailoverWithoutPermission 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.graceful-fence.connection.retries org.apache.hadoop.ha.TestFailoverController#testFailoverWithoutPermission -1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.graceful-fence.connection.retries org.apache.hadoop.ha.TestFailoverController#testFailoverWithoutPermission 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.graceful-fence.connection.retries org.apache.hadoop.ha.TestFailoverController#testFailoverWithoutPermission 10000000000 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.graceful-fence.connection.retries org.apache.hadoop.ha.TestFailoverController#testFailoverWithoutPermission abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.new-active.rpc-timeout.ms org.apache.hadoop.ha.TestFailoverController#testFailoverWithoutPermission -1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.new-active.rpc-timeout.ms org.apache.hadoop.ha.TestFailoverController#testFailoverWithoutPermission 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.new-active.rpc-timeout.ms org.apache.hadoop.ha.TestFailoverController#testFailoverWithoutPermission 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.new-active.rpc-timeout.ms org.apache.hadoop.ha.TestFailoverController#testFailoverWithoutPermission 10000000000 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.new-active.rpc-timeout.ms org.apache.hadoop.ha.TestFailoverController#testFailoverWithoutPermission abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.graceful-fence.rpc-timeout.ms org.apache.hadoop.ha.TestFailoverController#testFailoverWithoutPermission -1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.graceful-fence.rpc-timeout.ms org.apache.hadoop.ha.TestFailoverController#testFailoverWithoutPermission 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ha.failover-controller.graceful-fence.rpc-timeout.ms org.apache.hadoop.ha.TestFailoverController#testFailoverWithoutPermission 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 4 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 6 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 10 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 4 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 20 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback u1=g1;u2=;u3=g4; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback u1=g1;u3=g4; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback u1=g1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback -10 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback -5 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 5 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 10 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback -10 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback 2 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback 7 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback 10 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback 40 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback 22 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback u5=g2,g4,g7;u2=g1,g2,g9;u5=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback u5=g2,g4,g7;u2=g1,g2,g9; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback u5=g2,g4,g7; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback 20 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback 35 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback 5 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback 30 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback 12 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testGroupWithFallback =; BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupFallback#testNetgroupShell 8 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupFallback#testNetgroupShell 5 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupFallback#testNetgroupShell 10 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupShell 17 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupShell 134 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupShell 79 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testNetgroupShell u7=;u1=g8,g10,g1;u2=;u5=g6; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testNetgroupShell u7=;u1=g8,g10,g1;u2=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testNetgroupShell u1=g8,g10,g1;u2=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupFallback#testNetgroupShell true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupFallback#testNetgroupShell false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupShell 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupShell -3 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupShell -100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testNetgroupShell 33 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testNetgroupShell 66 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testNetgroupShell 11 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupFallback#testNetgroupShell 10s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupFallback#testNetgroupShell 15s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupFallback#testNetgroupShell 20s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupFallback#testNetgroupShell 10ms BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupFallback#testGroupShell 12 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupFallback#testGroupShell 2 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupFallback#testGroupShell 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testGroupShell 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testGroupShell 56 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testGroupShell 44 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testGroupShell u5=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testGroupShell u10=g1,g7;u1=g7,g1;u2=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testGroupShell u10=g1,g7;u1=g7,g1; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupFallback#testGroupShell true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupFallback#testGroupShell false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testGroupShell 99 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testGroupShell -98 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testGroupShell 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testGroupShell 9 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testGroupShell 8 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testGroupShell 7 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupFallback#testGroupShell 1s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupFallback#testGroupShell 1m GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupFallback#testGroupShell 10m GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupFallback#testGroupShell 5ps BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined 6 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined 12 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined 11 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined 9 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined 53 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined 32 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined u5=g1,g2,g3,g4,g5,g6;u6=g1,g2,g22; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined u6=g1,g2,g22; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined u5=g1,g2,g3,g4,g5,g6; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined -175 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined -230 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined 3 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined 12 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined 21 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined 2 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestCompositeGroupMapping#TestMultipleGroupsMappingWithoutCombined u1=u2=u3; BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestCodec#testDeflateCodec 1024 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestCodec#testDeflateCodec 2147483648 GOOD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestCodec#testDeflateCodec 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestGzipCodec#testResetCompress 1024 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestGzipCodec#testResetCompress 2147483648 GOOD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestGzipCodec#testResetCompress 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestGzipCodec#testWriteOverride 1024 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestGzipCodec#testWriteOverride 2147483648 GOOD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestGzipCodec#testWriteOverride 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testRunService 100s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testRunService 0s BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testRunService -1s BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testRunService 10.5s BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagation 100s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagation 0s BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagation -1s BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagation 10.5s BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagationOverInitBindings 100s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagationOverInitBindings 0s BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagationOverInitBindings -1s BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagationOverInitBindings 10.5s BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration NativePRNG GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration SHA1PRNG GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration NativePRNGBlocking GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration NativePRNGNonBlocking GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration RandomPRNG BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 net.topology.script.number.args org.apache.hadoop.net.TestSwitchMapping#testStandaloneClassesAssumedMultiswitch 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 net.topology.script.number.args org.apache.hadoop.net.TestSwitchMapping#testStandaloneClassesAssumedMultiswitch -1 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters dr.who=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters user=group=user BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters 30 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters foobar BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters 50 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters -50 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters 5s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters -1s BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters 5.5s BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback dr.who=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback user=group=user BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback foo BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testServerWeakCiphers org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testServerWeakCiphers org.apache.hadoop.security.ssl.NotAFactoryClass BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword DEFAULT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword STRICT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword ALLOW_ALL GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword NOT_A_VALID_POLICY BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.client.conf org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword ssl-client.xml GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.client.conf org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword not-a-valid-file.xml BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.clear-text-fallback org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.clear-text-fallback org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword org.apache.hadoop.security.ssl.FileBasedKeyStoresFactory GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword org.apache.hadoop.security.ssl.KeyStoresFactory BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword org.apache.hadoop.security.ssl.NotAFactoryClass BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientKeyPasswordDefaultsToPassword DEFAULT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientKeyPasswordDefaultsToPassword STRICT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientKeyPasswordDefaultsToPassword ALLOW_ALL GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientKeyPasswordDefaultsToPassword NOT_A_VALID_POLICY BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.client.conf org.apache.hadoop.security.ssl.TestSSLFactory#testClientKeyPasswordDefaultsToPassword ssl-client.xml GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.client.conf org.apache.hadoop.security.ssl.TestSSLFactory#testClientKeyPasswordDefaultsToPassword not-a-valid-file.xml BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testRead AES/CTR/NoPadding GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testRead AES/CTR/Padding BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testRead SHA1PRNG GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testRead MD5 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testRead RANDOM BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jce.provider org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testRead GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jce.provider org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testRead InvalidProvider BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.erasurecode.codec.rs.rawcoders org.apache.hadoop.io.erasurecode.coder.TestRSErasureCoder#testCodingBothBuffers_10x4_erasing_d0_p0 rs_native,rs_java GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.erasurecode.codec.rs.rawcoders org.apache.hadoop.io.erasurecode.coder.TestRSErasureCoder#testCodingBothBuffers_10x4_erasing_d0_p0 rs_native,unavailable,rs_java GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.erasurecode.codec.rs.rawcoders org.apache.hadoop.io.erasurecode.coder.TestRSErasureCoder#testCodingBothBuffers_10x4_erasing_d0_p0 unavailable,rs_native,rs_java GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.erasurecode.codec.rs.rawcoders org.apache.hadoop.io.erasurecode.coder.TestRSErasureCoder#testCodingBothBuffers_10x4_erasing_d0_p0 rs_native,rs_java,unavailable GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.erasurecode.codec.rs.rawcoders org.apache.hadoop.io.erasurecode.coder.TestRSErasureCoder#testCodingBothBuffers_10x4_erasing_d0_p0 unavailable,unavailable BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.erasurecode.codec.rs.rawcoders org.apache.hadoop.io.erasurecode.coder.TestRSErasureCoder#testCodingBothBuffers_10x4_erasing_d0_p0 rs_native BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.security.authorize.TestAccessControlList#testAclString org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.security.authorize.TestAccessControlList#testAclString org.apache.hadoop.security.ShellBasedUnixGroupsMapping GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.security.authorize.TestAccessControlList#testAclString org.apache.hadoop.security.JniBasedUnixGroupsMapping BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.authorize.TestAccessControlList#testAclString false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.authorize.TestAccessControlList#testAclString true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.authorize.TestAccessControlList#testAclString GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.authorize.TestAccessControlList#testAclString root=root; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.authorize.TestAccessControlList#testAclString root BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestUserGroupInformation#testGetServerSideGroups GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestUserGroupInformation#testGetServerSideGroups $(whoami)=only_one_group GOOD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.security.TestUserGroupInformation#testGetServerSideGroups simple GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.security.TestUserGroupInformation#testGetServerSideGroups kerberos GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.security.TestUserGroupInformation#testGetServerSideGroups random BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink org.apache.hadoop.security.ShellBasedUnixGroupsMapping GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink org.apache.hadoop.security.Credentials BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 4096 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 2048 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 8192 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink hadoop GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink MIT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink HADOOP GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink uiuc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 022 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 007 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink "u=""rwx"",g=""rwx"",o=""""" GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 0777 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 30s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 1s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 60m GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 1h GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 1w BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.automatic.close org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.automatic.close org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink DEFAULT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink RULE:[2:$1/$2@$0]([ndj]n/.*@REALM\.TLD)s/.*/hdfs/ GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink RULE:[some-random-string] BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink simple GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink kerberos GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink SIMPLE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink ecdsa BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 300 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 3600 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 60 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.fs.TestSymlinkLocalFSFileSystem#testDanglingLink 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos AES/CTR/NoPadding GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos AES/CFB128/PKCS5Padding GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos RSA/ECB/PKCS1Padding GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos org.apache.hadoop.security.ShellBasedUnixGroupsMapping GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos org.apache.hadoop.security.RuleBasedLdapGroupsMapping GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos org.apache.hadoop.security.Credentials BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos hadoop GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos MIT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos HADOOP GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos uiuc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.automatic.close org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.automatic.close org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos DEFAULT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos RULE:[2:$1/$2@$0]([ndj]n/.*@REALM\.TLD)s/.*/hdfs/ GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos RULE:[some-random-string] BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos simple GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos kerberos GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos SIMPLE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos ecdsa BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 file.stream-buffer-size org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos 4096 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 file.stream-buffer-size org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos 16384 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 file.stream-buffer-size org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos 65536 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 file.stream-buffer-size org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 file.stream-buffer-size org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos -1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos 300 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos 3600 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos 60 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS#testGetPos 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman org.apache.hadoop.security.ShellBasedUnixGroupsMapping GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman org.apache.hadoop.security.RuleBasedLdapGroupsMapping GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman org.apache.hadoop.security.Credentials BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman hadoop GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman MIT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman HADOOP GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman uiuc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.automatic.close org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.automatic.close org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman DEFAULT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman RULE:[2:$1/$2@$0]([ndj]n/.*@REALM\.TLD)s/.*/hdfs/ GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman RULE:[some-random-string] BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman simple GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman kerberos GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman SIMPLE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman ecdsa BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman 300 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman 3600 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman 60 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.fs.shell.TestCount#processPathShowQuotasHuman 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.keytab.login.autorenewal.enabled org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.keytab.login.autorenewal.enabled org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir org.apache.hadoop.security.ShellBasedUnixGroupsMapping GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir org.apache.hadoop.security.RuleBasedLdapGroupsMapping GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir org.apache.hadoop.security.Credentials BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir hadoop GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir MIT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir HADOOP GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir uiuc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir 022 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir 007 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir "u=""rwx"",g=""rwx"",o=""""" GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir 0777 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir 008 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir None GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir DEFAULT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir RULE:[2:$1/$2@$0]([ndj]n/.*@REALM\.TLD)s/.*/hdfs/ GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir RULE:[some-random-string] BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir simple GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir kerberos GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir SIMPLE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir ecdsa BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir 300 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir 3600 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir 60 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.fs.TestLocalFSFileContextCreateMkdir#testCreateNonRecursiveWithExistingDir 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.connect.retry.interval org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.connect.retry.interval org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 60000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.connect.retry.interval org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 3600000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.connect.retry.interval org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse -1000 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.server.reuseaddr org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.server.reuseaddr org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.low-latency org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.low-latency org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.fallback-to-simple-auth-allowed org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.fallback-to-simple-auth-allowed org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse org.apache.hadoop.security.ShellBasedUnixGroupsMapping GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse org.apache.hadoop.security.RuleBasedLdapGroupsMapping GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse org.apache.hadoop.security.Credentials BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.server.log.slow.rpc org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.server.log.slow.rpc org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse hadoop GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse MIT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse HADOOP GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse uiuc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.bind.wildcard.addr org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.bind.wildcard.addr org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.connect.max.retries org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 10 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.connect.max.retries org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.connect.max.retries org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.connect.max.retries org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse -100 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.maximum.data.length org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 134217728 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.maximum.data.length org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 242512525 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.maximum.data.length org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 2147483647 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.maximum.data.length org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.ping org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.ping org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse None GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse DEFAULT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse RULE:[2:$1/$2@$0]([ndj]n/.*@REALM\.TLD)s/.*/hdfs/ GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse RULE:[some-random-string] BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.tcpnodelay org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.tcpnodelay org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse simple GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse SIMPLE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse ecdsa BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.connect.timeout org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 20000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.connect.timeout org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 40000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.connect.timeout org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 60000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 ipc.client.connect.timeout org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse -1000 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 300 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 3600 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 60 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.rpc.socket.factory.class.default org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse org.apache.hadoop.net.StandardSocketFactory GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.rpc.socket.factory.class.default org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse org.apache.hadoop.net.SocksSocketFactory GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.rpc.socket.factory.class.default org.apache.hadoop.ipc.TestIPC#testIOEOnServerWriteResponse javax.net.SocketFactory BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestCodec#testDeflateCodec 1024 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestCodec#testDeflateCodec 2147483648 GOOD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestCodec#testDeflateCodec 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestGzipCodec#testResetCompress 1024 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestGzipCodec#testResetCompress 2147483648 GOOD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestGzipCodec#testResetCompress 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestGzipCodec#testWriteOverride 1024 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestGzipCodec#testWriteOverride 2147483648 GOOD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestGzipCodec#testWriteOverride 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testRunService 100s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testRunService 0s BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testRunService -1s BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testRunService 10.5s BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagation 100s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagation 0s BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagation -1s BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagation 10.5s BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagationOverInitBindings 100s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagationOverInitBindings 0s BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagationOverInitBindings -1s BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.service.shutdown.timeout org.apache.hadoop.service.launcher.TestServiceConf#testConfPropagationOverInitBindings 10.5s BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration NativePRNG GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration SHA1PRNG GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration NativePRNGBlocking GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration NativePRNGNonBlocking GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testSecureRandomAlgorithmConfiguration RandomPRNG BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 net.topology.script.number.args org.apache.hadoop.net.TestSwitchMapping#testStandaloneClassesAssumedMultiswitch 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 net.topology.script.number.args org.apache.hadoop.net.TestSwitchMapping#testStandaloneClassesAssumedMultiswitch -1 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters dr.who=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters user=group=user BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters 30 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters foobar BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters 50 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters -50 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters 5s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters -1s BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testBackgroundRefreshCounters 5.5s BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback dr.who=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback user=group=user BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupFallback#testNetgroupWithFallback foo BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testServerWeakCiphers org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testServerWeakCiphers org.apache.hadoop.security.ssl.NotAFactoryClass BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword DEFAULT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword STRICT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword ALLOW_ALL GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword NOT_A_VALID_POLICY BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.client.conf org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword ssl-client.xml GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.client.conf org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword not-a-valid-file.xml BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.clear-text-fallback org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.credential.clear-text-fallback org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword org.apache.hadoop.security.ssl.FileBasedKeyStoresFactory GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword org.apache.hadoop.security.ssl.KeyStoresFactory BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.keystores.factory.class org.apache.hadoop.security.ssl.TestSSLFactory#testClientDifferentPasswordAndKeyPassword org.apache.hadoop.security.ssl.NotAFactoryClass BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientKeyPasswordDefaultsToPassword DEFAULT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientKeyPasswordDefaultsToPassword STRICT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientKeyPasswordDefaultsToPassword ALLOW_ALL GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.hostname.verifier org.apache.hadoop.security.ssl.TestSSLFactory#testClientKeyPasswordDefaultsToPassword NOT_A_VALID_POLICY BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.client.conf org.apache.hadoop.security.ssl.TestSSLFactory#testClientKeyPasswordDefaultsToPassword ssl-client.xml GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.ssl.client.conf org.apache.hadoop.security.ssl.TestSSLFactory#testClientKeyPasswordDefaultsToPassword not-a-valid-file.xml BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testRead AES/CTR/NoPadding GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.cipher.suite org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testRead AES/CTR/Padding BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testRead SHA1PRNG GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testRead MD5 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testRead RANDOM BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jce.provider org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testRead GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jce.provider org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec#testRead InvalidProvider BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.erasurecode.codec.rs.rawcoders org.apache.hadoop.io.erasurecode.coder.TestRSErasureCoder#testCodingBothBuffers_10x4_erasing_d0_p0 rs_native,rs_java GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.erasurecode.codec.rs.rawcoders org.apache.hadoop.io.erasurecode.coder.TestRSErasureCoder#testCodingBothBuffers_10x4_erasing_d0_p0 rs_native,unavailable,rs_java GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.erasurecode.codec.rs.rawcoders org.apache.hadoop.io.erasurecode.coder.TestRSErasureCoder#testCodingBothBuffers_10x4_erasing_d0_p0 unavailable,rs_native,rs_java GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.erasurecode.codec.rs.rawcoders org.apache.hadoop.io.erasurecode.coder.TestRSErasureCoder#testCodingBothBuffers_10x4_erasing_d0_p0 rs_native,rs_java,unavailable GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.erasurecode.codec.rs.rawcoders org.apache.hadoop.io.erasurecode.coder.TestRSErasureCoder#testCodingBothBuffers_10x4_erasing_d0_p0 unavailable,unavailable BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.erasurecode.codec.rs.rawcoders org.apache.hadoop.io.erasurecode.coder.TestRSErasureCoder#testCodingBothBuffers_10x4_erasing_d0_p0 rs_native BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.security.authorize.TestAccessControlList#testAclString org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.security.authorize.TestAccessControlList#testAclString org.apache.hadoop.security.ShellBasedUnixGroupsMapping GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.security.authorize.TestAccessControlList#testAclString org.apache.hadoop.security.JniBasedUnixGroupsMapping BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.authorize.TestAccessControlList#testAclString false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.authorize.TestAccessControlList#testAclString true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.authorize.TestAccessControlList#testAclString GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.authorize.TestAccessControlList#testAclString root=root; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.authorize.TestAccessControlList#testAclString root BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestUserGroupInformation#testGetServerSideGroups GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestUserGroupInformation#testGetServerSideGroups $(whoami)=only_one_group GOOD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.security.TestUserGroupInformation#testGetServerSideGroups simple GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.security.TestUserGroupInformation#testGetServerSideGroups kerberos GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.authentication org.apache.hadoop.security.TestUserGroupInformation#testGetServerSideGroups random BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.keytab.login.autorenewal.enabled org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.keytab.login.autorenewal.enabled org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics hadoop GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics MIT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics HADOOP GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics uiuc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics 60 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics 120 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics 022 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics 007 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics "u=""rwx"",g=""rwx"",o=""""" GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics 0777 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics -1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics -9999999999 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.keytab.login.autorenewal.enabled org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.keytab.login.autorenewal.enabled org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations hadoop GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations MIT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations HADOOP GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations uiuc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations 60 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations 120 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations 022 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations 007 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations "u=""rwx"",g=""rwx"",o=""""" GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations 0777 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations -1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations -9999999999 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.keytab.login.autorenewal.enabled org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.keytab.login.autorenewal.enabled org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp hadoop GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp MIT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp HADOOP GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp uiuc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp 60 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp 120 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp 022 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp 007 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp "u=""rwx"",g=""rwx"",o=""""" GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp 0777 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp true GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp false GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp abc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp -1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp -9999999999 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.security.TestFixKerberosTicketOrder#test org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.security.TestFixKerberosTicketOrder#test hadoop GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.security.TestFixKerberosTicketOrder#test MIT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.security.TestFixKerberosTicketOrder#test HADOOP GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.security.TestFixKerberosTicketOrder#test uiuc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.security.TestFixKerberosTicketOrder#test 60 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.security.TestFixKerberosTicketOrder#test 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.security.TestFixKerberosTicketOrder#test 120 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestFixKerberosTicketOrder#test 100 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.security.TestFixKerberosTicketOrder#testWithDestroyedTGT org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.security.TestFixKerberosTicketOrder#testWithDestroyedTGT hadoop GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.security.TestFixKerberosTicketOrder#testWithDestroyedTGT MIT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.security.TestFixKerberosTicketOrder#testWithDestroyedTGT HADOOP GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.security.TestFixKerberosTicketOrder#testWithDestroyedTGT uiuc BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.security.TestFixKerberosTicketOrder#testWithDestroyedTGT 60 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.net.TestNetUtils#testInvalidAddress 2147483647 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.net.TestNetUtils#testInvalidAddress 2147483648 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.net.TestNetUtils#testInvalidAddress -1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.net.TestNetUtils#testInvalidAddress 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.rpc.socket.factory.class.default org.apache.hadoop.net.TestNetUtils#testInvalidAddress org.apache.hadoop.net.StandardSocketFactory GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.rpc.socket.factory.class.default org.apache.hadoop.net.TestNetUtils#testInvalidAddress GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.rpc.socket.factory.class.default org.apache.hadoop.net.TestNetUtils#testInvalidAddress org.apache.hadoop.net.NotStandardSocketFactory BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.rpc.socket.factory.class.default org.apache.hadoop.net.TestNetUtils#testInvalidAddress org.apache.hadoop.net.SocksSocketFactory GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.net.TestNetUtils#testInvalidAddress FALSE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.net.TestNetUtils#testInvalidAddress TRUE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 90 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue hadoop.security.groups.cache.background.reload=false && —1 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue hadoop.security.groups.cache.background.reload=true && —1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue hadoop.security.groups.cache.background.reload=false && 0 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue hadoop.security.groups.cache.background.reload=true && 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 2147483648 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue dr.who=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue user1=group1; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue group1=group2; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue me=; BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue user1=user2=group1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 30 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 99999999999999999999 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 5000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 30 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue -1 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 99999999999999999999 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 2s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 10s GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 3m GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.shell.command.timeout org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 2j BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 90 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 300 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue -1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue TRUE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestGroupsCaching#testExceptionCallingLoadWithoutBackgroundRefreshReturnsOldValue FALSE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestCodec#testGzipCodecWithParam 8 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestCodec#testGzipCodecWithParam 512 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestCodec#testGzipCodecWithParam 4096 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.io.compress.TestCodec#testGzipCodecWithParam -1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.crypto.key.kms.TestKMSClientProvider#testSelectDelegationToken 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.crypto.key.kms.TestKMSClientProvider#testSelectDelegationToken 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.crypto.key.kms.TestKMSClientProvider#testSelectDelegationToken 2000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.crypto.key.kms.TestKMSClientProvider#testSelectDelegationToken -1 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.crypto.key.kms.TestKMSClientProvider#testSelectDelegationToken 2147483648 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.crypto.key.kms.TestKMSClientProvider#testSelectDelegationToken FALSE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.enabled org.apache.hadoop.crypto.key.kms.TestKMSClientProvider#testSelectDelegationToken TRUE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 90 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime hadoop.security.groups.cache.background.reload=false && —1 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime hadoop.security.groups.cache.background.reload=true && —1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime hadoop.security.groups.cache.background.reload=false && 0 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime hadoop.security.groups.cache.background.reload=true && 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload.threads org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 2147483648 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 90 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 300 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime -1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.secs org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime dr.who=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime user1=group1; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime me=; GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.user.group.static.mapping.overrides org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime user1=user2=group1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime TRUE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime FALSE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 30 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 9995696789999978889 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 5000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 30 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime -1 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.warn.after.ms org.apache.hadoop.security.TestShellBasedUnixGroupsMapping#testFiniteGroupResolutionTime 9995696789999978889 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.fs.viewfs.TestHCFSMountTableConfigLoader#testMountTableFileWithInvalidFormat 4096 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.fs.viewfs.TestHCFSMountTableConfigLoader#testMountTableFileWithInvalidFormat -1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.fs.viewfs.TestHCFSMountTableConfigLoader#testMountTableFileWithInvalidFormat 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.fs.viewfs.TestHCFSMountTableConfigLoader#testMountTableFileWithInvalidFormat 9 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.viewfs.TestHCFSMountTableConfigLoader#testMountTableFileWithInvalidFormat 22 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.viewfs.TestHCFSMountTableConfigLoader#testMountTableFileWithInvalidFormat -1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.viewfs.TestHCFSMountTableConfigLoader#testMountTableFileWithInvalidFormat 9 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.viewfs.TestHCFSMountTableConfigLoader#testMountTableFileWithInvalidFormat 7 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.fs.viewfs.TestHCFSMountTableConfigLoader#testMountTableFileWithInvalidFormat TRUE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.fs.viewfs.TestHCFSMountTableConfigLoader#testMountTableFileWithInvalidFormat FALSE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 file.stream-buffer-size org.apache.hadoop.fs.viewfs.TestHCFSMountTableConfigLoader#testMountTableFileWithInvalidFormat 4096 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 file.stream-buffer-size org.apache.hadoop.fs.viewfs.TestHCFSMountTableConfigLoader#testMountTableFileWithInvalidFormat -1 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 file.stream-buffer-size org.apache.hadoop.fs.viewfs.TestHCFSMountTableConfigLoader#testMountTableFileWithInvalidFormat 0 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 file.stream-buffer-size org.apache.hadoop.fs.viewfs.TestHCFSMountTableConfigLoader#testMountTableFileWithInvalidFormat 9 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoCodec#testCalculateIV SHA1PRNG GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoCodec#testCalculateIV MD5PRNG GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoCodec#testCalculateIV random BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.java.secure.random.algorithm org.apache.hadoop.crypto.TestCryptoCodec#testCalculateIV garbage BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jce.provider org.apache.hadoop.crypto.TestCryptoCodec#testCalculateIV GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jce.provider org.apache.hadoop.crypto.TestCryptoCodec#testCalculateIV SunJCE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jce.provider org.apache.hadoop.crypto.TestCryptoCodec#testCalculateIV SunRsaSign BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.crypto.jce.provider org.apache.hadoop.crypto.TestCryptoCodec#testCalculateIV randomProvider BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.shell.missing.defaultFs.warning org.apache.hadoop.fs.TestTrash#testTrashEmptier FALSE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.shell.missing.defaultFs.warning org.apache.hadoop.fs.TestTrash#testTrashEmptier TRUE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 file.bytes-per-checksum org.apache.hadoop.fs.TestTrash#testTrashEmptier 512 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 file.bytes-per-checksum org.apache.hadoop.fs.TestTrash#testTrashEmptier 8 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 file.bytes-per-checksum org.apache.hadoop.fs.TestTrash#testTrashEmptier 2048 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 file.bytes-per-checksum org.apache.hadoop.fs.TestTrash#testTrashEmptier 8192 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.keytab.login.autorenewal.enabled org.apache.hadoop.fs.TestTrash#testTrashEmptier FALSE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.keytab.login.autorenewal.enabled org.apache.hadoop.fs.TestTrash#testTrashEmptier TRUE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.TestTrash#testTrashEmptier org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.TestTrash#testTrashEmptier org.apache.hadoop.security.JniBasedUnixGroupsNetgroupMappingWithFallback GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.group.mapping org.apache.hadoop.fs.TestTrash#testTrashEmptier org.apache.hadoop.security BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.fs.TestTrash#testTrashEmptier 4096 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.fs.TestTrash#testTrashEmptier -1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.fs.TestTrash#testTrashEmptier 0 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 io.file.buffer.size org.apache.hadoop.fs.TestTrash#testTrashEmptier 9 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestTrash#testTrashEmptier hadoop GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.auth_to_local.mechanism org.apache.hadoop.fs.TestTrash#testTrashEmptier MIT GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.fs.TestTrash#testTrashEmptier 60 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.fs.TestTrash#testTrashEmptier -1 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.fs.TestTrash#testTrashEmptier 0 BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.kerberos.min.seconds.before.relogin org.apache.hadoop.fs.TestTrash#testTrashEmptier 9995696789999978889 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestTrash#testTrashEmptier 22 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestTrash#testTrashEmptier -1 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestTrash#testTrashEmptier 9 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.permissions.umask-mode org.apache.hadoop.fs.TestTrash#testTrashEmptier 7 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.fs.TestTrash#testTrashEmptier TRUE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 fs.client.resolve.remote.symlinks org.apache.hadoop.fs.TestTrash#testTrashEmptier FALSE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.fs.TestTrash#testTrashEmptier FALSE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.cache.background.reload org.apache.hadoop.fs.TestTrash#testTrashEmptier TRUE GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.fs.TestTrash#testTrashEmptier 30 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.fs.TestTrash#testTrashEmptier 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.fs.TestTrash#testTrashEmptier 1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.groups.negative-cache.secs org.apache.hadoop.fs.TestTrash#testTrashEmptier 99999999999999999999 BAD FAIL
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.htrace.span.receiver.classes org.apache.hadoop.fs.TestTrash#testTrashEmptier GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.htrace.span.receiver.classes org.apache.hadoop.fs.TestTrash#testTrashEmptier LocalFileSpanReceiver GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.htrace.span.receiver.classes org.apache.hadoop.fs.TestTrash#testTrashEmptier NoClass BAD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestTrash#testTrashEmptier 1000 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestTrash#testTrashEmptier 0 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestTrash#testTrashEmptier -1 GOOD PASS
https://github.com/apache/hadoop.git a3b9c37a397ad4188041dd80621bdeefc46885f2 hadoop.security.dns.log-slow-lookups.threshold.ms org.apache.hadoop.fs.TestTrash#testTrashEmptier 2147483648 BAD FAIL