-
-
Notifications
You must be signed in to change notification settings - Fork 721
commit verification with dolt_tests #10482
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
90e7b69
Checkpoint. Not right at all
macneale4 552046e
neil fixes some tests
macneale4 73023f5
two tests which work in isolation, but fail together
macneale4 ae88712
resetting test harness should clear system variables
macneale4 f81d185
More debugging
macneale4 6c644ca
Fixing tests. Looks like rebase --skip-tests doesn't work
macneale4 3422d0e
Add skip_verification flag to RebaseState
macneale4 b5f9ab9
Add the ability to carry skipVerification flag through rebase steps
macneale4 240c443
settle on --skip-verification
macneale4 050c8e8
move to skip verification term everywhere
macneale4 1c22c23
Broken tests. checkpoint
macneale4 82ab968
Fix test message
macneale4 338517a
CLI Tests with rebase
macneale4 93dd3f6
add --skip-verification flag to commit and merge cli commands
macneale4 33158a1
Neil Cleans up after claude
macneale4 dd41a1e
Fix commit test
macneale4 6f8102e
Move test helpers into the one place they are used
macneale4 439b554
rename session variable, remove dead code, fix test strings
macneale4 abf30aa
Simplify more
macneale4 9319daa
note to investigate
macneale4 8272ad1
fix hardcoded flag in rebase
macneale4 da09b6b
Fix bats formatting
macneale4 31a2f6a
More commit_verification.bats formatting goodness
macneale4 b655ee9
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/upda…
macneale4 707e42f
Fix messages in commit_verification.bats
macneale4 94eddc5
Remove nonsense row len check
macneale4 3663d95
test workarounds
macneale4 ca6143c
The batch_mode test may be fixed with the defaultSkippedQueries
macneale4 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
(minor) This name confused me for a minute... something like "runTestsUsingDoltTestRun" might be more self describing, instead of including the Go package where the table function is stored.