-
-
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
BUG: CI duble testing same domain #372
Labels
Comments
And a 3rd run, the same data again |
I think you need to activate the |
spirillen
added a commit
to mypdns/matrix
that referenced
this issue
Sep 23, 2024
Ref funilrys/PyFunceble#372 Signed-off-by: @spirillen ${revision} --------- Thanks to Jetbrains, for Sponsoring My Privacy DNS with their Open Source software licenses. Their software helps us develop and maintain My Privacy DNS and other project as they made writing code easier.
Changed in mypdns/matrix@7dc1d2d now we just waits |
The |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
To understand my question/observation we have to look at these to GHA
As you now can see, then the two CI are testing the same domains. Now why is this weird, the sources are the same, yes. but they are pushing the test results to a central mariadb.
Configuration
Please see https://github.com/mypdns/matrix/blob/e42eba13fb4b7da22c10408362e9891c5d8fd0df/.pyfunceble/.PyFunceble.overwrite.yaml
Reproduction
Expected behavior
I would have expected that we don't keep testing the same records again and again as we uses a central DB to store the results. As the one CI started a couple of minutes earlier.
Screenshots
Not needed
Versions
OS: ubuntu-latest
Python Version: 3.12
PyFunceble Version: 4.2.4-dev
Additional context
I will suggest a workflow like
The text was updated successfully, but these errors were encountered: