-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring doltcli up to date with dolt 1.16.0 (#44)
* Mark expected failure of `test_working` * Add typing for `create_test_table` fixture * Add typing for `init_empty_test_repo` fixture * Add `ORDER BY` clause to make test reliable * `test_merge_conflict` has incorrect logic * Fix fixture to set up a doltdb * Remove unused mixin file * Add `track` argument to checkout * Add option to specify the branch to pull from * Fix unit tests by updating `Branch` type * Fix merge function message parsing Wrong parsing of merge output was causing test_merge_fast_forward to fail * Add fix for test_update_rows This will be removed once issue with dolt table import -u is fixed dolthub/dolt#6675 * Add commit message to merge dolt command Improve merge docstring This fixes test_dolt_log_merge_commit test as now merge message is correctly used * Remove unreachable code in merge This code was never reach as --commit flag was always set by default in dolt merge command * Improve use of commit message variable in tests * Add recommended dolt version in README * Add remote and all options to branch * Update dolt version to 0.16.0 * Remove temporary csv import fix as solved in dolt * Simplify _get_branches * Add tests for pull command * Add tests for _get_branches --------- Co-authored-by: crisp-snakey <b.dejong@lumicks.com> Co-authored-by: radao <a.radice@lumicks.com> Co-authored-by: Tommaso <tommaso.gritti@gmail.com>
- Loading branch information
1 parent
f4e7c4c
commit 87974a2
Showing
7 changed files
with
254 additions
and
89 deletions.
There are no files selected for viewing
This file contains 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 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 was deleted.
Oops, something went wrong.
This file contains 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 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.