mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-23 17:21:13 -05:00
* System table commit indexes * [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh * tidy * docstrings and bad hash tests * exclude ld * [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh * bad import * [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh * skip LD system table indexing testt * [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh * skip LD dolt scripts * shift validation burden to indexes * [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh * fix bats * fix non-determinism * fix copyright header Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
17 lines
383 B
YAML
17 lines
383 B
YAML
tests:
|
|
- name: "system table"
|
|
repos:
|
|
- name: dolt
|
|
server:
|
|
port: 3309
|
|
args: [ "--port", "3309", "--password", "password"]
|
|
scripts:
|
|
- gen/dolt_diff_log_join_on_commit.gen.lua
|
|
- name: "dummy system table"
|
|
repos:
|
|
- name: dolt
|
|
server:
|
|
port: 3309
|
|
args: [ "--port", "3309" ]
|
|
scripts:
|
|
- gen/dolt_diff_log_join_on_commit_dummy.gen.lua |