1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Philip O'Toole 1b2e4612f7
Add system-level restart test (#707)
Add system-level restart test
4 years ago
..
README.md Add system-level restart test (#707) 4 years ago
raft.db Add system-level restart test (#707) 4 years ago

README.md

This is a copy of a Raft directory formed using v5.6.0 software, after the following commands were issued:

curl -XPOST 'localhost:4001/db/execute?pretty&timings' -H "Content-Type: application/json" -d '[ "CREATE TABLE foo (id INTEGER NOT NULL PRIMARY KEY, name TEXT, age INTEGER)" ]'

curl -XPOST 'localhost:4001/db/execute?pretty&imings' -H "Content-Type: application/json" -d '[ ["INSERT INTO foo(name, age) VALUES(?, ?)", "fiona", 20] ]'