On Sat 18 Feb 2017 at 11:19, Hervé BOUTEMY <herve.bout...@free.fr> wrote:
> the discussion is not about merging some code from a branch to master: it's > about doing an alpha release from master > The current issue with surefire where forked tests will fail on at least FreeBSD - as long as it is a clear regression from 3.3.9 - is a blocker on an alpha. If it is not a regression on 3.3.9 then it isn't a blocker. I have not seen any other issues that merit blocking an alpha (but not looked hard yet, so there may be others) We need to start shaking down, so imho unless S1/S2 or a trivial S3 fix, it has missed the boat for 3.5.0 if not landed already. > then do you have concerns about doing an alpha release from master? > > or did I miss something? (which branch?) > > Regards, > > Hervé > > Le samedi 18 février 2017, 11:45:17 CET Robert Scholte a écrit : > > For me it is a -1 to merge. It is not a regression compared to 3.3.9, so > > that issue is not a blocker for me and can be part of a next release. > > > > Robert > > > > On Sat, 18 Feb 2017 09:29:51 +0100, Tibor Digana > > > > <tibor.dig...@googlemail.com> wrote: > > > +1: changed previous Vote, I want to see colors in console, but Karl > > > should > > > explain to Robert's remark that the change was a workaround. If it is > > > Multithreading Memory Model problem, we can find better fix together. > But > > > now the contains() method is part of logic and dev will try to see it > > > reasonable logic not knowing it was a workaround. > > > > > > On Fri, Feb 17, 2017 at 7:18 PM, Stephen Connolly < > > > > > > stephen.alan.conno...@gmail.com> wrote: > > >> Would it help yet to cut an alpha and start tracking bugs? > > >> > > >> I am starting to be concerned that the collective of volunteers are > on a > > >> death march with no end in site... so I am seeking ways to identify an > > >> end > > >> where we can cut 3.5.0 and start on 3.5.1 > > >> > > >> I don't want to be here in 2-3 weeks and still not even a > 3.5.0-alpha-1 > > >> that users could start testing > > >> > > >> On Fri 17 Feb 2017 at 18:10, Michael Osipov <micha...@apache.org> > wrote: > > >> > Am 2017-02-17 um 18:03 schrieb Arnaud Héritier: > > >> > > Is there someone who tried to deploy a "large" artifact ? > > >> > > > > >> > > I have a bug in 3.5 and not in 3.3.9 but for now no time to dig > > >> > > > > >> > > The project : https://github.com/jenkinsci/maven-plugin > > >> > > > >> > > Downloading: > > >> > https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/main/ > > >> > > >> maven-plugin/2.16-SNAPSHOT/maven-metadata.xml > > >> > > >> > > Downloaded: > > >> > https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/main/ > > >> > > >> maven-plugin/2.16-SNAPSHOT/maven-metadata.xml > > >> > > >> > > (929 B at 1.5 kB/s) > > >> > > > >> > > Uploading: > > >> > https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/main/ > > >> > > >> maven-plugin/2.16-SNAPSHOT/maven-plugin-2.16-20170217.170023-3.hpi > > >> > > >> > > [INFO] I/O exception (java.net.SocketException) caught when > > >> > > >> processing > > >> > > >> > > request to {s}->https://repo.jenkins-ci.org:443: Broken pipe > (Write > > >> > > > >> > failed) > > >> > > > >> > > [INFO] Retrying request to {s}->https://repo.jenkins-ci.org:443 > > >> > > [INFO] I/O exception (java.net.SocketException) caught when > > >> > > >> processing > > >> > > >> > > request to {s}->https://repo.jenkins-ci.org:443: Broken pipe > (Write > > >> > > > >> > failed) > > >> > > > >> > > [INFO] Retrying request to {s}->https://repo.jenkins-ci.org:443 > > >> > > [INFO] I/O exception (java.net.SocketException) caught when > > >> > > >> processing > > >> > > >> > > request to {s}->https://repo.jenkins-ci.org:443: Broken pipe > (Write > > >> > > > >> > failed) > > >> > > > >> > > [INFO] Retrying request to {s}->https://repo.jenkins-ci.org:443 > > >> > > > >> > In Wagon 2.12 Apache HttpComponents have been upgraded: > > >> > > diff --git a/wagon-providers/pom.xml b/wagon-providers/pom.xml > > >> > > index 1995fb7..e29dd55 100644 > > >> > > --- a/wagon-providers/pom.xml > > >> > > +++ b/wagon-providers/pom.xml > > >> > > @@ -23,7 +23,7 @@ under the License. > > >> > > > > >> > > <parent> > > >> > > > > >> > > <groupId>org.apache.maven.wagon</groupId> > > >> > > <artifactId>wagon</artifactId> > > >> > > > > >> > > - <version>2.10</version> > > >> > > + <version>2.12</version> > > >> > > > > >> > > <relativePath>../pom.xml</relativePath> > > >> > > > > >> > > </parent> > > >> > > > > >> > > @@ -50,12 +50,12 @@ under the License. > > >> > > > > >> > > <dependency> > > >> > > > > >> > > <groupId>org.apache.httpcomponents</groupId> > > >> > > <artifactId>httpclient</artifactId> > > >> > > > > >> > > - <version>4.3.5</version> > > >> > > + <version>4.5.2</version> > > >> > > > > >> > > </dependency> > > >> > > <dependency> > > >> > > > > >> > > <groupId>org.apache.httpcomponents</groupId> > > >> > > <artifactId>httpcore</artifactId> > > >> > > > > >> > > - <version>4.3.2</version> > > >> > > + <version>4.4.4</version> > > >> > > > > >> > > </dependency> > > >> > > <dependency> > > >> > > > > >> > > <groupId>org.apache.sshd</groupId> > > >> > > > >> > Additionally, the log dependencies where incorrectly configured > which > > >> > has been corrected in another ticket. > > >> > > > >> > Finally, we have a HugeFileDownloadTest which downloads a 4 GiB > large > > >> > file, we can easily add a HugeFileUploadTest. > > >> > > > >> > Looking at the log messages issued by the HttpComponents, you have a > > >> > network issue. Somewhere between you and the Artifactory instance > the > > >> > connection has been terminated (broken pipe). > > >> > > > >> > Can you repeat this issue realiably? > > >> > > > >> > Michael > > >> > > > >> > > > >> > > > >> > > --------------------------------------------------------------------- > > >> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > >> > For additional commands, e-mail: dev-h...@maven.apache.org > > >> > > > >> > -- > > >> > > >> Sent from my phone > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > For additional commands, e-mail: dev-h...@maven.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > > -- Sent from my phone