Merge pull request #310 from bket/fix_tests

Fix (some) failing tests
This commit is contained in:
Yves Rutschle 2021-10-28 15:07:51 +02:00 committed by GitHub
commit 5b21375087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ listen:
( (
{ host: "localhost"; port: "8080"; keepalive: true; }, { host: "localhost"; port: "8080"; keepalive: true; },
{ host: "localhost"; port: "8081"; keepalive: true; }, { host: "localhost"; port: "8081"; keepalive: true; },
{ host: "ip4-localhost"; is_udp: true; port: "8086"; } { host: "127.0.0.1"; is_udp: true; port: "8086"; }
); );
@ -46,7 +46,7 @@ protocols:
{ name: "xmpp"; host: "localhost"; port: "9009"; }, { name: "xmpp"; host: "localhost"; port: "9009"; },
{ name: "adb"; host: "localhost"; port: "9010"; }, { name: "adb"; host: "localhost"; port: "9010"; },
{ name: "syslog"; host: "localhost"; port: "9013"; }, { name: "syslog"; host: "localhost"; port: "9013"; },
{ name: "regex"; host: "ip4-localhost"; is_udp: true; port: "9020"; { name: "ssh"; host: "127.0.0.1"; is_udp: true; port: "9020";
udp_timeout: 30; udp_timeout: 30;
regex_patterns: [ "^foo" ]; regex_patterns: [ "^foo" ];
}, },