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

refactor: remove submitter from Wait for results method in client part #237

Merged
merged 6 commits into from
Jan 2, 2024

Conversation

melflitty-aneo
Copy link
Contributor

@melflitty-aneo melflitty-aneo commented Dec 1, 2023

I tried to remove the submitter from the method GetResult that waits for the results before getting them. The implementation for WaitForResults used is the same in ArmoniK.Api. It uses the events API. Tests did not always pass. There is some unkown and "random" reason that causes the tests to crash sometimes, given that the stream received from the events api was correctly handled.

@aneojgurhem aneojgurhem force-pushed the me/removeSubmitterInWaitResults branch from 63c6eb3 to 1aafa59 Compare December 18, 2023 06:18
@aneojgurhem
Copy link
Contributor

Issue here comes from a bug in core ; aneoconsulting/ArmoniK.Core#558.
Waiting for PR to be merged and released

@aneojgurhem aneojgurhem merged commit 2507b02 into main Jan 2, 2024
24 checks passed
@aneojgurhem aneojgurhem deleted the me/removeSubmitterInWaitResults branch January 2, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants