Add cockroach support and tests #896

Merged
lunny merged 27 commits from lunny/test_cockroach into master 2020-03-03 08:19:35 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit e3a0c2ed04 - Show all commits

View File

@ -288,7 +288,7 @@ services:
image: cockroachdb/cockroach:v19.2.4
hostname: cockroach
commands:
- start --insecure
- /cockroach/cockroach start --insecure
when:
event:
- push

View File

@ -184,6 +184,7 @@ func TestMain(m *testing.M) {
if err := prepareEngine(); err != nil {
fmt.Println(err)
os.Exit(1)
return
}