Skip to content
Snippets Groups Projects
Commit 3c4cd81a authored by Nick Zavaritsky's avatar Nick Zavaritsky
Browse files

gh-42: Fix snapshot_daemon test (osx, freebsd)

parent 82d1bc39
No related branches found
No related tags found
No related merge requests found
......@@ -108,10 +108,6 @@ box.cfg{snapshot_period = 3600 * 4, snapshot_count = 4 }
space:drop()
---
...
PERIOD
---
- 0.03
...
box.cfg{ snapshot_count = .2 }
---
- error: 'Incorrect value for option ''snapshot_count'': must be an integer'
......
......@@ -68,8 +68,6 @@ fio.basename(snaps[1], '.snap') >= fio.basename(xlogs[1], '.xlog')
box.cfg{snapshot_period = 3600 * 4, snapshot_count = 4 }
space:drop()
PERIOD
box.cfg{ snapshot_count = .2 }
daemon = box.internal.snapshot_daemon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment