Updated integration tests

This commit is contained in:
Trial97
2019-12-10 18:12:17 +02:00
parent d22151861d
commit bbcfc6de42
9 changed files with 74 additions and 56 deletions

View File

@@ -5,7 +5,8 @@
"general": {
"log_level": 7,
"log_level": 7,
"reply_timeout": "10s", // consider connection down for replies taking longer than this value
},
@@ -183,7 +184,7 @@
"id": "file_reader_with_filters",
"run_delay": -1,
"type": "*file_csv",
"flags": ["*dryrun"],
// "flags": ["*dryrun"],
"field_separator": ";",
"source_path": "/tmp/ers_with_filters/in",
"processed_path": "/tmp/ers_with_filters/out",

View File

@@ -2,6 +2,7 @@
"general": {
"log_level": 7,
"reply_timeout": "10s", // consider connection down for replies taking longer than this value
},
"listen": {