Re: svn commit: r1817321 [1/3] - in /jmeter/trunk: ./ docs/images/screenshots/ docs/images/screenshots/http-config/ docs/images/screenshots/webtest/ src/components/org/apache/jmeter/assertions/ src/co

2017-12-06 Thread Antonio Gomes Rodrigues
PNG Files reverted 2017-12-06 23:37 GMT+01:00 Philippe Mouawad : > On Wed, Dec 6, 2017 at 11:21 PM, wrote: > > > Author: agomes > > Date: Wed Dec 6 22:21:19 2017 > > New Revision: 1817321 > > > > URL: http://svn.apache.org/viewvc?rev=1817321&view=rev > > Log: > > This closes #345 - Updated to l

Re: svn commit: r1817321 [1/3] - in /jmeter/trunk: ./ docs/images/screenshots/ docs/images/screenshots/http-config/ docs/images/screenshots/webtest/ src/components/org/apache/jmeter/assertions/ src/co

2017-12-06 Thread Philippe Mouawad
On Wed, Dec 6, 2017 at 11:21 PM, wrote: > Author: agomes > Date: Wed Dec 6 22:21:19 2017 > New Revision: 1817321 > > URL: http://svn.apache.org/viewvc?rev=1817321&view=rev > Log: > This closes #345 - Updated to latest checkstyle (v8.5), Added many more > rules to checkstyle, Included checking of

[GitHub] jmeter pull request #345: Checkstyle

2017-12-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jmeter/pull/345 ---

[GitHub] jmeter issue #350: Parallelised unit tests

2017-12-06 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/jmeter/pull/350 # [Codecov](https://codecov.io/gh/apache/jmeter/pull/350?src=pr&el=h1) Report > Merging [#350](https://codecov.io/gh/apache/jmeter/pull/350?src=pr&el=desc) into [trunk](https://codecov.io/gh/

[GitHub] jmeter issue #345: Checkstyle

2017-12-06 Thread pmouawad
Github user pmouawad commented on the issue: https://github.com/apache/jmeter/pull/345 Hi team, anybody wants to merge this one ? if not I’ll do it this week-end. Thanks ---

[GitHub] jmeter pull request #350: Parallelised unit tests

2017-12-06 Thread ham1
GitHub user ham1 opened a pull request: https://github.com/apache/jmeter/pull/350 Parallelised unit tests ## Description introduced `JMeterSerialTest` interface for tests which need to be run in sequence not concurrently. Re-wrote `TestFileServer` in Spock to use privat