Skip to content
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

Fix the validation experiments #6309

Closed
devos50 opened this issue Sep 13, 2021 · 4 comments
Closed

Fix the validation experiments #6309

devos50 opened this issue Sep 13, 2021 · 4 comments
Assignees

Comments

@devos50
Copy link
Contributor

devos50 commented Sep 13, 2021

We run a number of validation experiments that run every midnight. After merging #6206 and extensive refactoring of Gumby, these validation experiments are broken.

When these validation experiments have been fixed, it would be nice to have an additional GitHub command (e.g., "validate") that runs these validation experiments with the PR code. Then generate a report containing (granular?) details of Tribler stability.

Our validation experiments seem to be broken on a compilation error (except for validation_experiment_libtorrent_compatibility and validation_bootstrap).

This looks like the main cause:

./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
 # include <pyconfig.h>
                       ^
@devos50
Copy link
Contributor Author

devos50 commented Nov 21, 2021

@kozlovsky To make sure that the virtual env can run Tribler, I had to add the following requirements to the build_virtualenv.sh script:

faker
sentry_sdk
decorator
anyio

@drew2a
Copy link
Contributor

drew2a commented Jul 4, 2022

@kozlovsky is it fixed?

@synctext
Copy link
Member

synctext commented Jan 9, 2024

Please fix this. Gumby, DAS6, and CI should not break.

@qstokkink
Copy link
Contributor

Validating has now been moved into the PR process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

5 participants