Opened at 2010-11-27T23:29:17Z
Last modified at 2010-12-01T04:40:53Z
#1272 closed defect
Test errors under Windows 7 -64 Bit — at Initial Version
Reported by: | pgrunwald | Owned by: | nobody |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | packaging | Version: | 1.8.0 |
Keywords: | win64 test setuptools | Cc: | |
Launchpad Bug: |
Description
Windows 7 Ultimate 64-Bit Python 2.6.6 (r266:84297, Aug 24 2010, 18:13:38) [MSC v.1500 64 bit (AMD64)] on win32
[SKIPPED]: allmydata.test.test_cli.Backup.test_ignore_symlinks Symlinks are not supported by Python on this platform. =============================================================================== [SKIPPED]: allmydata.test.test_cli.Cp.test_dangling_symlink_vs_recursion Symlinks are not supported by Python on this platform. =============================================================================== [SKIPPED]: allmydata.test.test_encodingutil.StdlibUnicode?.test_open_unrepresenta ble This test is not applicable to platforms that represent filenames as Unicode. =============================================================================== [SKIPPED]: allmydata.test.test_hung_server.HungServerDownloadTest?.test_2_good_8_ hung_then_1_recovers_mutable still broken =============================================================================== [SKIPPED]: allmydata.test.test_hung_server.HungServerDownloadTest?.test_2_good_8_ hung_then_1_recovers_with_2_shares_mutable still broken =============================================================================== [SKIPPED]: allmydata.test.test_hung_server.HungServerDownloadTest?.test_3_good_7_ hung_mutable still broken =============================================================================== [SKIPPED]: allmydata.test.test_node.TestCase?.test_secrets_dir_protected We don't know how to set permissions on Windows. =============================================================================== [SKIPPED]: allmydata.test.test_provisioning.Reliability.test_basic reliability model requires NumPy? =============================================================================== [SKIPPED]: allmydata.test.test_runner.RunNode?.test_baddir twistd does not fork under windows =============================================================================== [SKIPPED]: allmydata.test.test_runner.RunNode?.test_client twistd does not fork under windows =============================================================================== [SKIPPED]: allmydata.test.test_runner.RunNode?.test_client_no_noise twistd does not fork under windows =============================================================================== [SKIPPED]: allmydata.test.test_runner.RunNode?.test_introducer twistd does not fork under windows =============================================================================== [SKIPPED]: allmydata.test.test_runner.RunNode?.test_keygen twistd does not fork under windows =============================================================================== [SKIPPED]: allmydata.test.test_storage.Server.test_large_share This test can spuriously fail if you have less than 4 GiB free on your filesyste m, and if your filesystem doesn't support efficient sparse files then it is very expensive (Mac OS X and Windows don't support efficient sparse files). =============================================================================== [SKIPPED]: allmydata.test.test_web.Web.test_reliability_tool reliability tool requires NumPy? =============================================================================== [TODO]: allmydata.test.test_upload.EncodingParameters?.test_problem_layout_commen t_187 Reason: "this isn't fixed yet" Traceback (most recent call last): File "g:\allmydata-tahoe-1.8.0-r4803\src\allmydata\immutable\upload.py", line 546, in _got_response return self._loop() File "g:\allmydata-tahoe-1.8.0-r4803\src\allmydata\immutable\upload.py", line 396, in _loop return self._failed("%s (%s)" % (failmsg, self._get_progress_message())) File "g:\allmydata-tahoe-1.8.0-r4803\src\allmydata\immutable\upload.py", line 561, in _failed raise UploadUnhappinessError?(msg) allmydata.interfaces.UploadUnhappinessError?: shares could be placed on only 2 se rver(s) such that any 2 of them have enough shares to recover the file, but we w ere asked to place shares on at least 3 such servers. (placed all 3 shares, want to place shares on at least 3 servers such that any 2 of them have enough share s to recover the file, sent 3 queries to 3 peers, 1 queries placed some shares, 2 placed none (of which 2 placed none due to the server being full and 0 placed none due to an error)) =============================================================================== [TODO]: allmydata.test.test_upload.EncodingParameters?.test_problem_layout_ticket _1124 Reason: 'Fix this after 1.7.1 release.' Traceback (most recent call last): File "g:\allmydata-tahoe-1.8.0-r4803\src\allmydata\immutable\upload.py", line 546, in _got_response return self._loop() File "g:\allmydata-tahoe-1.8.0-r4803\src\allmydata\immutable\upload.py", line 396, in _loop return self._failed("%s (%s)" % (failmsg, self._get_progress_message())) File "g:\allmydata-tahoe-1.8.0-r4803\src\allmydata\immutable\upload.py", line 561, in _failed raise UploadUnhappinessError?(msg) allmydata.interfaces.UploadUnhappinessError?: shares could be placed on only 3 se rver(s) such that any 2 of them have enough shares to recover the file, but we w ere asked to place shares on at least 4 such servers. (placed all 4 shares, want to place shares on at least 4 servers such that any 2 of them have enough share s to recover the file, sent 4 queries to 4 peers, 4 queries placed some shares, 0 placed none (of which 0 placed none due to the server being full and 0 placed none due to an error)) =============================================================================== [TODO]: allmydata.test.test_upload.EncodingParameters?.test_problem_layout_ticket _1128 Reason: 'Invent a smarter uploader that uploads successfully in this case.' Traceback (most recent call last): File "g:\allmydata-tahoe-1.8.0-r4803\src\allmydata\immutable\upload.py", line 546, in _got_response return self._loop() File "g:\allmydata-tahoe-1.8.0-r4803\src\allmydata\immutable\upload.py", line 396, in _loop return self._failed("%s (%s)" % (failmsg, self._get_progress_message())) File "g:\allmydata-tahoe-1.8.0-r4803\src\allmydata\immutable\upload.py", line 561, in _failed raise UploadUnhappinessError?(msg) allmydata.interfaces.UploadUnhappinessError?: shares could be placed on only 3 se rver(s) such that any 2 of them have enough shares to recover the file, but we w ere asked to place shares on at least 4 such servers. (placed all 4 shares, want to place shares on at least 4 servers such that any 2 of them have enough share s to recover the file, sent 4 queries to 4 peers, 4 queries placed some shares, 0 placed none (of which 0 placed none due to the server being full and 0 placed none due to an error)) =============================================================================== [FAIL]: allmydata.test.test_runner.BinTahoe?.test_path Traceback (most recent call last): File "g:\allmydata-tahoe-1.8.0-r4803\src\allmydata\test\test_runner.py", line 90, in _cb self.failUnlessEqual(rc_or_sig, 0, str(res)) twisted.trial.unittest.FailTest?: (, 'Traceback (most recent call last):\r\n F ile "g: allmydata-tahoe-1.8.0-r4803 support Scripts tahoe.pyscript", line 6, in <module>\r\n from pkg_resources import load_entry_point\r\nImportError: N o module named pkg_resources\r\n', 1) not equal: a = 1 b = 0 =============================================================================== [FAIL]: allmydata.test.test_runner.BinTahoe?.test_run_with_python_options Traceback (most recent call last): File "g:\allmydata-tahoe-1.8.0-r4803\src\allmydata\test\test_runner.py", line 149, in _cb self.failUnlessEqual(rc_or_sig, 0, str(res)) twisted.trial.unittest.FailTest?: (, 'Traceback (most recent call last):\r\n F ile "g: allmydata-tahoe-1.8.0-r4803 support Scripts tahoe.pyscript", line 6, in <module>\r\n from pkg_resources import load_entry_point\r\nImportError: N o module named pkg_resources\r\n', 1) not equal: a = 1 b = 0 =============================================================================== [FAIL]: allmydata.test.test_runner.BinTahoe?.test_unicode_arguments_and_output Traceback (most recent call last): File "g:\allmydata-tahoe-1.8.0-r4803\src\allmydata\test\test_runner.py", line 137, in _cb self.failUnlessIn("Unknown command: "+tricky_out, out) twisted.trial.unittest.FailTest?: 'Unknown command: \xe2\x98\xa1' not in =============================================================================== [FAIL]: allmydata.test.test_runner.BinTahoe?.test_version_no_noise Traceback (most recent call last): File "g:\allmydata-tahoe-1.8.0-r4803\src\allmydata\test\test_runner.py", line 165, in _cb self.failUnlessEqual(rc_or_sig, 0, str(res)) twisted.trial.unittest.FailTest?: (, 'Traceback (most recent call last):\r\n F ile "g: allmydata-tahoe-1.8.0-r4803 support Scripts tahoe.pyscript", line 6, in <module>\r\n from pkg_resources import load_entry_point\r\nImportError: N o module named pkg_resources\r\n', 1) not equal: a = 1 b = 0 Ran 828 tests in 809.711s FAILED (skips=15, expectedFailures=3, failures=4, successes=806) }}}
Note: See
TracTickets for help on using
tickets.