On Thu, 31 Oct 2019 at 21:12, Felix Schumacher <[email protected]> wrote: > > > Am 29.10.19 um 22:21 schrieb sebb: > > I get a test failure on macOS: > > > > org.opentest4j.AssertionFailedError: HTTP is using a custom DNS > > resolver, so it must fail resolving localhost > > url: http://localhost:50642/index.html > > response: Not Found > > data.size: 84 > > data: No response could be served as there are no stub mappings in > > this WireMock instance. > > ==> expected: <Non HTTP response message: Failed to resolve host > > name: localhost> but was: <Not Found> > > at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) > > at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:69) > > at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:188) > > at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1146) > > at > > org.apache.jmeter.protocol.http.control.DnsManagerTest.badDnsInCustomResolverShouldFailHttpSampler(DnsManagerTest.java:58) > > ... > > (I have no mac, so I probably can't help that much here). Did you try > with some newer Java version?
Also tried with latest Java 8: java version "1.8.0_231" Same error, see: http://home.apache.org/~sebb/jmeter/build.log > Did you configure localhost to be > something different than normal? What is it configured to? 127.0.0.1 localhost 127.0.0.1 www.localhost.com ::1 localhost fe80::1%lo0 localhost > > > > There are also quite a few Javadoc warnings. > Do you mean the ones about multiple sources for some packages? Yes, plus other warnings. > > > > Also ./gradlew build reports: > > > > Deprecated Gradle features were used in this build, making it > > incompatible with Gradle 6.0. > > Use '--warning-mode all' to show the individual deprecation warnings. > > See > > https://docs.gradle.org/5.6.2/userguide/command_line_interface.html#sec:command_line_warnings > > That is known and will be fixed eventually (I hope). > > > > > > BUILD FAILED in 3m 27s > > 251 actionable tasks: 251 executed > > Exception in thread "DisconnectableInputStream source reader" > > org.gradle.api.UncheckedIOException: java.io.EOFException: No input > > provided for project > > at > > org.gradle.internal.UncheckedException.throwAsUncheckedException(UncheckedException.java:61) > > at > > org.gradle.internal.UncheckedException.throwAsUncheckedException(UncheckedException.java:41) > > at > > org.gradle.util.DisconnectableInputStream$1.run(DisconnectableInputStream.java:127) > > at java.lang.Thread.run(Thread.java:748) > > Caused by: java.io.EOFException: No input provided for project > > at org.apache.tools.ant.Project.defaultInput(Project.java:1305) > > at org.apache.tools.ant.Project.demuxInput(Project.java:1325) > > at > > org.apache.tools.ant.DemuxInputStream.read(DemuxInputStream.java:71) > > at org.apache.tools.ant.Project.defaultInput(Project.java:1303) > > at org.apache.tools.ant.Project.demuxInput(Project.java:1325) > > at > > org.apache.tools.ant.DemuxInputStream.read(DemuxInputStream.java:71) > > at > > org.gradle.util.DisconnectableInputStream$1.run(DisconnectableInputStream.java:98) > > ... 1 more > > I have never seen this. Are you behind a proxy? No. I've not noticed this recently; so perhaps it was a transient error. > > > > > > > This was run on macOS using: > > > > java version "1.8.0_151" > > Java(TM) SE Runtime Environment (build 1.8.0_151-b12) > > Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode) > > Felix > > > > > > S. > > > > On Tue, 29 Oct 2019 at 19:43, Milamber <[email protected]> wrote: > >> The fifth release candidate for JMeter 5.2 (38eb2be8fb) has been > >> prepared, and your votes are solicited. > >> > >> * This release brings a lot of new and improved features for developers > >> to deliver load tests faster as part of continuous development factory. > >> > >> * This release brings also two major changes for the distributed > >> version-control system and the building tool: > >> - migration from Subversion (svn) to Git repository (compliant with > >> GitHub and ASF GitBox) > >> - migration from Apache Ant to Gradle build system > >> This for 2 main objectives: > >> * Improve the ease for contributors to make improvements and > >> corrections of bugs > >> * Allow to have new and more frequent versions of JMeter by > >> automating release steps. > >> > >> Special Thanks for Vladimir Sitnikov ([email protected]) for these > >> works and supports. > >> > >> Please, test this release candidate (with load tests and/or functional > >> tests) using Java 8+ on Linux/Windows/macOS, especially on the changes. > >> Feedback is very welcome within the next 72 hours. > >> > >> @PMC and Commiters ==> This is the first release with the new > >> process/tool with Gradle and Git repository, so please double check this > >> release to find all issue in theses changes in the building and > >> releasing mechanisms for JMeter. <== > >> > >> You can read the New and Noteworthy section with some screenshots to > >> illustrate improvements and full list of changes at: > >> https://apache.github.io/jmeter-site-preview/site/changes.html > >> > >> JMeter is a Java desktop application designed to load test functional > >> behavior and measure performance. The current version targets Java 8+ > >> > >> Download - Archives/hashes/sigs: > >> https://dist.apache.org/repos/dist/dev/jmeter/apache-jmeter-5.2-rc5/ > >> (dist revision 36544) > >> > >> RAT report: > >> https://apache.github.io/jmeter-site-preview/rat/ > >> > >> SHA512 hashes of archives for this vote: see footnote [1] > >> > >> Site preview is here: > >> https://apache.github.io/jmeter-site-preview/site/ > >> > >> JavaDoc API preview is here: > >> https://apache.github.io/jmeter-site-preview/site/api/ > >> > >> Maven staging repository is accessible here: > >> https://repository.apache.org/content/repositories/orgapachejmeter-1058/org/apache/jmeter/ > >> > >> Tag: > >> https://gitbox.apache.org/repos/asf?p=jmeter.git;a=tag;h=refs/tags/v5.2-rc5 > >> > >> Keys are here: > >> https://www.apache.org/dist/jmeter/KEYS > >> > >> N.B. > >> To create the distribution and test JMeter: "./gradlew build -Prelease > >> -PskipSigning". > >> > >> JMeter 5.2 requires Java 8 or later to run. > >> > >> The artifacts were built with > >> Java(TM) SE Runtime Environment Oracle Corporation (build 1.8.0_221-b11) > >> Java HotSpot(TM) 64-Bit Server VM Oracle Corporation (build > >> 25.221-b11, mixed mode) > >> > >> Some known issues and incompatible changes are listed on changes page. > >> https://apache.github.io/jmeter-site-preview/site/changes.html#Known%20problems%20and%20workarounds > >> > >> > >> All feedback and vote are welcome. > >> > >> [ ] +1 I support this release > >> [ ] +0 I am OK with this release > >> [ ] -0 OK, but.... > >> [ ] -1 I do not support this release (please indicate why) > >> > >> The vote will remain open for at least 72 hours. > >> > >> The PMC members please indicate the mention "(binding)" with your vote. > >> > >> > >> Note: If the vote passes, the intention is to release the archive files > >> and rename the RC tag as the release tag. > >> > >> Thanks in advance! > >> > >> Milamber > >> > >> === > >> [1] SHA512 hashes of archives for this vote: > >> > >> edf26274488bda32daed1ca95701dbae860161876fa209e5617ba3c90d038f59bd845bf5bfa648f2d41066ac488b0e2484f437c0c858f35b708606043e584149 > >> *apache-jmeter-5.2.tgz > >> e0efd1c9ce0ae6530b727346a8d410957fc7a475090f79fe2ece09d447f916be929d14a409d64793abf0b853abdfb67e34c6b326802b6480ee96b07b7de91add > >> *apache-jmeter-5.2.zip > >> 1077fcd2effac23a50866d723968cfd1c96b3343dc5c6479318edd03fdc80c30b7686d382c195b60abaffb07ea74c5b03bde53a6d9e385011e5099d02fcb199b > >> *apache-jmeter-5.2_src.tgz > >> 9fd575bb81b19887a4183404fa06f3a1d2e2a730cdfdf239ce5cb3f9336cdf12eb4d25f75b6866ea2f20737043133f6cd39c95a107ef5a42beadc89adaececbc > >> *apache-jmeter-5.2_src.zip
