1
0
Fork 0

Merge branch 'master' of github.com:rqlite/rqlite into static-compilation

master
Philip O'Toole 3 years ago
commit 3771a1c5fb

@ -51,7 +51,7 @@ jobs:
# for years without actual issue so disabling the pointer tests
- run: go get -v -t -d ./...
- run:
command: go test -gcflags=all=-d=checkptr=0 -race ./...
command: go test -timeout 20m -gcflags=all=-d=checkptr=0 -race ./...
environment:
GORACE: "halt_on_error=1"

@ -954,6 +954,7 @@ class TestEndToEndSnapRestoreCluster(unittest.TestCase):
# Restart killed node, check it has full state.
self.n2.start()
self.n2.wait_for_leader()
self.n2.wait_for_all_fsm()
j = self.n2.query('SELECT count(*) FROM foo', level='none')
self.assertEqual(str(j), "{u'results': [{u'values': [[400]], u'types': [u''], u'columns': [u'count(*)']}]}")

Loading…
Cancel
Save