fix run.sh, support set a test filesystem with single node (#161)
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Yiyuan Liu
2025-03-13 11:49:43 +08:00
committed by GitHub
parent a188ed39ec
commit 3c100b90ce
7 changed files with 163 additions and 473 deletions

View File

@@ -7,11 +7,11 @@ async = true
name = 'normal'
start_level = 'NONE'
writer_type = 'FILE'
file_path = '{{ env.LOG_FILE }}'
file_path = '${META_LOG}'
[[server.base.groups]]
[server.base.groups.listener]
listen_port = {{ env.PORT }}
listen_port = ${META_PORT}
[[server.base.groups]]
[server.base.groups.listener]
@@ -40,5 +40,5 @@ gc_file_delay = '5s'
[server.fdb]
casual_read_risky = true
clusterFile = '${FDB_UNITTEST_CLUSTER}'
clusterFile = '${FDB_TEST_CLUSTER}'
externalClientPath = '/lib/libfdb_c.so'