Add integration tests
This commit is contained in:
parent
d7c9192ebb
commit
68ae92e4bf
6 changed files with 392 additions and 83 deletions
16
tests/test_config.toml
Normal file
16
tests/test_config.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[server]
|
||||
port = 3100
|
||||
replication_factor = 2
|
||||
virtual_nodes = 100
|
||||
|
||||
[database]
|
||||
path = "/tmp/mkv-test/index.db"
|
||||
|
||||
[[volumes]]
|
||||
url = "http://localhost:3101"
|
||||
|
||||
[[volumes]]
|
||||
url = "http://localhost:3102"
|
||||
|
||||
[[volumes]]
|
||||
url = "http://localhost:3103"
|
||||
Loading…
Add table
Add a link
Reference in a new issue