| 151 | |
| 152 | Also, the test suite will not complete: |
| 153 | {{{ |
| 154 | $ python setup.py trial |
| 155 | running update_version |
| 156 | no version-control data found, leaving _version.py alone |
| 157 | running trial |
| 158 | |
| 159 | .. snip (version info) .. |
| 160 | |
| 161 | allmydata.test.test_backupdb |
| 162 | BackupDB |
| 163 | test_basic ... [OK] |
| 164 | test_check ... [OK] |
| 165 | test_directory ... [OK] |
| 166 | test_fail ... [OK] |
| 167 | test_unicode ... [OK] |
| 168 | test_upgrade_v1_v2 ... [OK] |
| 169 | test_wrong_version ... [OK] |
| 170 | allmydata.test.test_base62 |
| 171 | T |
| 172 | test_ende_0x00 ... [OK] |
| 173 | test_ende_0x000000 ... [OK] |
| 174 | test_ende_0x01 ... [OK] |
| 175 | test_ende_0x0100 ... [OK] |
| 176 | test_ende_0x010000 ... [OK] |
| 177 | test_ende_longrandstr ... [OK] |
| 178 | test_ende_randstr ... [OK] |
| 179 | test_num_octets_that_encode_to_this_many_chars ... [OK] |
| 180 | test_odd_sizes ... [OK] |
| 181 | allmydata.test.test_checker |
| 182 | AddLease |
| 183 | test_875 ... [OK] |
| 184 | BalancingAct |
| 185 | test_good_share_hosts ... [OK] |
| 186 | TooParallel |
| 187 | test_immutable ... [OK] |
| 188 | WebResultsRendering |
| 189 | test_check ... [OK] |
| 190 | test_check_and_repair ... [OK] |
| 191 | test_literal ... [OK] |
| 192 | allmydata.test.test_cli |
| 193 | Admin |
| 194 | test_derive_pubkey ... [OK] |
| 195 | test_generate_keypair ... [OK] |
| 196 | Backup |
| 197 | test_backup ... [OK] |
| 198 | test_backup_with_nonexistent_alias ... [OK] |
| 199 | test_backup_without_alias ... [OK] |
| 200 | test_exclude_from_tilde_expansion ... [OK] |
| 201 | test_exclude_options ... [OK] |
| 202 | test_exclude_options_unicode ... [OK] |
| 203 | test_ignore_symlinks ... [OK] |
| 204 | test_ignore_unreadable_directory ... [OK] |
| 205 | test_ignore_unreadable_file ... [OK] |
| 206 | CLI |
| 207 | test_alias ... [OK] |
| 208 | test_alias_tolerance ... [OK] |
| 209 | test_catalog_shares_error ... [OK] |
| 210 | test_dump_cap_chk ... [OK] |
| 211 | test_dump_cap_chk_directory ... [OK] |
| 212 | test_dump_cap_lit ... [OK] |
| 213 | test_dump_cap_mdmf ... [OK] |
| 214 | test_dump_cap_mdmf_directory ... [OK] |
| 215 | test_dump_cap_sdmf ... [OK] |
| 216 | test_dump_cap_sdmf_directory ... [OK] |
| 217 | test_exception_catcher ... [OK] |
| 218 | test_listdir_unicode_good ... [OK] |
| 219 | Check |
| 220 | test_check ... [OK] |
| 221 | test_check_with_nonexistent_alias ... [OK] |
| 222 | test_check_without_alias ... [OK] |
| 223 | test_deep_check ... [OK] |
| 224 | Cp |
| 225 | test_copy_using_filecap ... [OK] |
| 226 | test_cp_overwrite_readonly_mutable_file ... [OK] |
| 227 | test_cp_replaces_mutable_file_contents ... [OK] |
| 228 | test_cp_verbose ... [OK] |
| 229 | test_cp_with_nonexistent_alias ... [OK] |
| 230 | test_dangling_symlink_vs_recursion ... [OK] |
| 231 | test_not_enough_args ... [OK] |
| 232 | test_unicode_dirnames ... [OK] |
| 233 | test_unicode_filename ... [OK] |
| 234 | CreateAlias |
| 235 | test_create ... [OK] |
| 236 | test_create_unicode ... [OK] |
| 237 | Errors |
| 238 | test_broken_socket ... [OK] |
| 239 | test_get ... [OK] |
| 240 | Get |
| 241 | test_get_with_nonexistent_alias ... [OK] |
| 242 | test_get_without_alias ... [OK] |
| 243 | Help |
| 244 | test_add_alias ... [OK] |
| 245 | test_backup ... [OK] |
| 246 | test_check ... [OK] |
| 247 | test_cp ... [OK] |
| 248 | test_create_alias ... [OK] |
| 249 | test_create_client ... [OK] |
| 250 | test_create_introducer ... [OK] |
| 251 | test_create_node ... [OK] |
| 252 | test_debug_flogtool ... [OK] |
| 253 | test_debug_trial ... [OK] |
| 254 | test_deep_check ... [OK] |
| 255 | test_get ... [OK] |
| 256 | test_list_aliases ... [OK] |
| 257 | test_ln ... [OK] |
| 258 | test_ls ... [OK] |
| 259 | test_manifest ... [OK] |
| 260 | test_mkdir ... [OK] |
| 261 | test_mv ... [OK] |
| 262 | test_put ... [OK] |
| 263 | test_restart ... [OK] |
| 264 | test_rm ... [OK] |
| 265 | test_run ... [OK] |
| 266 | test_start ... [OK] |
| 267 | test_stats ... [OK] |
| 268 | test_stop ... [OK] |
| 269 | test_unlink ... [OK] |
| 270 | test_webopen ... [OK] |
| 271 | List |
| 272 | test_list ... [OK] |
| 273 | test_list_mdmf ... $ |
| 274 | }}} |