#1165 closed enhancement (wontfix)

runner tests should be executed first

Reported by: davidsarah Owned by: davidsarah
Priority: normal Milestone: soon
Component: code Version: 1.8β
Keywords: test easy Cc:
Launchpad Bug:

Description (last modified by exarkun)

If trial is testing the wrong code, I'd like to know that quickly. So, what is now test_runner.py should execute first.

Also, it might be useful for trial to print out the result of allmydata.get_package_versions_string(show_paths=True) before starting the tests. (done in #1296, for python setup.py trial/test and bin/tahoe --version-and-path debug trial)

Change History (7)

comment:1 Changed at 2010-08-10T07:14:18Z by davidsarah

Related to #1137.

comment:2 in reply to: ↑ description Changed at 2011-08-16T03:59:47Z by davidsarah

  • Description modified (diff)
  • Milestone changed from undecided to 1.10.0
  • Owner changed from somebody to davidsarah
  • Status changed from new to assigned

comment:3 Changed at 2011-08-16T04:01:32Z by davidsarah

  • Description modified (diff)

comment:4 Changed at 2012-04-01T03:45:47Z by davidsarah

  • Keywords easy added
  • Milestone changed from 1.11.0 to 1.10.0

comment:5 Changed at 2012-04-01T05:14:09Z by davidsarah

  • Priority changed from major to normal
  • Type changed from defect to enhancement

comment:6 Changed at 2012-12-13T17:09:02Z by davidsarah

  • Milestone changed from 1.10.0 to 1.11.0

comment:7 Changed at 2020-01-18T00:39:58Z by exarkun

  • Description modified (diff)
  • Resolution set to wontfix
  • Status changed from assigned to closed

I'm not sure what the proposed solution has to do with the implied problem.

If Tahoe-LAFS is being developed in a virtualenv, as is common these days, there probably isn't really a problem now, either.

Also, trial will run tests in whatever order you ask for on the command line (eg trial allmydata.test.test_runner allmydata, though this *will* probably run test_runner twice).

Note: See TracTickets for help on using tickets.