-
Notifications
You must be signed in to change notification settings - Fork 40
Remove SQL Server set up for duplicate permission tests #2959
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
Conversation
komamitsu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
Torch3333
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
brfrn169
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
feeblefakie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
kota2and3kan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
Co-authored-by: Hiroyuki Yamada <[email protected]>
Co-authored-by: Hiroyuki Yamada <[email protected]>
Co-authored-by: Hiroyuki Yamada <[email protected]>
Co-authored-by: Hiroyuki Yamada <[email protected]>
Co-authored-by: Hiroyuki Yamada <[email protected]>
Description
This PR removes an unnecessary SQL Server setup for the duplicate permission test. Until the unified permission test is implemented (by #2896), we tested SQL Server permissions using the Core integration test with the following setup:
This PR removes the above setup to avoid duplicate permission testing for SQL Server.
Related issues and/or PRs
Changes made
ci.yamlfrom the shell script.Checklist
Additional notes (optional)
N/A
Release notes
N/A