Selftest failures on FreeBSD
Matthew D. Fuller
fullermd at over-yonder.net
Mon Jun 22 03:24:22 BST 2009
Attached is a summary of disreputable outcomes from running selftest
with python 2.6 on FreeBSD/amd64 (spotchecks didn't show any
significant differents on py2.5 FreeBSD/i386). Following is
discussion and my impressions.
This turns up 10 FAIL's, as well as 83 ERROR's.
82 of those ERROR's are instances of
BzrBranch('file:///tmp/testbzr-YC7U6M.tmp/bzrlib.tests.blackbox.test_info.TestInfo.test_info_standalone/work/branch/') has no revision fullermd at HOSTNAME-20090620034923-cszvolpfye0tjwgh
(with the name of the test varying of course). I have no idea what's
happening, but presumably they're all caused by the same thing.
The remaining ERROR is from
blackbox.test_remove.TestRemove.test_remove_changed_files_from_child_dir
which is failing because "os.chdir('..')" after you've deleted '.' is
(naturally) going to fail because there's no '..' left to look up.
This presumably is an OS/filesystem semantics difference, though I'm
actually surprised that the apparently expected success happens
elsewhere.
Of the FAIL's, many seem from the actual error like they might stem
from the same root cause as the 'has no revision' issue above.
test_two_files_different_versions_no_inconsistencies_bug_165071 fails
on RepoFormat's 5, 6, and 7. They all expect 0 unreferenced text
versions from 'check', but wind up with 2. Not sure what's up with
that.
And then there's a test with SIGQUIT that doesn't seem to be working
quite like expected. I'd suspect timing, if it weren't seemingly
perfectly repeatable.
--
Matthew Fuller (MF4839) | fullermd at over-yonder.net
Systems/Network Administrator | http://www.over-yonder.net/~fullermd/
On the Internet, nobody can hear you scream.
-------------- next part --------------
Total problems 93 (10 FAIL, 83 ERROR)
The following 82 tests failed with errors of the form
BzrBranch(/test/path) has no revision fullermd@[...] :
blackbox.test_info.TestInfo.test_info_standalone
branch_implementations.test_branch.TestBound.test_bind_diverged(BzrBranchFormat4)
branch_implementations.test_branch.TestBranch.test_missing_revisions(BzrBranchFormat4)
branch_implementations.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat4)
branch_implementations.test_pull.TestPull.test_pull_local_updates_checkout_only(BzrBranchFormat4)
branch_implementations.test_pull.TestPull.test_pull_overwrite(BzrBranchFormat4)
branch_implementations.test_pull.TestPull.test_pull_updates_checkout_and_master(BzrBranchFormat4)
branch_implementations.test_pull.TestPullHook.test_post_pull_nonempty_history(BzrBranchFormat4)
branch_implementations.test_push.TestPushHook.test_post_push_nonempty_history(BzrBranchFormat4)
branch_implementations.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BzrBranchFormat4)
branch_implementations.test_update.TestUpdateRevisions.test_accepts_graph(BzrBranchFormat4)
branch_implementations.test_update.TestUpdateRevisions.test_ignores_older_unless_overwrite(BzrBranchFormat4)
branch_implementations.test_update.TestUpdateRevisions.test_overwrite_ignores_diverged(BzrBranchFormat4)
bzrdir_implementations.test_bzrdir.TestBzrDir.test_clone_bzrdir_branch_and_repo(BzrDirFormat5)
bzrdir_implementations.test_bzrdir.TestBzrDir.test_clone_bzrdir_branch_and_repo(BzrDirFormat6)
bzrdir_implementations.test_bzrdir.TestBzrDir.test_clone_bzrdir_branch_and_repo_into_shared_repo(BzrDirFormat5)
bzrdir_implementations.test_bzrdir.TestBzrDir.test_clone_bzrdir_branch_and_repo_into_shared_repo(BzrDirFormat6)
bzrdir_implementations.test_bzrdir.TestBzrDir.test_clone_bzrdir_branch_and_repo_into_shared_repo_force_new_repo(BzrDirFormat5)
bzrdir_implementations.test_bzrdir.TestBzrDir.test_clone_bzrdir_branch_and_repo_into_shared_repo_force_new_repo(BzrDirFormat6)
bzrdir_implementations.test_bzrdir.TestBzrDir.test_clone_bzrdir_tree_branch_repo(BzrDirFormat5)
bzrdir_implementations.test_bzrdir.TestBzrDir.test_clone_bzrdir_tree_branch_repo(BzrDirFormat6)
bzrdir_implementations.test_bzrdir.TestBzrDir.test_revert_inventory(BzrDirFormat5)
bzrdir_implementations.test_bzrdir.TestBzrDir.test_revert_inventory(BzrDirFormat6)
bzrdir_implementations.test_bzrdir.TestBzrDir.test_sprout_bzrdir_branch_and_repo(BzrDirFormat5)
bzrdir_implementations.test_bzrdir.TestBzrDir.test_sprout_bzrdir_branch_and_repo(BzrDirFormat6)
bzrdir_implementations.test_bzrdir.TestBzrDir.test_sprout_bzrdir_tree_branch_repo(BzrDirFormat5)
bzrdir_implementations.test_bzrdir.TestBzrDir.test_sprout_bzrdir_tree_branch_repo(BzrDirFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_dir_unchanged(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_dir_unchanged(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_dir_unchanged_ric(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_dir_unchanged_ric(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_file_unchanged(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_file_unchanged(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_file_unchanged_ric(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_file_unchanged_ric(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_link_unchanged(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_link_unchanged(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_link_unchanged_ric(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_link_unchanged_ric(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_dir_changes(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_dir_changes(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_dir_changes_ric(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_dir_changes_ric(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_file_changes(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_file_changes(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_file_changes_ric(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_file_changes_ric(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_link_changes(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_link_changes(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_link_changes_ric(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_link_changes_ric(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_dir_unchanged(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_dir_unchanged(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_dir_unchanged_ric(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_dir_unchanged_ric(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_file_unchanged(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_file_unchanged(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_file_unchanged_ric(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_file_unchanged_ric(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_link_unchanged(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_link_unchanged(RepositoryFormat6)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_link_unchanged_ric(RepositoryFormat5)
per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_link_unchanged_ric(RepositoryFormat6)
tree_implementations.test_tree.TestPlanFileMerge.test_plan_file_merge(WorkingTreeFormat2)
workingtree_implementations.test_commit.TestCommit.test_commit_exclude_pending_merge_fails(WorkingTreeFormat2)
workingtree_implementations.test_commit.TestCommit.test_commit_merged_kind_change(WorkingTreeFormat2)
workingtree_implementations.test_commit.TestCommit.test_commit_move_new(WorkingTreeFormat2)
workingtree_implementations.test_commit.TestCommit.test_no_autodelete_alternate_renamed(WorkingTreeFormat2)
workingtree_implementations.test_get_parent_ids.TestGetParentIds.test_get_parent_ids(WorkingTreeFormat2)
workingtree_implementations.test_merge_from_branch.TestMergeFromBranch.test_compare_after_merge(WorkingTreeFormat2)
workingtree_implementations.test_merge_from_branch.TestMergeFromBranch.test_merge_to_revision(WorkingTreeFormat2)
workingtree_implementations.test_merge_from_branch.TestMergeFromBranch.test_merge_type(WorkingTreeFormat2)
workingtree_implementations.test_merge_from_branch.TestMergeFromBranch.test_smoking_merge(WorkingTreeFormat2)
workingtree_implementations.test_revision_tree.TestRevisionTree.test_get_pending_merge_revision_tree(WorkingTreeFormat2)
workingtree_implementations.test_unversion.TestUnversion.test_unversion_after_conflicted_merge(WorkingTreeFormat2)
workingtree_implementations.test_workingtree.TestWorkingTree.test_clear_merge_conflicts(WorkingTreeFormat2)
workingtree_implementations.test_workingtree.TestWorkingTree.test_clone_preserves_content(WorkingTreeFormat2)
workingtree_implementations.test_workingtree.TestWorkingTree.test_merge_conflicts(WorkingTreeFormat2)
workingtree_implementations.test_workingtree.TestWorkingTree.test_merge_revert(WorkingTreeFormat2)
workingtree_implementations.test_workingtree.TestWorkingTree.test_revert_clear_conflicts(WorkingTreeFormat2)
workingtree_implementations.test_workingtree.TestWorkingTree.test_revert_clear_conflicts2(WorkingTreeFormat2)
workingtree_implementations.test_workingtree.TestWorkingTree.test_sprout_hardlink(WorkingTreeFormat2)
Additional troubles:
----------------------------------
FAIL: blackbox.test_breakin.TestBreakin.test_breakin_harder
subprocess wasn't terminated by repeated SIGQUIT
----------------------------------
ERROR: blackbox.test_remove.TestRemove.test_remove_changed_files_from_child_dir
[Errno 2] No such file or directory: '..'
----------------------------------
FAIL: per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat5)
pattern "0 unreferenced text versions" not found in
"""\
360.286 creating repository in file:///tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071%28RepositoryFormat5%29/work/.bzr/.
360.287 creating branch <bzrlib.branch.BzrBranchFormat4 object at 0x80d8cea10> in file:///tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071%28RepositoryFormat5%29/work/.bzr/
360.290 opening working tree '/tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat5)/work'
360.290 failed to open /tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat5)/work/.bzr/stat-cache: [Errno 2] No such file or directory: u'/tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat5)/work/.bzr/stat-cache'
360.290 write hc
360.294 creating branch <bzrlib.branch.BzrBranchFormat4 object at 0x80d8e5c10> in file:///tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071%28RepositoryFormat5%29/work/.bzr/
360.296 opening working tree '/tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat5)/work'
360.300 skip control directory '.bzr'
360.300 creating config directory: '/tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat5)/home/.bazaar'
360.302 preparing to commit
INFO Committing to: /tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat5)/work/
360.304 Selecting files for commit with filter []
INFO added foo
INFO Committed revision 1.
360.312 skip control directory '.bzr'
360.314 preparing to commit
INFO Committing to: /tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat5)/work/
360.317 Selecting files for commit with filter []
INFO added bar
INFO Committed revision 2.
INFO checked repository <bzrlib.transport.local.LocalTransport url=file:///tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071%28RepositoryFormat5%29/work/> format <RepositoryFormat5>
INFO 0 revisions
INFO 0 file-ids
INFO 0 unique file texts
INFO 0 repeated file texts
INFO 2 unreferenced text versions
"""
----------------------------------
FAIL: per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat6)
pattern "0 unreferenced text versions" not found in
"""\
360.334 creating repository in file:///tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071%28RepositoryFormat6%29/work/.bzr/.
360.335 creating branch <bzrlib.branch.BzrBranchFormat4 object at 0x80d670950> in file:///tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071%28RepositoryFormat6%29/work/.bzr/
360.338 opening working tree '/tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat6)/work'
360.338 failed to open /tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat6)/work/.bzr/stat-cache: [Errno 2] No such file or directory: u'/tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat6)/work/.bzr/stat-cache'
360.338 write hc
360.341 creating branch <bzrlib.branch.BzrBranchFormat4 object at 0x80d682410> in file:///tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071%28RepositoryFormat6%29/work/.bzr/
360.343 opening working tree '/tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat6)/work'
360.347 skip control directory '.bzr'
360.347 creating config directory: '/tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat6)/home/.bazaar'
360.349 preparing to commit
INFO Committing to: /tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat6)/work/
360.352 Selecting files for commit with filter []
INFO added foo
INFO Committed revision 1.
360.360 skip control directory '.bzr'
360.362 preparing to commit
INFO Committing to: /tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat6)/work/
360.364 Selecting files for commit with filter []
INFO added bar
INFO Committed revision 2.
INFO checked repository <bzrlib.transport.local.LocalTransport url=file:///tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071%28RepositoryFormat6%29/work/> format <RepositoryFormat6>
INFO 0 revisions
INFO 0 file-ids
INFO 0 unique file texts
INFO 0 repeated file texts
INFO 2 unreferenced text versions
"""
----------------------------------
FAIL: per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat7)
pattern "0 unreferenced text versions" not found in
"""\
360.218 creating repository in file:///tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071%28RepositoryFormat7%29/work/.bzr/.
360.221 creating branch <bzrlib.branch.BzrBranchFormat6 object at 0x8026947d0> in file:///tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071%28RepositoryFormat7%29/work/.bzr/
360.227 trying to create missing lock '/tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat7)/work/.bzr/checkout/dirstate'
360.227 opening working tree '/tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat7)/work'
360.234 skip control directory '.bzr'
360.234 creating config directory: '/tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat7)/home/.bazaar'
360.240 preparing to commit
INFO Committing to: /tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat7)/work/
360.243 Selecting files for commit with filter []
INFO added foo
INFO Committed revision 1.
360.253 skip control directory '.bzr'
360.258 preparing to commit
INFO Committing to: /tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat7)/work/
360.260 Selecting files for commit with filter []
INFO added bar
INFO Committed revision 2.
INFO checked repository <bzrlib.transport.local.LocalTransport url=file:///tmp/testbzr-YC7U6M.tmp/bzrlib.tests.per_repository.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071%28RepositoryFormat7%29/work/> format <RepositoryFormat7>
INFO 0 revisions
INFO 0 file-ids
INFO 0 unique file texts
INFO 0 repeated file texts
INFO 2 unreferenced text versions
"""
----------------------------------
FAIL: per_repository.test_repository.TestRepository.test_attribute_revision_store_basics(RepositoryFormat5)
not equal:
a = set([('fullermd at HOSTNAME-20090620040009-5mbprbvkpfevk0bu',)])
b = set()
----------------------------------
FAIL: per_repository.test_repository.TestRepository.test_attribute_revision_store_basics(RepositoryFormat6)
not equal:
a = set([('fullermd at HOSTNAME-20090620040009-mhvswggy7dsyvdm4',)])
b = set()
----------------------------------
FAIL: per_repository.test_repository.TestRepository.test_attribute_revision_store_basics(RepositoryFormat7)
not equal:
a = set([('fullermd at HOSTNAME-20090620040009-2k7w8hpoveloch0g',)])
b = set()
----------------------------------
FAIL: per_repository.test_statistics.TestGatherStats.test_gather_stats(RepositoryFormat5)
not equal:
a = {'firstrev': (1170491381.0, 0), 'latestrev': (1171491381.0, 0), 'revisions': 3}
b = {'firstrev': (1170491381.0, 0), 'latestrev': (1171491381.0, 0), 'revisions': 0}
----------------------------------
FAIL: per_repository.test_statistics.TestGatherStats.test_gather_stats(RepositoryFormat6)
not equal:
a = {'firstrev': (1170491381.0, 0), 'latestrev': (1171491381.0, 0), 'revisions': 3}
b = {'firstrev': (1170491381.0, 0), 'latestrev': (1171491381.0, 0), 'revisions': 0}
----------------------------------
FAIL: per_repository.test_statistics.TestGatherStats.test_gather_stats(RepositoryFormat7)
not equal:
a = {'firstrev': (1170491381.0, 0), 'latestrev': (1171491381.0, 0), 'revisions': 3}
b = {'firstrev': (1170491381.0, 0), 'latestrev': (1171491381.0, 0), 'revisions': 0}
More information about the bazaar
mailing list