Merge lp:~alan-griffiths/mir/workaround-1502782 into lp:mir
| Status: | Merged |
|---|---|
| Approved by: | Daniel van Vugt on 2015-10-19 |
| Approved revision: | 3028 |
| Merged at revision: | 3032 |
| Proposed branch: | lp:~alan-griffiths/mir/workaround-1502782 |
| Merge into: | lp:mir |
| Diff against target: |
12 lines (+4/-0) 1 file modified
tests/integration-tests/graphics/android/test_android_hardware_sanity.cpp (+4/-0) |
| To merge this branch: | bzr merge lp:~alan-griffiths/mir/workaround-1502782 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Approve on 2015-10-19 | |
| Chris Halse Rogers | Approve on 2015-10-19 | ||
| Kevin DuBois (community) | Approve on 2015-10-16 | ||
| Daniel van Vugt | Approve on 2015-10-16 | ||
| Cemil Azizoglu (community) | 2015-10-15 | Approve on 2015-10-15 | |
|
Review via email:
|
|||
Commit Message
tests: workaround for racy teardown of test case. (Which tears down drivers)
Description of the Change
tests: workaround for racy teardown of test case. (Which tears down drivers)
| Andreas Pokorny (andreas-pokorny) wrote : | # |
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:3027
http://
Executed test runs:
FAILURE: http://
SUCCESS: http://
FAILURE: http://
None: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
FAILURE: http://
None: http://
Click here to trigger a rebuild:
http://
| Andreas Pokorny (andreas-pokorny) wrote : | # |
> how about adding the delay to a
> QuirkedBufferAl
Did that and it didnt help for the 'other' problem in lp:1506137
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:3028
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Autolanding.
More details in the following jenkins job:
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
FAILURE: http://
SUCCESS: http://
FAILURE: http://
| Alan Griffiths (alan-griffiths) wrote : | # |
Unrelated (reapproving):
+ sudo add-apt-repository --yes ppa:ci-
Traceback (most recent call last):
File "/usr/lib/
h.request(
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.send(msg)
File "/usr/lib/
self.connect()
File "/usr/lib/
super(
File "/usr/lib/
self.timeout, self.source_
File "/usr/lib/
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
File "/usr/lib/
for res in _socket.
socket.gaierror: [Errno -3] Temporary failure in name resolution
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Autolanding.
More details in the following jenkins job:
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
FAILURE: http://
SUCCESS: http://
FAILURE: http://
| Alan Griffiths (alan-griffiths) wrote : | # |
Another unrelated (and strange) failure...
Running main() from main.cpp
[0;32m[==========] [mRunning 1 test from 1 test case.
[0;32m[----------] [mGlobal test environment set-up.
[0;32m[----------] [m1 test from GLMark2Test
[0;32m[ RUN ] [mGLMark2Test.
[1444988723.753888] mirplatform: Found graphics driver: android
[1444988723.754672] mirplatform: Found graphics driver: mesa-kms
[1444988723.756223] mirplatform: Found graphics driver: mesa-x11
[1444988723.756658] mirplatform: Found graphics driver: dummy
ERROR: Throw location unknown (consider using BOOST_THROW_
Dynamic exception type: N5boost16except
std::exception:
unknown file: Failure
C++ exception with description "Failed to start server thread" thrown in SetUp().
[0;31m[ FAILED ] [mGLMark2Test.
[0;32m[----------] [m1 test from GLMark2Test (10065 ms total)
[0;32m[----------] [mGlobal test environment tear-down
[0;32m[==========] [m1 test from 1 test case ran. (10066 ms total)
[0;32m[ PASSED ] [m0 tests.
[0;31m[ FAILED ] [m1 test, listed below:
[0;31m[ FAILED ] [mGLMark2Test.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Autolanding.
More details in the following jenkins job:
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
FAILURE: http://
SUCCESS: http://
FAILURE: http://
| Kevin DuBois (kdub) wrote : | # |
alright, but lets leave the bug open so its revisited.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Autolanding.
More details in the following jenkins job:
http://
Executed test runs:
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
| Daniel van Vugt (vanvugt) wrote : | # |
6: /mir/tools/
Try again.

how about adding the delay to a QuirkedBufferAl locator: :~QuirkedBuffer Allocator?