add dolt_commits and dolt_commit_ancestors to dolt ls --all

This commit is contained in:
Andy Arthur
2020-11-11 16:13:21 -08:00
parent 82ac1523fb
commit 97bc41299e
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -23,6 +23,8 @@ teardown() {
run dolt ls --all
[ $status -eq 0 ]
[[ "$output" =~ "dolt_log" ]] || false
[[ "$output" =~ "dolt_commits" ]] || false
[[ "$output" =~ "dolt_commit_ancestors" ]] || false
[[ "$output" =~ "dolt_conflicts" ]] || false
[[ "$output" =~ "dolt_branches" ]] || false
[[ "$output" =~ "dolt_query_catalog" ]] || false
@@ -136,6 +136,8 @@ var generatedSystemTables = []string{
BranchesTableName,
LogTableName,
TableOfTablesInConflictName,
CommitsTableName,
CommitAncestorsTableName,
}
var generatedSystemTablePrefixes = []string{