-
Notifications
You must be signed in to change notification settings - Fork 45
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
Tests fail when compiling from AUR #116
Comments
It looks like the test instance of Syncthing which is launched here terminates itself because the GUI listening port is already in use:
I'm wondering why that happens. A unique port is generated via the Could it be that ctest invokes the two tests (one for the library and one for the CLI) in parallel so they interfere with each other? I've never had this problem, though. |
Ha, for another project I have globally set |
* Fix the test execution when parallel ctest jobs are configured via e.g. `CTEST_PARALLEL_LEVEL` * See #116
Should be fixed on master using https://cmake.org/cmake/help/latest/prop_test/RESOURCE_LOCK.html#prop_test:RESOURCE_LOCK. |
I have seen #35,#63,#105 but none seem to contain info for how to resolve this properly...
Relevant components
syncthingctl
)libsyncthing
)Environment and versions
Arch via AUR
Logs
The text was updated successfully, but these errors were encountered: