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

Replace clusterclient_async_sequence with clusterclient_async #184

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

bjosv
Copy link
Collaborator

@bjosv bjosv commented Aug 29, 2023

The clusterclient_async test binary now provides all features that previously only existed in clusterclient_async_sequence. clusterclient_async_sequence is therefor removed.

Inherits clusterclient_async_sequence's behaviour by sending commands sequentially instead of queuing all commands before starting the event engine. This allows testcases to perform behavioral changes between commands using action commands.
See clusterclient_async.c for more details.

The clusterclient_async test binary now provides all features that
previously only existed in clusterclient_async_sequence.
clusterclient_async_sequence is therefor removed.

Inherits clusterclient_async_sequence's behaviour by sending commands
sequentially instead of queuing all commands before starting the event engine.
This allows testcases to perform behavioral changes between commands using
action commands. See clusterclient_async.c.
Copy link
Collaborator

@zuiderkwast zuiderkwast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bjosv bjosv merged commit 4dc5564 into Nordix:master Aug 30, 2023
32 checks passed
@bjosv bjosv deleted the merge-clusterclients branch August 30, 2023 07:23
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.

2 participants