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

Fixes #22971: Spurious test error on the killing of old fiber on datasource save/delete #575

Conversation

fanf
Copy link
Member

@fanf fanf commented Jun 28, 2023

https://issues.rudder.io/issues/22971

So the problem seems to be that depending of the timing, when we observe f1 status, it is either still running because init if not done (typically on a slow machine where the foreign datasource answer takes time to be completed) or suspended.

Now, the test check for both status (they are both ok at that point).
I also added a new check that the reloaded datasource fiber is actually live.

@fanf fanf requested a review from VinceMacBuche June 28, 2023 10:39
@fanf fanf force-pushed the bug_22971/spurious_test_error_on_the_killing_of_old_fiber_on_datasource_save_delete branch from 320bc9f to 2c114f9 Compare June 28, 2023 10:40
@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit 2c114f9 into Normation:branches/rudder/7.3 Jun 28, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants