Actually, I correct myself. There appears to be a change in the weird.parse1 testsuite:

--- rsyslog-5.6.2/tests/testsuites/weird.parse1 2010-11-25 12:39:51.000000000 +0100 +++ rsyslog-5.6.5/tests/testsuites/weird.parse1 2011-03-11 10:58:37.000000000 +0100
@@ -11,10 +11,10 @@
 14,user,info,Aug 30 23:00:05,X4711,,,
 # there is a SP at the end of the line
 <14>Aug 30 23:00:05
-14,user,info,Aug 30 23:00:05,localhost,,,
+14,user,info,Aug 30 23:00:05,localhost.localdomain,,,
 # and here is no SP at the end of the line
 <14>Aug 30 23:00:05
-14,user,info,Aug 30 23:00:05,localhost,,,
+14,user,info,Aug 30 23:00:05,localhost.localdomain,,,
# unfortunately, I can not test missing dates with this test suite, because # we would have the current date in the response, which we can not check against
 #
@@ -31,7 +31,7 @@
 14,user,info,Aug 30 23:00:05,X4711,,,
 # there is a SP at the end of the line
 <14>2010-08-30T23:00:05Z
-14,user,info,Aug 30 23:00:05,localhost,,,
+14,user,info,Aug 30 23:00:05,localhost.localdomain,,,
 # and here is no SP at the end of the line
 <14>2010-08-30T23:00:05Z
-14,user,info,Aug 30 23:00:05,localhost,,,
+14,user,info,Aug 30 23:00:05,localhost.localdomain,,,


I guess there is some change in the rsyslog code, that has resulted in this test update?


Regards,
Anders Synstad
Basefarm AS

On 03/24/2011 10:26 AM, Anders Synstad wrote:
I'm trying to compile this new 5.6.5 release of rsyslog using the same
compile options and host as last time when I built the 5.6.2 release.

However, with v5.6.5 the "parsertest.sh" test now fails. The test itself
doesn't appear to be changed from previous versions.

The error I get is:

 > File ./testsuites/weird.parse1:
 > Expected Response:
 > '14,user,info,Aug 30 23:00:05,localhost.localdomain,,,'
 > Actual Response:
 > '14,user,info,Aug 30 23:00:05,localhost,,,'
 > test './testsuites/weird.parse1' failed!
 > Number of tests run: 48, number of failures: 4, test: parse1/udp

Anyone else getting this?



Regards,
Anders Synstad
Basefarm AS
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com

_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com

Reply via email to