/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to python3.passing

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-07-12 01:08:14 UTC
  • mfrom: (7032.1.4 python3-chk-map)
  • Revision ID: breezy.the.bot@gmail.com-20180712010814-0ji4tg9d5jccjyva
Fix some chk_map tests on Python3.

Merged from https://code.launchpad.net/~jelmer/brz/python3-chk-map/+merge/349330

Show diffs side-by-side

added added

removed removed

Lines of Context:
7006
7006
breezy.tests.per_pack_repository.TestPackRepository.test_suspend_write_group(2a)
7007
7007
breezy.tests.per_pack_repository.TestPackRepository.test_suspend_write_group(pack-0.92)
7008
7008
breezy.tests.per_pack_repository.TestPackRepository.test_suspend_write_group(pack-0.92-subtree)
 
7009
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_add_bytes_to_chk_bytes_store(RemoteRepositoryFormat-default(Supported))
 
7010
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_add_bytes_to_chk_bytes_store(RemoteRepositoryFormat-v2(Supported))
 
7011
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_add_bytes_to_chk_bytes_store(RepositoryFormat2a)
 
7012
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_add_bytes_to_chk_bytes_store(RepositoryFormat2aSubtree)
 
7013
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_are_fully_buffered(RemoteRepositoryFormat-default(Supported))
 
7014
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_are_fully_buffered(RemoteRepositoryFormat-v2(Supported))
 
7015
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_are_fully_buffered(RepositoryFormat2a)
 
7016
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_are_fully_buffered(RepositoryFormat2aSubtree)
7009
7017
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_attribute_is_VersionedFiles(RemoteRepositoryFormat-default(Supported))
7010
7018
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_attribute_is_VersionedFiles(RemoteRepositoryFormat-v2(Supported))
7011
7019
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_attribute_is_VersionedFiles(RepositoryFormat2a)
7012
7020
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_attribute_is_VersionedFiles(RepositoryFormat2aSubtree)
 
7021
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_pack_preserves_chk_bytes_store(RemoteRepositoryFormat-default(Supported))
 
7022
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_pack_preserves_chk_bytes_store(RemoteRepositoryFormat-v2(Supported))
 
7023
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_pack_preserves_chk_bytes_store(RepositoryFormat2a)
 
7024
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_pack_preserves_chk_bytes_store(RepositoryFormat2aSubtree)
 
7025
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_leaf_for_inventory(RemoteRepositoryFormat-default(Supported))
 
7026
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_leaf_for_inventory(RemoteRepositoryFormat-v2(Supported))
 
7027
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_leaf_for_inventory(RepositoryFormat2a)
 
7028
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_leaf_for_inventory(RepositoryFormat2aSubtree)
7013
7029
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_inventory(RepositoryFormat2a)
7014
7030
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_inventory(RepositoryFormat2aSubtree)
7015
7031
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_parent_inventory(RemoteRepositoryFormat-default(Supported))
18568
18584
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_file_id(python)
18569
18585
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_name(python)
18570
18586
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_parent_id(python)
 
18587
breezy.tests.test_chk_map.TestCHKMapDifference.test__init__
 
18588
breezy.tests.test_chk_map.TestCHKMapDifference.test__process_next_old_batched_no_dupes
 
18589
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_16
 
18590
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_different_depths
 
18591
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_different_depths_16
 
18592
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_mixed_depth
 
18593
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_multi_new_prepares_queues
 
18594
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_multiple_old
 
18595
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_multiple_targets
 
18596
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_no_old
 
18597
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_no_old_16
 
18598
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_plain
 
18599
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_prepares_queues
 
18600
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_skips_known_old
 
18601
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_yields_extra_deep_records
18571
18602
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_one(python)
18572
18603
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_pref_with_null(python)
18573
18604
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_null_pref(python)
18577
18608
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_items(python)
18578
18609
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_common_prefix(python)
18579
18610
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_1(python)
 
18611
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_2(python)
18580
18612
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_multi_line(python)
18581
18613
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_iteritems_selected_one_of_two_items(python)
18582
18614
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_map(python)
18583
18615
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_unmap(python)
18584
18616
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_raises_on_non_leaf(python)
 
18617
breezy.tests.test_chk_map.TestInternalNode.test_add_node_empty_new
 
18618
breezy.tests.test_chk_map.TestInternalNode.test_add_node_resets_key_new
18585
18619
breezy.tests.test_chk_map.TestInternalNode.test_iteritems_empty_new
18586
18620
breezy.tests.test_chk_map.TestInternalNode.test_iteritems_partial_empty
 
18621
breezy.tests.test_chk_map.TestInternalNode.test_iteritems_two_children
 
18622
breezy.tests.test_chk_map.TestInternalNode.test_iteritems_two_children_partial
 
18623
breezy.tests.test_chk_map.TestInternalNode.test_iteritems_two_children_with_hash
 
18624
breezy.tests.test_chk_map.TestInternalNode.test__iter_nodes_fixed_widths_and_misses
 
18625
breezy.tests.test_chk_map.TestInternalNode.test__iter_nodes_match_all
 
18626
breezy.tests.test_chk_map.TestInternalNode.test__iter_nodes_mixed_key_width
 
18627
breezy.tests.test_chk_map.TestInternalNode.test__iter_nodes_no_key_filter
 
18628
breezy.tests.test_chk_map.TestInternalNode.test__iter_nodes_single_entry
 
18629
breezy.tests.test_chk_map.TestInternalNode.test__iter_nodes_single_entry_misses
 
18630
breezy.tests.test_chk_map.TestInternalNode.test__iter_nodes_splits_key_filter
 
18631
breezy.tests.test_chk_map.TestInternalNode.test__iter_nodes_with_multiple_matches
 
18632
breezy.tests.test_chk_map.TestInternalNode.test_map_to_child_child_splits_new
 
18633
breezy.tests.test_chk_map.TestInternalNode.test_map_to_new_child_new
 
18634
breezy.tests.test_chk_map.TestInternalNode.test__search_prefix_filter_with_hash
 
18635
breezy.tests.test_chk_map.TestInternalNode.test_unmap_k1_from_k1_k22_k23_gives_k22_k23_tree_new
 
18636
breezy.tests.test_chk_map.TestInternalNode.test_unmap_k23_from_k1_k22_k23_gives_k1_k22_tree_new
 
18637
breezy.tests.test_chk_map.TestIterInterestingNodes.test_common_leaf
 
18638
breezy.tests.test_chk_map.TestIterInterestingNodes.test_common_pages
 
18639
breezy.tests.test_chk_map.TestIterInterestingNodes.test_common_sub_page
 
18640
breezy.tests.test_chk_map.TestIterInterestingNodes.test_empty_to_one_keys
 
18641
breezy.tests.test_chk_map.TestIterInterestingNodes.test_multiple_maps
 
18642
breezy.tests.test_chk_map.TestIterInterestingNodes.test_multiple_maps_overlapping_common_new
 
18643
breezy.tests.test_chk_map.TestIterInterestingNodes.test_multiple_maps_similar
 
18644
breezy.tests.test_chk_map.TestIterInterestingNodes.test_none_to_one_key
 
18645
breezy.tests.test_chk_map.TestIterInterestingNodes.test_one_to_none_key
18587
18646
breezy.tests.test_chk_map.TestLeafNode.test_current_size_empty
 
18647
breezy.tests.test_chk_map.TestLeafNode.test_current_size_items
18588
18648
breezy.tests.test_chk_map.TestLeafNode.test_current_size_size_changed
18589
18649
breezy.tests.test_chk_map.TestLeafNode.test_current_size_width_changed
 
18650
breezy.tests.test_chk_map.TestLeafNode.test_deserialise_empty
 
18651
breezy.tests.test_chk_map.TestLeafNode.test_deserialise_items
 
18652
breezy.tests.test_chk_map.TestLeafNode.test_deserialise_item_with_common_prefix
 
18653
breezy.tests.test_chk_map.TestLeafNode.test_deserialise_item_with_null_width_1
 
18654
breezy.tests.test_chk_map.TestLeafNode.test_deserialise_item_with_null_width_2
 
18655
breezy.tests.test_chk_map.TestLeafNode.test_deserialise_multi_line
 
18656
breezy.tests.test_chk_map.TestLeafNode.test_iteritems_selected_one_of_two_items
 
18657
breezy.tests.test_chk_map.TestLeafNode.test_key_after_unmap
18590
18658
breezy.tests.test_chk_map.TestLeafNode.test_key_new
 
18659
breezy.tests.test_chk_map.TestLeafNode.test_map_exceeding_max_size_only_entry_new
 
18660
breezy.tests.test_chk_map.TestLeafNode.test_map_exceeding_max_size_second_entry_early_difference_new
 
18661
breezy.tests.test_chk_map.TestLeafNode.test_map_first
 
18662
breezy.tests.test_chk_map.TestLeafNode.test_map_maintains_common_prefixes
 
18663
breezy.tests.test_chk_map.TestLeafNode.test_map_replacement
 
18664
breezy.tests.test_chk_map.TestLeafNode.test_map_second
 
18665
breezy.tests.test_chk_map.TestLeafNode.test_serialise_empty
 
18666
breezy.tests.test_chk_map.TestLeafNode.test_serialise_items
18591
18667
breezy.tests.test_chk_map.TestLeafNode.test_unique_serialised_prefix_empty_new
 
18668
breezy.tests.test_chk_map.TestLeafNode.test_unique_serialised_prefix_one_item_new
 
18669
breezy.tests.test_chk_map.TestLeafNode.test_unmap_maintains_common_prefixes
18592
18670
breezy.tests.test_chk_map.TestLeafNode.test_unmap_missing
 
18671
breezy.tests.test_chk_map.TestLeafNode.test_unmap_present
 
18672
breezy.tests.test_chk_map.TestMapSearchKeys.test_default_chk_map_uses_flat_search_key
 
18673
breezy.tests.test_chk_map.TestMapSearchKeys.test_search_key_16
 
18674
breezy.tests.test_chk_map.TestMapSearchKeys.test_search_key_collisions
18593
18675
breezy.tests.test_chk_map.TestMapSearchKeys.test_search_key_is_passed_to_root_node
18594
18676
breezy.tests.test_chk_map.TestMapSearchKeys.test_search_key_passed_via__ensure_root
 
18677
breezy.tests.test_chk_map.TestMapSearchKeys.test_search_key_with_internal_node
 
18678
breezy.tests.test_chk_map.TestMap.test_apply_ab_empty
 
18679
breezy.tests.test_chk_map.TestMap.test_apply_delete_to_internal_node
 
18680
breezy.tests.test_chk_map.TestMap.test_apply_new_keys_must_be_new
 
18681
breezy.tests.test_chk_map.TestMap.test_deep_splitting
 
18682
breezy.tests.test_chk_map.TestMap.test__dump_tree
 
18683
breezy.tests.test_chk_map.TestMap.test__dump_tree_in_progress
 
18684
breezy.tests.test_chk_map.TestMap.test_from_dict_empty
18595
18685
breezy.tests.test_chk_map.TestMap.test_init_and_save_new
18596
18686
breezy.tests.test_chk_map.TestMap.test_init_root_is_LeafNode_new
 
18687
breezy.tests.test_chk_map.TestMap.test_iter_changes_ab_ab_changed_values_shown
 
18688
breezy.tests.test_chk_map.TestMap.test_iter_changes_ab_ab_is_empty
 
18689
breezy.tests.test_chk_map.TestMap.test_iter_changes_ab_ab_nodes_not_loaded
 
18690
breezy.tests.test_chk_map.TestMap.test_iter_changes_ab_empty
 
18691
breezy.tests.test_chk_map.TestMap.test_iter_changes_common_pages_not_loaded
 
18692
breezy.tests.test_chk_map.TestMap.test_iter_changes_empty_ab
18597
18693
breezy.tests.test_chk_map.TestMap.test_iter_changes_empty_empty_is_empty
 
18694
breezy.tests.test_chk_map.TestMap.test_iter_changes_mixed_node_length
 
18695
breezy.tests.test_chk_map.TestMap.test_iter_changes_unchanged_keys_in_multi_key_leafs_ignored
18598
18696
breezy.tests.test_chk_map.TestMap.test_iteritems_empty
 
18697
breezy.tests.test_chk_map.TestMap.test_iteritems_keys_prefixed_by_2_width_nodes
 
18698
breezy.tests.test_chk_map.TestMap.test_iteritems_keys_prefixed_by_2_width_nodes_hashed
 
18699
breezy.tests.test_chk_map.TestMap.test_iteritems_keys_prefixed_by_2_width_one_leaf
 
18700
breezy.tests.test_chk_map.TestMap.test_iteritems_selected_one_of_two_items
 
18701
breezy.tests.test_chk_map.TestMap.test___len__2
18599
18702
breezy.tests.test_chk_map.TestMap.test___len__empty
 
18703
breezy.tests.test_chk_map.TestMap.test_map_double_deep_collapses
 
18704
breezy.tests.test_chk_map.TestMap.test_map_first_item_new
 
18705
breezy.tests.test_chk_map.TestMap.test_max_size_100_bytes_new
 
18706
breezy.tests.test_chk_map.TestMap.test_unmap_double_deep
 
18707
breezy.tests.test_chk_map.TestMap.test_unmap_double_deep_non_empty_leaf
 
18708
breezy.tests.test_chk_map.TestMap.test_unmap_last_item_root_is_leaf_new
 
18709
breezy.tests.test_chk_map.TestMap.test_unmap_pages_in_from_page_cache
 
18710
breezy.tests.test_chk_map.TestMap.test_unmap_pages_in_if_necessary
 
18711
breezy.tests.test_chk_map.TestMap.test_unmap_uses_existing_items
 
18712
breezy.tests.test_chk_map.TestMap.test_unmap_with_known_internal_node_doesnt_page
 
18713
breezy.tests.test_chk_map.TestMap.test_unmap_without_fitting_doesnt_page_in
18600
18714
breezy.tests.test_chk_map.TestNode.test_common_prefix
18601
18715
breezy.tests.test_chk_map.TestNode.test_empty
18602
18716
breezy.tests.test_chk_map.TestNode.test_equal
18603
18717
breezy.tests.test_chk_map.TestNode.test_no_common_prefix
18604
18718
breezy.tests.test_chk_map.TestNode.test_not_a_prefix
 
18719
breezy.tests.test__chk_map.TestSearchKeys.test_simple_16(python)
 
18720
breezy.tests.test__chk_map.TestSearchKeys.test_simple_255(python)
 
18721
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_one_deep_map_16
 
18722
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_one_deep_map_plain
 
18723
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_one_deep_one_prefix_map_16
 
18724
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_one_deep_one_prefix_map_plain
 
18725
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_one_deep_two_prefix_map_16
 
18726
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_one_deep_two_prefix_map_plain
 
18727
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_root_only_aaa_ddd_16
 
18728
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_root_only_aaa_ddd_plain
 
18729
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_root_only_map_16
 
18730
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_root_only_map_plain
 
18731
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_two_deep_map_16
 
18732
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_two_deep_map_plain
18605
18733
breezy.tests.test_chk_serializer.TestBEncodeSerializer1.test_roundtrips_non_ascii
18606
18734
breezy.tests.test_chk_serializer.TestBEncodeSerializer1.test_roundtrips_xml_invalid_chars
18607
18735
breezy.tests.test_chk_serializer.TestBEncodeSerializer1.test_unpack_revision
23932
24060
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_socket_wait_for_bytes_with_timeout_no_data
23933
24061
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_socket_wait_for_bytes_with_timeout_with_data
23934
24062
breezy.tests.test_smart_transport.TestSmartTCPServer.test_get_error_unexpected
23935
 
breezy.tests.test_smart_transport.TestSmartTCPServer.test_graceful_shutdown_waits_for_clients_to_stop
23936
24063
breezy.tests.test_smart_transport.TestSmartTCPServer.test_propagates_timeout
23937
24064
breezy.tests.test_smart_transport.TestSmartTCPServer.test_serve_closes_out_finished_connections
23938
24065
breezy.tests.test_smart_transport.TestSmartTCPServer.test_serve_conn_tracks_connections