Closed
Bug 1164358
Opened 10 years ago
Closed 10 years ago
[MTBF][MarionetteJS] make test-integration not work in xvfb
Categories
(Testing Graveyard :: JSMarionette, defect)
Testing Graveyard
JSMarionette
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wachen, Unassigned)
References
Details
> xvfb-run make test-integration
result was:
15:58:58 Dev Tools server
15:58:58 Python process error during initial connect!
1) "before all" hook
2) "after all" hook
15:58:58
15:58:58 remote protection main panel
15:58:58 Python process error during initial connect!
3) "before all" hook
4) "after all" hook
I expected it to run without issues though.
Reporter | ||
Updated•10 years ago
|
Blocks: MTBF-JSTest
Comment 1•10 years ago
|
||
Have you tried
```bash
Xvfb :99 &
export DISPLAY=:99
make test-integration
```
?
Reporter | ||
Comment 2•10 years ago
|
||
Yes. However, let me describe more on my current situation here.
When I tried in my computer, there is only minor issues now.
However, this error messages are occurring because that I am trying to set up it in a Jenkins CI. That is to say, the jenkins CI will log in as a non-sudoer and try to do xvfb from remote. Is it fine? Or, is there any other tricks?
Reporter | ||
Comment 3•10 years ago
|
||
I con firmed that it is a computer related issue. After I started it in a clean environment, it works.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•