Ticket #737: bdew-test-random-unpached.txt

File bdew-test-random-unpached.txt, 5.6 KB (added by bdew, at 2009-06-18T16:57:58Z)

trial with --random and --until-failure (got stuck too)

Line 
1(virt)bdew@gw:/usr/src/tahoe/build2$ virt/bin/trial --random=123 --until-failure allmydata
2Running tests shuffled with seed 123
3
4Test Pass 1
5allmydata.test.test_hashtree
6  Incomplete
7    test_create ...                                                        [OK]
8    test_check ...                                                         [OK]
9    test_depth_of ...                                                      [OK]
10    test_needed_hashes ...                                                 [OK]
11    test_large ...                                                         [OK]
12  Complete
13    test_needed_hashes ...                                                 [OK]
14    test_create ...                                                        [OK]
15    test_dump ...                                                          [OK]
16allmydata.test.test_observer
17  Observer
18    test_lazy_oneshot ...                                                  [OK]
19    test_oneshot ...                                                       [OK]
20    test_observerlist ...                                                  [OK]
21    test_oneshot_fireagain ...                                             [OK]
22allmydata.test.test_codec
23  T
24    test_encode1 ...                                                       [OK]
25    test_encode2 ...                                                       [OK]
26    test_encode ...                                                        [OK]
27allmydata.test.test_backupdb
28  BackupDB
29    test_fail ...                                                          [OK]
30    test_basic ...                                                         [OK]
31    test_check ...                                                         [OK]
32    test_wrong_version ...                                                 [OK]
33allmydata.test.test_iputil
34  ListAddresses
35    test_get_local_ip_for ...                                              [OK]
36    test_list_async ...                                                    [OK]
37allmydata.test.test_base62
38  T
39    test_odd_sizes ...                                                     [OK]
40    test_ende_0x00 ...                                                     [OK]
41    test_num_octets_that_encode_to_this_many_chars ...                     [OK]
42    test_ende_0x01 ...                                                     [OK]
43    test_ende_randstr ...                                                  [OK]
44    test_ende_longrandstr ...                                              [OK]
45    test_ende_0x000000 ...                                                 [OK]
46    test_ende_0x010000 ...                                                 [OK]
47    test_ende_0x0100 ...                                                   [OK]
48allmydata.test.test_immutable
49  Test
50    test_download ...                                                      [OK]
51    test_download_abort_if_too_many_missing_shares ...                     [OK]
52    test_download_from_only_3_remaining_shares ...                         [OK]
53    test_download_abort_if_too_many_corrupted_shares ...                   [OK]
54    test_download_from_only_3_shares_with_good_crypttext_hash ...          [OK]
55    test_test_code ...                                                     [OK]
56allmydata.test.test_nevow
57  Web
58    test_read_default_css ...                                      [SUCCESS!?!]
59allmydata.test.test_cli
60  List
61    test_list ...                                                          [OK]
62  Help
63    test_check ...                                                         [OK]
64    test_put ...                                                           [OK]
65    test_stats ...                                                         [OK]
66    test_manifest ...                                                      [OK]
67    test_ln ...                                                            [OK]
68    test_get ...                                                           [OK]
69    test_rm ...                                                            [OK]
70    test_deep_check ...                                                    [OK]
71    test_add_aliases ...                                                   [OK]
72    test_webopen ...                                                       [OK]
73    test_backup ...                                                        [OK]
74    test_mv ...                                                            [OK]
75    test_create_alias ...                                                  [OK]
76  Backup
77    test_exclude_options ...                                               [OK]
78    test_backup ...                                                        [OK]
79  CLI
80    test_dump_cap_directory ...                                            [OK]
81    test_catalog_shares_error ...                                          [OK]
82    test_dump_cap_chk ...                                                  [OK]
83    test_dump_cap_ssk ...                                                  [OK]
84    test_alias ...                                                         [OK]
85    test_options ...                                                       [OK]
86    test_dump_cap_lit ...                                                  [OK]
87  Cp
88    test_dangling_symlink_vs_recursion ...                                 [OK]
89    test_unicode_filename ...                                      [SUCCESS!?!]
90    test_not_enough_args ...                                               [OK]
91  Check
92    test_check ...                                                     
93
94(at this point it goes to 100% cpu and hangs)