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

DM-42182: Rename TAPQuerySetRunner, add new TAPQueryRunner #312

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

rra
Copy link
Member

@rra rra commented Dec 14, 2023

Rename the previous TAPQueryRunner business to TAPQuerySetRunner and add a new TAPQueryRunner business that runs queries randomly chosen from a simple list.

stvoutsin and others added 2 commits December 14, 2023 08:54
Rather than add a new layer of abstraction to allow two different
configurations of TAPQueryRunner, abstract the common functionality
of businesses that run TAP queries, rename the old TAPQueryRunner
to TAPQuerySetRunner, and add a new TAPQueryRunner that takes a
simple list of queries. This follows the existing pattern for keeping
each business simple and supporting a variety of tests via separate
business classes.
@rra rra merged commit 3dc9db7 into main Dec 14, 2023
3 of 4 checks passed
@rra rra deleted the tickets/DM-42182 branch December 14, 2023 20:57
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