Skip to content

travis-ci timeouts when using --coverage? #88

Open
@abathur

Description

@abathur

I'm not sure if I've stumbled into a real issue, or just fallen into a documentation hole.

I had a bear of a time getting travis-ci set up this time. When I use run_tests --coverage, I get a timeout waiting for ST3 to respond. When I use run_tests without coverage, they run fine. The raw logs for both runs show the bootstrap installing sublime-coverage:

...
Running command: bootstrap 
copy the package to sublime package directory
download UnitTesting tag: 1.2.0
76d466417e4747098e22da768631f6107e736d43

download sublime-coverage tag: 1.0.0
bdda8348acf163fbb2c7e276d7d5415c2d0fa4bb

installing sublime text 3
...

Here's an example of the time-out/coverage run:

[0K$ sh travis.sh run_tests --coverage
Running command: run_tests --coverage
Schedule:
  output: /home/travis/.config/sublime-text-3/Packages/User/UnitTesting/Constellation/result
  syntax_test: False
  color_scheme_test: False
  coverage: True
  package: Constellation
Wait for Sublime Text response
.Xlib:  extension "RANDR" missing on display ":99.0".
............................................................Timeout: Sublime Text is not responding

Here's an example of one succeeding without:

[0K$ sh travis.sh run_tests
Running command: run_tests 
Schedule:
  output: /home/travis/.config/sublime-text-3/Packages/User/UnitTesting/Constellation/result
  syntax_test: False
  color_scheme_test: False
  coverage: False
  package: Constellation
Wait for Sublime Text response
.Xlib:  extension "RANDR" missing on display ":99.0".
..
Start to read output...
test_core_commands (test_core.TestCore) ... ERROR

======================================================================
ERROR: test_core_commands (test_core.TestCore)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/.config/sublime-text-3/Packages/UnitTesting/unittesting/core/st3/case.py", line 11, in _executeTestPart
    deferred = function()
  File "/home/travis/.config/sublime-text-3/Packages/Constellation/tests/test_core.py", line 84, in test_core_commands
    self.create_constellation("test_one")
  File "/home/travis/.config/sublime-text-3/Packages/Constellation/tests/test_core.py", line 18, in create_constellation
    self.assertIn(name, s.get("constellations"))
  File "./python3.3/unittest/case.py", line 902, in assertIn
TypeError: argument of type 'NoneType' is not iterable

----------------------------------------------------------------------
Ran 1 test in 0.121s

FAILED (errors=1)

UnitTesting: Done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions