-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fedora KDE] Tests do not pass on fresh source install - Discovery fails #113
Comments
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). Can you provide more detail about the test failures by setting the |
Original comment by Til Hoff (Bitbucket: turakar). Long log ahead:
|
Original comment by Til Hoff (Bitbucket: turakar).
|
Original comment by Til Hoff (Bitbucket: turakar). Reproduced the error regarding gazebo failing to start on Fedora KDE 30 with a combination of the official |
Original comment by Til Hoff (Bitbucket: turakar).
I did some more testing with different VMs. It seems like the problem only happens on Fedora KDE, not on classic Fedora (using Gnome). As Fedora KDE is a “Spin”, both flavours share the same package repositories. Therefore the issue should not be related to dependencies. Currently, I think the problem is related to different (network) configurations. Therefore I have some questions regarding the discovery phase:
|
Original comment by Til Hoff (Bitbucket: turakar).
Workaround: This prevents the use of distributed computing environments. |
Original report (archived issue) by Til Hoff (Bitbucket: turakar).
Description
ign-transport
is compiled from source without errors. After that,make test
is run. Some of the tests, most noticeablyUNIT_Discovery_TEST
, fails. TestINTEGRATION_twoProcsSrvCallStress
hangs and blocks further tests.Steps to reproduce
build
dart
,assimp
andgflags
from source (unrelated toign-transport
, but important for the merge-install)gflags-devel
from the repositoriesclone the sources as laid out in the official install instructions for ignition
build a merge-install
Expected behaviour
Compilation works. All tests pass.
Actual behaviour
Compilation works (no severe warnings printed, no dependencies not found). Test results:
The tests hang here with low CPU usage for over one hour. There is a detailed log in the comments below.
Version
Additional Information
IGN_IP=127.0.0.1
environment variable.
The text was updated successfully, but these errors were encountered: