-
Notifications
You must be signed in to change notification settings - Fork 193
Fix initdb TAP tests. #1503
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
base: main
Are you sure you want to change the base?
Fix initdb TAP tests. #1503
Conversation
Currently initdb TAP tests fails due to number-of-checks assertions. Trivially fix specifying correct number of tests
|
As I can see in #1506 |
|
This is required for #1506 to work |
my-ship-it
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.
Thanks for fixing it. Just curious if the Tap test ran in CI already?
no, to enable this in CI we need something like #1506 , and this PR is a pre-requisite |
Currently initdb TAP tests fails due to
number-of-checks assertions. Trivially fix specifying correct number of tests