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

Remove parameterization on trino-opa tests #20556

Merged

Conversation

vagaerg
Copy link
Member

@vagaerg vagaerg commented Feb 2, 2024

Description

See #19532
@dain suggested removing parameterization #19532 (comment) , and as per #19532 (comment) we only removed parameterization from some tests.

This PR removes all parameterized tests

Additional context and related issues

N/A this change only affects tests

Release notes

(X) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

@cla-bot cla-bot bot added the cla-signed label Feb 2, 2024
@mosabua mosabua requested a review from dain February 6, 2024 00:57
@mosabua
Copy link
Member

mosabua commented Feb 6, 2024

Have not reviewed but imho you dont need to have all these separate commits. Wait for confirmation from @dain before squashing though

Copy link
Member

@dain dain left a comment

Choose a reason for hiding this comment

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

One formatting issue but otherwise looks good.

200);
public static final MockResponse UNDEFINED_RESPONSE = new MockResponse("{}", 404);
public static final MockResponse BAD_REQUEST_RESPONSE = new MockResponse("{}", 400);
200); public static final MockResponse UNDEFINED_RESPONSE = new MockResponse("{}", 404); public static final MockResponse BAD_REQUEST_RESPONSE = new MockResponse("{}", 400);
Copy link
Member

Choose a reason for hiding this comment

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

formatting is off here

@vagaerg vagaerg force-pushed the add-open-policy-agent-remove-parameterization branch from 83e119f to 0bdc294 Compare February 8, 2024 14:33
@vagaerg
Copy link
Member Author

vagaerg commented Feb 8, 2024

I rebased and squashed all commits. The other commit is addressing the comment @dain

@dain dain merged commit 0799f1a into trinodb:master Feb 9, 2024
17 checks passed
@github-actions github-actions bot added this to the 439 milestone Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants