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

Request-Based listrev #52

Merged
merged 3 commits into from
Mar 1, 2024
Merged

Request-Based listrev #52

merged 3 commits into from
Mar 1, 2024

Conversation

eflumerf
Copy link
Member

@eflumerf eflumerf commented Nov 8, 2023

Validator publishes a CreateList message to all Generators, which use
that information to create a list of integers.
Validator sends a RequestList message to one of the Reversers (N).
Reverser N sends RequestList messages to each Generator.
Generators send IntList message to Reverser N.
Reverser sends a ReversedList message containing all pairs of
original/reversed lists to Validator.
Validator checks list contents.

to more accurately reflect the actual DAQ.

Validator publishes a CreateList message to all Generators, which use
that information to create a list of integers.
Validator sends a RequestList message to one of the Reversers (N).
Reverser N sends RequestList messages to each Generator.
Generators send IntList message to Reverser N.
Reverser sends a ReversedList message containing all pairs of
original/reversed lists to Validator.
Validator checks list contents.
@eflumerf eflumerf self-assigned this Nov 8, 2023
@eflumerf eflumerf added the enhancement New feature or request label Nov 8, 2023
Copy link
Collaborator

@bieryAtFnal bieryAtFnal left a comment

Choose a reason for hiding this comment

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

This looks good to me. The six different configurations provide nice coverage for different levels of local-vs-remote connections, IMO.

One very minor question was whether there was a reason for not requesting the original list from the Validator to the Generator. Maybe just convenience...

@jcfreeman2 jcfreeman2 merged commit b48b4c2 into develop Mar 1, 2024
2 checks passed
@jcfreeman2 jcfreeman2 deleted the eflumerf/RequestBasedListrev branch March 1, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants