We explicitly model Services, which can have an Init step, a Run step and a
Stop step. Every registered service get initialized in the order they were
registered in, then they all run concurrently until Stop is called, when they
all get Stopped in reverse order. It's possible for clients to wait for init to
be completed and be delivered any errors encountered on startup. They can also
wait for stop, to be delivered any errors encountered on shutdown.
* 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>
* prototype for new sysbench runner
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* CI jobs
* edits
* nightly and release workflows
* param tweaks
* testing edits
* fixes
* fix test
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
* import perf harness prog
* more test isolation
* rework common dep
* fix server driver
* delete old files, fix readme
* more readme fixes
* batching edits
* edits
* skip import tests by def
* GA starter
* rename
* fix arg name
* change input name again
* remove espaced character from input desc
* fix env definition
* fix env definition
* fix workflow_dispatch name
* CI test files
* remove os spec
* runs on
* different set variable
* defaults
* defaults
* remove local GMS
* edits
* run bench from go/ directory
* dropped def equals
* go run, not go build
* fix output command name
* configure dolt
* fix query file path
* fix query file path
* switch query and inputs
* fix format <<EOF
* reformat yaml
* debug output
* more debug output
* fix echo -> cat
* fix to json flag
* fix yaml spacing
* yaml spacing
* yaml spacing
* revert html spacing
* json format
* env var expansion
* echo not cat
* another json string printing error
* no echo
* log template
* no template string
* wrong parameter, template should be templateName
* remove console.log
* pass file, not string, to ses
* rely on preexisting template? email action interface
* fix yaml
* fix html print
* fix html header
* change ci script
* fix sql-server connection pass
* mysql no password, setup default db
* put password back
* missed port for default database
* expanded CI tests
* shorter test file
* extend ci tests
* change default query
* try to push to dolthub
* modify push to dolthub
* duplicate test names
* typo
* dolt-action version
* invalid param for dolt_action
* specify feature branch
* specify main branch dolt-action
* -b flag first
* dont need -q flag for batch EOF
* combine results and dolthub push
* missing curly brace
* no auth
* new creds
* new cred fun
* use the cred key
* try again
* log table
* move push out of batch
* more logging
* new vs old branch
* fix branch rule
* more test
* all tests
* smaller tests
* smaller tests
* double env: key
* fix yaml error
* more yaml errors
* more yaml errors
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* linting fixes, remove other import nightly
* linting
* go vet
* licenses
* fix compile errorrs
* warn don't panic on init()
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* no external package
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* unused dep
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* Revert perf scripts
* refactor to repo dispatch
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>