Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #7284

Closed
Open
Created Nov 02, 2012 by neena@neena

Running tests will multiple targets makes test.integ.process tests fail

Running run_tests.py with "-it RUN_OPEN,RUN_SOCKET" or "-it RUN_ALL" makes the test.integ.process tests fail.

test_launch_tor_with_config                                  [FAILURE]
test_launch_tor_with_timeout                                 [FAILURE]

======================================================================
ERROR: test_launch_tor_with_config
----------------------------------------------------------------------
Traceback:
  File "/home/neena/code/stem/test/integ/process.py", line 21, in setUp
    os.makedirs(DATA_DIRECTORY)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 17] File exists: '/tmp/stem_integ'

======================================================================
ERROR: test_launch_tor_with_timeout
----------------------------------------------------------------------
Traceback:
  File "/home/neena/code/stem/test/integ/process.py", line 21, in setUp
    os.makedirs(DATA_DIRECTORY)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 17] File exists: '/tmp/stem_integ'

----------------------------------------------------------------------
Ran 2 tests in 0.019s

FAILED

It looks like a problem with the test cleanup. I haven't really looked at the (related) code.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking