<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/tests, branch v4.2.0</title>
<subtitle>rsyslog development for Lumberjack - various unofficial and potentially rebased branches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/'/>
<entry>
<title>Merge branch 'v3-stable' into beta</title>
<updated>2009-05-28T16:23:53+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-28T16:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=8d8befaeca0d9ed3f096780e499a3231f16585c4'/>
<id>8d8befaeca0d9ed3f096780e499a3231f16585c4</id>
<content type='text'>
Conflicts:
	tests/Makefile.am
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	tests/Makefile.am
</pre>
</div>
</content>
</entry>
<entry>
<title>small enhancement: config validation run now exits with code 1 if an error is detected.</title>
<updated>2009-05-28T15:59:11+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-05-28T15:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=23dac82b684e966490de707a44144b3ad0ce2323'/>
<id>23dac82b684e966490de707a44144b3ad0ce2323</id>
<content type='text'>
This change is considered important but small enough
to apply it directly to the stable version. [But it is a border case,
the change requires more code than I had hoped. Thus I have NOT tried
to actually catch all cases, this is left for the current devel
releases, if necessary]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change is considered important but small enough
to apply it directly to the stable version. [But it is a border case,
the change requires more code than I had hoped. Thus I have NOT tried
to actually catch all cases, this is left for the current devel
releases, if necessary]
</pre>
</div>
</content>
</entry>
<entry>
<title>made sure udptester terminates only after rsyslgod it spawned</title>
<updated>2009-04-06T08:56:27+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-04-06T08:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=010060289a729dd930ac04b72237f0ca0db9ea1d'/>
<id>010060289a729dd930ac04b72237f0ca0db9ea1d</id>
<content type='text'>
We noticed this race issue under Solaris (thanks to its different
scheduler, I guess). In some cases, the previous instance of rsyslogd
was not terminated, resulting in a failure on the next test. Now
handled correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We noticed this race issue under Solaris (thanks to its different
scheduler, I guess). In some cases, the previous instance of rsyslogd
was not terminated, resulting in a failure on the next test. Now
handled correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>improved parser test suite</title>
<updated>2009-04-03T16:20:52+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-04-03T16:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=04b06af335bedcb651ccffd852863b7d17bf20dc'/>
<id>04b06af335bedcb651ccffd852863b7d17bf20dc</id>
<content type='text'>
new tests added, now much better
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new tests added, now much better
</pre>
</div>
</content>
</entry>
<entry>
<title>improved test suite and added test for new output module interface</title>
<updated>2009-04-03T15:54:09+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-04-03T15:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=ce6b7e86cdd63ba1540d20aa22403d2b13d2e59f'/>
<id>ce6b7e86cdd63ba1540d20aa22403d2b13d2e59f</id>
<content type='text'>
The testbench has now a generic driver that can run a whole class
of test suites just by providing a config file and test cases. This
does not cover all testing needs, but a lot.
We have now added one test for the new array-passing output plugin
interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The testbench has now a generic driver that can run a whole class
of test suites just by providing a config file and test cases. This
does not cover all testing needs, but a lot.
We have now added one test for the new array-passing output plugin
interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed some problems with "make check"</title>
<updated>2009-03-31T20:10:37+00:00</updated>
<author>
<name>Demo</name>
<email>rger@debian5-demo.demo.example.net</email>
</author>
<published>2009-03-31T20:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=e3f21521cd6ae237fd9b362281fe188380210fb5'/>
<id>e3f21521cd6ae237fd9b362281fe188380210fb5</id>
<content type='text'>
interestingly, they manifested on Debian, only, but potentially
existed on other platforms, too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interestingly, they manifested on Debian, only, but potentially
existed on other platforms, too.
</pre>
</div>
</content>
</entry>
<entry>
<title>porting parser tests to solaris</title>
<updated>2009-03-31T18:35:15+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-03-31T18:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=d27edc7587dba7b850759d151d90cdad1cb34a35'/>
<id>d27edc7587dba7b850759d151d90cdad1cb34a35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into sol-test</title>
<updated>2009-03-31T18:06:10+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-03-31T18:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=3b9fd5330a6599c00e9c3c0a4080a141f173aa6a'/>
<id>3b9fd5330a6599c00e9c3c0a4080a141f173aa6a</id>
<content type='text'>
Conflicts:
	tests/Makefile.am
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	tests/Makefile.am
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: "make distcheck" did not work</title>
<updated>2009-03-31T20:03:02+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-03-31T20:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=91d6888a8afe562bf4d2ef53be94c41898e1a2ec'/>
<id>91d6888a8afe562bf4d2ef53be94c41898e1a2ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changed parser test suite to be c-program based</title>
<updated>2009-03-31T17:00:16+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-03-31T17:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=ec9e031599016b9eb6f9ac3fd8298ee4fcb0364f'/>
<id>ec9e031599016b9eb6f9ac3fd8298ee4fcb0364f</id>
<content type='text'>
I finally removed the tcl script because tcl costs a lot of
time if you do not invest the full learning cycle, plus I have
not everything avaible I need on Solaris. With C, I am quicker and
I also can create a superior solution. So I finally switched. Took
much less time than the initial tcl script...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I finally removed the tcl script because tcl costs a lot of
time if you do not invest the full learning cycle, plus I have
not everything avaible I need on Solaris. With C, I am quicker and
I also can create a superior solution. So I finally switched. Took
much less time than the initial tcl script...
</pre>
</div>
</content>
</entry>
</feed>
