On Mon, Jan 24, 2011 at 9:27 AM, Jimmy Tang <[email protected]> wrote: > > > I just pulled the latest update from the git mirror of tahoe > (git://github.com/warner/tahoe-lafs.git) > > Some of the tests fail > > =============================================================================== > [FAIL]: allmydata.test.test_client.Basic.test_versions > > Traceback (most recent call last): > File "/Users/jtang/develop/tahoe-lafs/src/allmydata/test/test_client.py", > line 159, in test_versions > self.failIfEqual(str(allmydata.__version__), "unknown") > twisted.trial.unittest.FailTest: 'unknown' == 'unknown' > =============================================================================== > [FAIL]: allmydata.test.test_runner.BinTahoe.test_path > > Traceback (most recent call last): > File "/Users/jtang/develop/tahoe-lafs/src/allmydata/test/test_runner.py", > line 147, in _cb > "We don't know our version, because this distribution didn't come " > twisted.trial.unittest.FailTest: We don't know our version, because > this distribution didn't come with a _version.py and 'setup.py > darcsver' hasn't been run. > ------------------------------------------------------------------------------- > Ran 839 tests in 499.024s > > FAILED (skips=8, expectedFailures=3, failures=2, successes=826) > make: *** [test] Error 1 > > The system I tested on was OSX 10.6.6 and I've used the system version > of python (even more tests fail when i use python27 and friends from > macports) > > If you need more verbose debugging or testing on a different > repo/branch please let me know. >
I know quoting myself is bad, but it's seems I just miss interpreted the tests, I think the tests failed because I wasn't using the darcs repo, pulling the latest updates from the darcs repo and running the tests on my machine pass. sorry for the noise Jimmy. -- http://www.sgenomics.org/~jtang/ _______________________________________________ tahoe-dev mailing list [email protected] http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
