unable to run "ant test" command on local machine.

2019-02-03 Thread Sanjay Chaurasia
Hi team, I am trying to run the command "ant test" on Jmeter source code checked-out from http://svn.apache.org/repos/asf/jmeter/trunk . While running this command there are almost 131(130+1) tests getting failed. Screenshot is given below. [cid:image002.jpg@01D4BC7A.45415AD0] I have few

Re: Builds with Java 13 EA are failing

2019-02-03 Thread Philippe Mouawad
Hello Felix, Doesn't it look like a JDK13 bug ? There were similar bugs in old version like 11: - https://stackoverflow.com/questions/52694710/jdk-11-compiling-class-files-fails-with-oom-exception Regards On Sun, Feb 3, 2019 at 4:29 PM Felix Schumacher <

Builds with Java 13 EA are failing

2019-02-03 Thread Felix Schumacher
Hi all, I just added Java 13 EA to the build matrix on travis-ci and noticed, that they are failing with OOM. On investigation in a docker image, I could reproduce those (or similar) OOM errors: Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread

[GitHub] jmeter pull request #438: Try running on java-ea for travis builds.

2019-02-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jmeter/pull/438 ---

[GitHub] jmeter issue #438: Try running on java-ea for travis builds.

2019-02-03 Thread FSchumacher
Github user FSchumacher commented on the issue: https://github.com/apache/jmeter/pull/438 > Hi Felix, > Since you're working on this. > I see that when when we use openjdk11, we have those warnings: > > warning: [options] bootstrap class path not set in conjunction

[GitHub] jmeter issue #438: Try running on java-ea for travis builds.

2019-02-03 Thread pmouawad
Github user pmouawad commented on the issue: https://github.com/apache/jmeter/pull/438 Hi Felix, Since you're working on this. I see that when when we use openjdk11, we have those warnings: warning: [options] bootstrap class path not set in conjunction with -source 8

[GitHub] jmeter issue #438: Try running on java-ea for travis builds.

2019-02-03 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/jmeter/pull/438 # [Codecov](https://codecov.io/gh/apache/jmeter/pull/438?src=pr=h1) Report > Merging [#438](https://codecov.io/gh/apache/jmeter/pull/438?src=pr=desc) into

Help with task: Help in bug fixing and enhancements

2019-02-03 Thread Sameer Shukla
I would like to help out with the task listed at https://helpwanted.apache.org/task.html?d1f6ea3b

[GitHub] jmeter issue #438: Try running on java-ea for travis builds.

2019-02-03 Thread pmouawad
Github user pmouawad commented on the issue: https://github.com/apache/jmeter/pull/438 +1 ---

[GitHub] jmeter pull request #438: Try running on java-ea for travis builds.

2019-02-03 Thread FSchumacher
GitHub user FSchumacher opened a pull request: https://github.com/apache/jmeter/pull/438 Try running on java-ea for travis builds. ## Description Enable builds for Java EA on travis ci ## Motivation and Context We should get early warnings, when JMeter doesn't run