On 19 June 2016 at 09:34, harry_no_spot <[email protected]> wrote:
> hello,
> I'm a new bie, and I want to ask:
> 1.jmeter use both jenkins and buildbot to do CI? was it redundant?
Buildbot is more geared towards generating automated snapshots.
> 2.I guess there is no windows machine to do the CI job,
There are a few Windows Jenkins systems, but they tend to be somewhat
unreliable in my experience.
> cause daily ant target test will fail for the following: (actually it doesnot
> matter, no bothering)
> i.e. TestCsvSampleWriter.java
> assertEquals("a,b\n", writer.toString()); // ant test will
> report failure
>
> assertEquals("a,b"+System.getProperty("line.separator"),writer.toString());
> // if changed to this, ant test will not report failure
Thanks for the bug report; it will be fixed.
> regards.