Test bzrlib.tests.test_osutils.TestChunksToLines fails

Bug #315737 reported by pva
2
Affects Status Importance Assigned to Milestone
Bazaar
Fix Released
Low
Vincent Ladeuil

Bug Description

During tests of bzr-11_rc1 one test fails:

ERROR: test_osutils.TestChunksToLines.test_is_compiled
    No module named _chunks_to_lines_pyx

[snip]

======================================================================
ERROR: test_is_compiled (bzrlib.tests.test_osutils.TestChunksToLines)

vvvv[log from bzrlib.tests.test_osutils.TestChunksToLines.test_is_compiled]---

^^^^[log from bzrlib.tests.test_osutils.TestChunksToLines.test_is_compiled]---
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/vt/portage/tmp/portage/dev-util/bzr-1.11_rc1/work/bzr-1.11rc1/bzrlib/tests/test_osutils.py", line 790, in test_is_compiled
    from bzrlib._chunks_to_lines_pyx import chunks_to_lines
ImportError: No module named _chunks_to_lines_pyx

----------------------------------------------------------------------

Related branches

Revision history for this message
Marius Kruger (amanica) wrote :

this sort of thing happens to me too, see the following sequence of evets (I removed some lines for briefness)

$ make clean
find . -name "*.pyc" -o -name "*.pyo" -o -name "*.so" | xargs rm -f

$ bt bzrlib.tests.test_osutils.TestChunksToLines.test_is_compiled
ERROR: test_osutils.TestChunksToLines.test_is_compiled
    No module named _chunks_to_lines_pyx
tests failed

$ make
$ bt bzrlib.tests.test_osutils.TestChunksToLines.test_is_compiled
tests passed

Revision history for this message
Vincent Ladeuil (vila) wrote :

This is totally harmless, I have a patch (almost trivial) fixing it.

Changed in bzr:
assignee: nobody → vila
importance: Undecided → Low
status: New → In Progress
Vincent Ladeuil (vila)
Changed in bzr:
status: In Progress → Fix Committed
Vincent Ladeuil (vila)
Changed in bzr:
milestone: none → 1.11final
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.