Partially fix TestThread4.

modified:   generator.go
	modified:   internal/sqlite.org/sqlite-src-3190300/test/threadtest1.c
	new file:   internal/sqlite.org/sqlite-src-3190300/test/threadtest4.c
	modified:   internal/threadtest1/threadtest1_linux_amd64.go
	modified:   internal/threadtest4/threadtest4_linux_amd64.go
	modified:   z_linux_test.go
This commit is contained in:
Jan Mercl
2017-07-07 17:45:24 +02:00
parent 3f755c812f
commit a46bafc8c8
6 changed files with 575 additions and 17 deletions

View File

@@ -197,7 +197,6 @@ func TestThread3(t *testing.T) {
{"stress2"},
} {
out, err := exec.Command("./threadtest3", opts...).CombinedOutput()
dbg("%v\n%s", opts, out)
t.Logf("%v\n%s", opts, out)
if err != nil {
t.Fatal(err)
@@ -258,7 +257,6 @@ func TestThread4(t *testing.T) {
{"--multithread", "-serialized", "-wal"},
} {
out, err := exec.Command("./threadtest4", append(opts, "5")...).CombinedOutput()
dbg("%v\n%s", opts, out)
t.Logf("%v\n%s", opts, out)
if err != nil {
t.Fatal(err)