diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/configs/fuzzy.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/functional/configs/fuzzy.conf b/test/functional/configs/fuzzy.conf index 9a4ed32d3..e8d5db628 100644 --- a/test/functional/configs/fuzzy.conf +++ b/test/functional/configs/fuzzy.conf @@ -15,10 +15,6 @@ metric = { } unknown_weight = 1 symbol { - weight = 0.0; - name = "R_TEST_FUZZY_UNKNOWN"; - } - symbol { weight = 10.0; name = "${FLAG1_SYMBOL}"; } @@ -42,6 +38,7 @@ worker { } worker { + count = 1; bind_socket = "${LOCAL_ADDR}:${PORT_FUZZY}"; type = "fuzzy"; hashfile = "${TMPDIR}/fuzzy.db"; |