You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Alex Rudyy <or...@apache.org> on 2019/12/02 10:28:30 UTC

[VOTE] Release Qpid Broker-J 7.1.6

Hi all,

I built release artefacts for Qpid Broker-J version 7.1.6 RC1.
Please, give them a test out and vote accordingly.

The source and binary archives can be found at:
https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.1.6-rc1/

The maven artifacts are also staged at:
https://repository.apache.org/content/repositories/orgapacheqpid-1186

The new version brings a number of improvements and bug fixes.
You can find the full list of JIRAs included into the release here:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&version=12346457

Kind Regards,
Alex

P.S. For testing of maven broker staging repo artefacts, please add into to
your project pom the staging repo as below:

<repositories>
    <repository>
      <id>staging</id>
      <url>
https://repository.apache.org/content/repositories/orgapacheqpid-1186</url>
    </repository>
</repositories>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org

Re: [VOTE] Release Qpid Broker-J 7.1.6

Posted by Gordon Sim <gs...@redhat.com>.
On 03/12/2019 5:59 pm, Oleksandr Rudyy wrote:
> Gordon,
> You can use use one of maven surefire plugin exclude mechanisms.
> 
> The simplest way is to build with an option
> '-Dtest=!SpnegoAuthenticatorTest,!KerberosAuthenticationManagerTest'

Thanks! Skipping those and also 
org.apache.qpid.server.logging.logback.jdbc.InMemoryDatabaseTestBase, 
the rest all pass. I also verified signature and checksum and ran python 
and qpid::messagig C++ examples against it.

+1


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Qpid Broker-J 7.1.6

Posted by Oleksandr Rudyy <or...@gmail.com>.
Gordon,
You can use use one of maven surefire plugin exclude mechanisms.

The simplest way is to build with an option
'-Dtest=!SpnegoAuthenticatorTest,!KerberosAuthenticationManagerTest'

Alternatively, you can specify exclude file using option
-Dsurefire.excludesFile=/path/to/exclude/file. For example,
cat > test-excludes.txt << EOL

**/SpnegoAuthenticatorTest.java
**/KerberosAuthenticationManagerTest.java
EOL

mvn verify  -Dsurefire.excludesFile=`pwd`/test-excludes.txt

Kind Regards,
Alex

On Tue, 3 Dec 2019 at 17:26, Gordon Sim <gs...@redhat.com> wrote:

> On 03/12/2019 5:07 pm, Oleksandr Rudyy wrote:
> > Hi Gordon.
> >
> > The tests from test suites  KerberosAuthenticationManagerTest and
> > SpnegoAuthenticatorTest are failing sporadically in Apache Jenkins
> builds.
> > I have not seen them failing locally on my machine. I suspect that it is
> an
> > issue with embedded Apache Kerby implementation of Kerberos server.
> >
> > I added the tests in version 7.1.5 as part of implementation of support
> for
> > SPNEGO authentication in Web management. There was no changes made to
> > Kerberos support in version 7.1.6.
> >
> > It is a test issue and not a blocker for the release.
>
> I agree. It looks like it might be skipping all other tests though
> (unless I am misinterpreting):
>
> > [INFO] Results:
> > [INFO]
> > [ERROR] Errors:
> > [ERROR]
>  KerberosAuthenticationManagerTest.testCreateSaslNegotiator:133->authenticate:205->performNegotiation:226
> » PrivilegedAction
> > [ERROR]   SpnegoAuthenticatorTest.testAuthenticate:99->buildToken:175 »
> GSS No valid cre...
> > [ERROR]
>  SpnegoAuthenticatorTest.testAuthenticateNoNegotiatePrefix:126->buildToken:175
> » GSS
> > [ERROR]
>  SpnegoAuthenticatorTest.testAuthenticateWrongConfigName:154->buildToken:175
> » GSS
> > [ERROR]
>  SpnegoAuthenticatorTest.testAuthenticateWrongServer:165->buildToken:175 »
> GSS ...
> > [INFO]
> > [ERROR] Tests run: 1385, Failures: 0, Errors: 5, Skipped: 15
> > [INFO]
> > [INFO]
> ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Apache Qpid Broker-J Parent 7.1.6 .................. SUCCESS [
> 1.356 s]
> > [INFO] Apache Qpid Broker-J Code Generation ............... SUCCESS [
> 0.383 s]
> > [INFO] Apache Qpid Broker-J Test Utilities ................ SUCCESS [
> 0.175 s]
> > [INFO] Apache Qpid Broker-J Core .......................... FAILURE
> [01:51 min]
> > [INFO] Apache Qpid Broker-J LogBack Logging Plug-in ....... SKIPPED
> > [INFO] Apache Qpid Broker-J Access Control Plug-in ........ SKIPPED
> > [INFO] Apache Qpid Broker-J AMQP 0-10 Protocol Plug-in .... SKIPPED
> > [INFO] Apache Qpid Broker-J AMQP 0-8 Protocol Plug-in ..... SKIPPED
> > [INFO] Apache Qpid Broker-J AMQP 1-0 Protocol Plug-in ..... SKIPPED
> > [INFO] Apache Qpid Broker-J AMQP 0-8 to 0-10 Message Conversion Plug-in
> SKIPPED
> > [INFO] Apache Qpid Broker-J AMQP 0-8 to 1-0 Message Conversion Plug-in
> SKIPPED
> > [INFO] Apache Qpid Broker-J AMQP 0-10 to 1-0 Message Conversion Plug-in
> SKIPPED
> > [INFO] Apache Qpid Broker-J JDBC Message Store Plug-in .... SKIPPED
> > [INFO] Apache Qpid Broker-J Derby Message Store Plug-in ... SKIPPED
> > [INFO] Apache Qpid Broker-J JDBC Message Store Connection Pooling
> Plug-in SKIPPED
> > [INFO] Apache Qpid Broker-J LogBack JDBC Logging Plug-in .. SKIPPED
> > [INFO] Apache Qpid AMQP 1.0 JDBC Link Store Plug-in ....... SKIPPED
> > [INFO] Apache Qpid Broker-J HTTP Management Plug-in ....... SKIPPED
> > [INFO] Apache Qpid Broker-J AMQP Management Protocol Plug-in SKIPPED
> > [INFO] Apache Qpid Broker-J Memory Message Store Plug-in .. SKIPPED
> > [INFO] Apache Qpid Broker-J WebSocket Plug-in ............. SKIPPED
> > [INFO] Apache Qpid Broker-J BDB Message Store Plug-in ..... SKIPPED
> > [INFO] Apache Qpid AMQP 1.0 BDB Link Store Plug-in ........ SKIPPED
> > [INFO] Apache Qpid Broker-J ............................... SKIPPED
> > [INFO] Apache Qpid Broker-J Bundles ....................... SKIPPED
> > [INFO] Apache Qpid Broker-J Tools ......................... SKIPPED
> > [INFO] Apache Qpid Broker-J System Test Parent ............ SKIPPED
> > [INFO] Apache Qpid Broker-J System Test Utils ............. SKIPPED
> > [INFO] Apache Qpid Broker-J JMS System Tests Core ......... SKIPPED
> > [INFO] Apache Qpid Broker-J JMS 1.1 System Tests .......... SKIPPED
> > [INFO] Apache Qpid Broker-J JMS 2.0 System Tests .......... SKIPPED
> > [INFO] Apache Qpid Broker-J HTTP system tests ............. SKIPPED
> > [INFO] Apache Qpid Broker-J Protocol Tests Core ........... SKIPPED
> > [INFO] Apache Qpid Protocol Tests for AMQP 0-8,0-9,0-9-1 .. SKIPPED
> > [INFO] Apache Qpid Protocol Tests for AMQP 0-10 ........... SKIPPED
> > [INFO] Apache Qpid Protocol Tests for AMQP 1.0 ............ SKIPPED
> > [INFO] Apache Qpid Broker-J System Tests Spawn Broker Admin SKIPPED
> > [INFO] Apache Qpid Broker-J End to End Conversion Tests ... SKIPPED
> > [INFO] Apache Qpid Broker-J Performance Tests ............. SKIPPED
> > [INFO] Apache Qpid Broker-J Performance Test System Tests . SKIPPED
> > [INFO] Apache Qpid Broker-J Performance Tests Visualisation JFC SKIPPED
> > [INFO] Apache Qpid Broker-J BDB Store System Tests ........ SKIPPED
> > [INFO] Apache Qpid Joram JMS Tests ........................ SKIPPED
> > [INFO] Apache Qpid Broker-J JMS TCK Configuration ......... SKIPPED
> > [INFO] Apache Qpid Broker-J Docbook ....................... SKIPPED
> > [INFO] Apache Qpid Broker-J Docbook ....................... SKIPPED
> > [INFO] Apache Qpid Broker-J Performance Test Docbook 7.1.6  SKIPPED
> > [INFO]
> ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> ------------------------------------------------------------------------
> > [INFO] Total time: 01:53 min
> > [INFO] Finished at: 2019-12-03T17:22:08Z
> > [INFO]
> ------------------------------------------------------------------------
>
> Is there a way I can just skip the failing tests and run the others?
>
> > I will fix it as soon, as I capture the test failures.
> >
> > Do they fail for you on every build? What OS and JDK you are using?
>
> I've only run it twice and it failed both times. I'm on fedora 30,
> OpenJDK Runtime Environment (build 1.8.0_222-b10).
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

Re: [VOTE] Release Qpid Broker-J 7.1.6

Posted by Robbie Gemmell <ro...@gmail.com>.
Alex has replied showing how to can just exclude those specific tests.

More generally though, what you see is just standard maven behaviour
for a multi-module builds where if a module (via tests in this case)
build fails then the overall build stops after that unless instructed
otherwise, presumably since failure in the earlier modules might mean
invalid state for later modules possibly rendering their
build/test/etc output questionable or causing cascading breakages. You
can ask it to continue though and try other modules if they arent
impated by the earlier failure with the -fae (fail at end) option.

Robbie

On Tue, 3 Dec 2019 at 17:26, Gordon Sim <gs...@redhat.com> wrote:
>
> On 03/12/2019 5:07 pm, Oleksandr Rudyy wrote:
> > Hi Gordon.
> >
> > The tests from test suites  KerberosAuthenticationManagerTest and
> > SpnegoAuthenticatorTest are failing sporadically in Apache Jenkins builds.
> > I have not seen them failing locally on my machine. I suspect that it is an
> > issue with embedded Apache Kerby implementation of Kerberos server.
> >
> > I added the tests in version 7.1.5 as part of implementation of support for
> > SPNEGO authentication in Web management. There was no changes made to
> > Kerberos support in version 7.1.6.
> >
> > It is a test issue and not a blocker for the release.
>
> I agree. It looks like it might be skipping all other tests though
> (unless I am misinterpreting):
>
> > [INFO] Results:
> > [INFO]
> > [ERROR] Errors:
> > [ERROR]   KerberosAuthenticationManagerTest.testCreateSaslNegotiator:133->authenticate:205->performNegotiation:226 » PrivilegedAction
> > [ERROR]   SpnegoAuthenticatorTest.testAuthenticate:99->buildToken:175 » GSS No valid cre...
> > [ERROR]   SpnegoAuthenticatorTest.testAuthenticateNoNegotiatePrefix:126->buildToken:175 » GSS
> > [ERROR]   SpnegoAuthenticatorTest.testAuthenticateWrongConfigName:154->buildToken:175 » GSS
> > [ERROR]   SpnegoAuthenticatorTest.testAuthenticateWrongServer:165->buildToken:175 » GSS ...
> > [INFO]
> > [ERROR] Tests run: 1385, Failures: 0, Errors: 5, Skipped: 15
> > [INFO]
> > [INFO] ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Apache Qpid Broker-J Parent 7.1.6 .................. SUCCESS [  1.356 s]
> > [INFO] Apache Qpid Broker-J Code Generation ............... SUCCESS [  0.383 s]
> > [INFO] Apache Qpid Broker-J Test Utilities ................ SUCCESS [  0.175 s]
> > [INFO] Apache Qpid Broker-J Core .......................... FAILURE [01:51 min]
> > [INFO] Apache Qpid Broker-J LogBack Logging Plug-in ....... SKIPPED
> > [INFO] Apache Qpid Broker-J Access Control Plug-in ........ SKIPPED
> > [INFO] Apache Qpid Broker-J AMQP 0-10 Protocol Plug-in .... SKIPPED
> > [INFO] Apache Qpid Broker-J AMQP 0-8 Protocol Plug-in ..... SKIPPED
> > [INFO] Apache Qpid Broker-J AMQP 1-0 Protocol Plug-in ..... SKIPPED
> > [INFO] Apache Qpid Broker-J AMQP 0-8 to 0-10 Message Conversion Plug-in SKIPPED
> > [INFO] Apache Qpid Broker-J AMQP 0-8 to 1-0 Message Conversion Plug-in SKIPPED
> > [INFO] Apache Qpid Broker-J AMQP 0-10 to 1-0 Message Conversion Plug-in SKIPPED
> > [INFO] Apache Qpid Broker-J JDBC Message Store Plug-in .... SKIPPED
> > [INFO] Apache Qpid Broker-J Derby Message Store Plug-in ... SKIPPED
> > [INFO] Apache Qpid Broker-J JDBC Message Store Connection Pooling Plug-in SKIPPED
> > [INFO] Apache Qpid Broker-J LogBack JDBC Logging Plug-in .. SKIPPED
> > [INFO] Apache Qpid AMQP 1.0 JDBC Link Store Plug-in ....... SKIPPED
> > [INFO] Apache Qpid Broker-J HTTP Management Plug-in ....... SKIPPED
> > [INFO] Apache Qpid Broker-J AMQP Management Protocol Plug-in SKIPPED
> > [INFO] Apache Qpid Broker-J Memory Message Store Plug-in .. SKIPPED
> > [INFO] Apache Qpid Broker-J WebSocket Plug-in ............. SKIPPED
> > [INFO] Apache Qpid Broker-J BDB Message Store Plug-in ..... SKIPPED
> > [INFO] Apache Qpid AMQP 1.0 BDB Link Store Plug-in ........ SKIPPED
> > [INFO] Apache Qpid Broker-J ............................... SKIPPED
> > [INFO] Apache Qpid Broker-J Bundles ....................... SKIPPED
> > [INFO] Apache Qpid Broker-J Tools ......................... SKIPPED
> > [INFO] Apache Qpid Broker-J System Test Parent ............ SKIPPED
> > [INFO] Apache Qpid Broker-J System Test Utils ............. SKIPPED
> > [INFO] Apache Qpid Broker-J JMS System Tests Core ......... SKIPPED
> > [INFO] Apache Qpid Broker-J JMS 1.1 System Tests .......... SKIPPED
> > [INFO] Apache Qpid Broker-J JMS 2.0 System Tests .......... SKIPPED
> > [INFO] Apache Qpid Broker-J HTTP system tests ............. SKIPPED
> > [INFO] Apache Qpid Broker-J Protocol Tests Core ........... SKIPPED
> > [INFO] Apache Qpid Protocol Tests for AMQP 0-8,0-9,0-9-1 .. SKIPPED
> > [INFO] Apache Qpid Protocol Tests for AMQP 0-10 ........... SKIPPED
> > [INFO] Apache Qpid Protocol Tests for AMQP 1.0 ............ SKIPPED
> > [INFO] Apache Qpid Broker-J System Tests Spawn Broker Admin SKIPPED
> > [INFO] Apache Qpid Broker-J End to End Conversion Tests ... SKIPPED
> > [INFO] Apache Qpid Broker-J Performance Tests ............. SKIPPED
> > [INFO] Apache Qpid Broker-J Performance Test System Tests . SKIPPED
> > [INFO] Apache Qpid Broker-J Performance Tests Visualisation JFC SKIPPED
> > [INFO] Apache Qpid Broker-J BDB Store System Tests ........ SKIPPED
> > [INFO] Apache Qpid Joram JMS Tests ........................ SKIPPED
> > [INFO] Apache Qpid Broker-J JMS TCK Configuration ......... SKIPPED
> > [INFO] Apache Qpid Broker-J Docbook ....................... SKIPPED
> > [INFO] Apache Qpid Broker-J Docbook ....................... SKIPPED
> > [INFO] Apache Qpid Broker-J Performance Test Docbook 7.1.6  SKIPPED
> > [INFO] ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO] ------------------------------------------------------------------------
> > [INFO] Total time: 01:53 min
> > [INFO] Finished at: 2019-12-03T17:22:08Z
> > [INFO] ------------------------------------------------------------------------
>
> Is there a way I can just skip the failing tests and run the others?
>
> > I will fix it as soon, as I capture the test failures.
> >
> > Do they fail for you on every build? What OS and JDK you are using?
>
> I've only run it twice and it failed both times. I'm on fedora 30,
> OpenJDK Runtime Environment (build 1.8.0_222-b10).
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Qpid Broker-J 7.1.6

Posted by Gordon Sim <gs...@redhat.com>.
On 03/12/2019 5:07 pm, Oleksandr Rudyy wrote:
> Hi Gordon.
> 
> The tests from test suites  KerberosAuthenticationManagerTest and
> SpnegoAuthenticatorTest are failing sporadically in Apache Jenkins builds.
> I have not seen them failing locally on my machine. I suspect that it is an
> issue with embedded Apache Kerby implementation of Kerberos server.
> 
> I added the tests in version 7.1.5 as part of implementation of support for
> SPNEGO authentication in Web management. There was no changes made to
> Kerberos support in version 7.1.6.
> 
> It is a test issue and not a blocker for the release.

I agree. It looks like it might be skipping all other tests though 
(unless I am misinterpreting):

> [INFO] Results:
> [INFO] 
> [ERROR] Errors: 
> [ERROR]   KerberosAuthenticationManagerTest.testCreateSaslNegotiator:133->authenticate:205->performNegotiation:226 » PrivilegedAction
> [ERROR]   SpnegoAuthenticatorTest.testAuthenticate:99->buildToken:175 » GSS No valid cre...
> [ERROR]   SpnegoAuthenticatorTest.testAuthenticateNoNegotiatePrefix:126->buildToken:175 » GSS
> [ERROR]   SpnegoAuthenticatorTest.testAuthenticateWrongConfigName:154->buildToken:175 » GSS
> [ERROR]   SpnegoAuthenticatorTest.testAuthenticateWrongServer:165->buildToken:175 » GSS ...
> [INFO] 
> [ERROR] Tests run: 1385, Failures: 0, Errors: 5, Skipped: 15
> [INFO] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] Apache Qpid Broker-J Parent 7.1.6 .................. SUCCESS [  1.356 s]
> [INFO] Apache Qpid Broker-J Code Generation ............... SUCCESS [  0.383 s]
> [INFO] Apache Qpid Broker-J Test Utilities ................ SUCCESS [  0.175 s]
> [INFO] Apache Qpid Broker-J Core .......................... FAILURE [01:51 min]
> [INFO] Apache Qpid Broker-J LogBack Logging Plug-in ....... SKIPPED
> [INFO] Apache Qpid Broker-J Access Control Plug-in ........ SKIPPED
> [INFO] Apache Qpid Broker-J AMQP 0-10 Protocol Plug-in .... SKIPPED
> [INFO] Apache Qpid Broker-J AMQP 0-8 Protocol Plug-in ..... SKIPPED
> [INFO] Apache Qpid Broker-J AMQP 1-0 Protocol Plug-in ..... SKIPPED
> [INFO] Apache Qpid Broker-J AMQP 0-8 to 0-10 Message Conversion Plug-in SKIPPED
> [INFO] Apache Qpid Broker-J AMQP 0-8 to 1-0 Message Conversion Plug-in SKIPPED
> [INFO] Apache Qpid Broker-J AMQP 0-10 to 1-0 Message Conversion Plug-in SKIPPED
> [INFO] Apache Qpid Broker-J JDBC Message Store Plug-in .... SKIPPED
> [INFO] Apache Qpid Broker-J Derby Message Store Plug-in ... SKIPPED
> [INFO] Apache Qpid Broker-J JDBC Message Store Connection Pooling Plug-in SKIPPED
> [INFO] Apache Qpid Broker-J LogBack JDBC Logging Plug-in .. SKIPPED
> [INFO] Apache Qpid AMQP 1.0 JDBC Link Store Plug-in ....... SKIPPED
> [INFO] Apache Qpid Broker-J HTTP Management Plug-in ....... SKIPPED
> [INFO] Apache Qpid Broker-J AMQP Management Protocol Plug-in SKIPPED
> [INFO] Apache Qpid Broker-J Memory Message Store Plug-in .. SKIPPED
> [INFO] Apache Qpid Broker-J WebSocket Plug-in ............. SKIPPED
> [INFO] Apache Qpid Broker-J BDB Message Store Plug-in ..... SKIPPED
> [INFO] Apache Qpid AMQP 1.0 BDB Link Store Plug-in ........ SKIPPED
> [INFO] Apache Qpid Broker-J ............................... SKIPPED
> [INFO] Apache Qpid Broker-J Bundles ....................... SKIPPED
> [INFO] Apache Qpid Broker-J Tools ......................... SKIPPED
> [INFO] Apache Qpid Broker-J System Test Parent ............ SKIPPED
> [INFO] Apache Qpid Broker-J System Test Utils ............. SKIPPED
> [INFO] Apache Qpid Broker-J JMS System Tests Core ......... SKIPPED
> [INFO] Apache Qpid Broker-J JMS 1.1 System Tests .......... SKIPPED
> [INFO] Apache Qpid Broker-J JMS 2.0 System Tests .......... SKIPPED
> [INFO] Apache Qpid Broker-J HTTP system tests ............. SKIPPED
> [INFO] Apache Qpid Broker-J Protocol Tests Core ........... SKIPPED
> [INFO] Apache Qpid Protocol Tests for AMQP 0-8,0-9,0-9-1 .. SKIPPED
> [INFO] Apache Qpid Protocol Tests for AMQP 0-10 ........... SKIPPED
> [INFO] Apache Qpid Protocol Tests for AMQP 1.0 ............ SKIPPED
> [INFO] Apache Qpid Broker-J System Tests Spawn Broker Admin SKIPPED
> [INFO] Apache Qpid Broker-J End to End Conversion Tests ... SKIPPED
> [INFO] Apache Qpid Broker-J Performance Tests ............. SKIPPED
> [INFO] Apache Qpid Broker-J Performance Test System Tests . SKIPPED
> [INFO] Apache Qpid Broker-J Performance Tests Visualisation JFC SKIPPED
> [INFO] Apache Qpid Broker-J BDB Store System Tests ........ SKIPPED
> [INFO] Apache Qpid Joram JMS Tests ........................ SKIPPED
> [INFO] Apache Qpid Broker-J JMS TCK Configuration ......... SKIPPED
> [INFO] Apache Qpid Broker-J Docbook ....................... SKIPPED
> [INFO] Apache Qpid Broker-J Docbook ....................... SKIPPED
> [INFO] Apache Qpid Broker-J Performance Test Docbook 7.1.6  SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 01:53 min
> [INFO] Finished at: 2019-12-03T17:22:08Z
> [INFO] ------------------------------------------------------------------------

Is there a way I can just skip the failing tests and run the others?

> I will fix it as soon, as I capture the test failures.
> 
> Do they fail for you on every build? What OS and JDK you are using?

I've only run it twice and it failed both times. I'm on fedora 30, 
OpenJDK Runtime Environment (build 1.8.0_222-b10).


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Qpid Broker-J 7.1.6

Posted by Oleksandr Rudyy <or...@gmail.com>.
Hi Gordon.

The tests from test suites  KerberosAuthenticationManagerTest and
SpnegoAuthenticatorTest are failing sporadically in Apache Jenkins builds.
I have not seen them failing locally on my machine. I suspect that it is an
issue with embedded Apache Kerby implementation of Kerberos server.

I added the tests in version 7.1.5 as part of implementation of support for
SPNEGO authentication in Web management. There was no changes made to
Kerberos support in version 7.1.6.

It is a test issue and not a blocker for the release.
I will fix it as soon, as I capture the test failures.

Do they fail for you on every build? What OS and JDK you are using?

Kind Regards,
Alex



On Tue, 3 Dec 2019 at 16:47, Gordon Sim <gs...@redhat.com> wrote:

> On 02/12/2019 10:28 am, Alex Rudyy wrote:
> > Hi all,
> >
> > I built release artefacts for Qpid Broker-J version 7.1.6 RC1.
> > Please, give them a test out and vote accordingly.
> >
> > The source and binary archives can be found at:
> > https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.1.6-rc1/
> >
> > The maven artifacts are also staged at:
> > https://repository.apache.org/content/repositories/orgapacheqpid-1186
> >
> > The new version brings a number of improvements and bug fixes.
> > You can find the full list of JIRAs included into the release here:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&version=12346457
>
> I'm seeing errors in the 'Apache Qpid Broker-J Core' tests:
>
> > [ERROR] Errors:
> > [ERROR]
>  KerberosAuthenticationManagerTest.testCreateSaslNegotiator:133->authenticate:205->performNegotiation:226
> » PrivilegedAction
> > [ERROR]   SpnegoAuthenticatorTest.testAuthenticate:99->buildToken:175 »
> GSS No valid cre...
> > [ERROR]
>  SpnegoAuthenticatorTest.testAuthenticateNoNegotiatePrefix:126->buildToken:175
> » GSS
> > [ERROR]
>  SpnegoAuthenticatorTest.testAuthenticateWrongConfigName:154->buildToken:175
> » GSS
> > [ERROR]
>  SpnegoAuthenticatorTest.testAuthenticateWrongServer:165->buildToken:175 »
> GSS ...
> > [INFO]
> > [ERROR] Tests run: 1385, Failures: 0, Errors: 5, Skipped: 15
>
> I suspect it is just something environmental, but it then seems to skip
> all subsequent tests. Any thoughts?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

Re: [VOTE] Release Qpid Broker-J 7.1.6

Posted by Gordon Sim <gs...@redhat.com>.
On 02/12/2019 10:28 am, Alex Rudyy wrote:
> Hi all,
> 
> I built release artefacts for Qpid Broker-J version 7.1.6 RC1.
> Please, give them a test out and vote accordingly.
> 
> The source and binary archives can be found at:
> https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.1.6-rc1/
> 
> The maven artifacts are also staged at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1186
> 
> The new version brings a number of improvements and bug fixes.
> You can find the full list of JIRAs included into the release here:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&version=12346457

I'm seeing errors in the 'Apache Qpid Broker-J Core' tests:

> [ERROR] Errors: 
> [ERROR]   KerberosAuthenticationManagerTest.testCreateSaslNegotiator:133->authenticate:205->performNegotiation:226 » PrivilegedAction
> [ERROR]   SpnegoAuthenticatorTest.testAuthenticate:99->buildToken:175 » GSS No valid cre...
> [ERROR]   SpnegoAuthenticatorTest.testAuthenticateNoNegotiatePrefix:126->buildToken:175 » GSS
> [ERROR]   SpnegoAuthenticatorTest.testAuthenticateWrongConfigName:154->buildToken:175 » GSS
> [ERROR]   SpnegoAuthenticatorTest.testAuthenticateWrongServer:165->buildToken:175 » GSS ...
> [INFO] 
> [ERROR] Tests run: 1385, Failures: 0, Errors: 5, Skipped: 15

I suspect it is just something environmental, but it then seems to skip 
all subsequent tests. Any thoughts?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


RE: [VOTE] Release Qpid Broker-J 7.1.6

Posted by VERMEULEN Olivier <Ol...@murex.com>.
+1

Launched our validation pipeline which includes:
- basic sends and receives
- basic routing and filtering
- JDBC message and config stores
- message recovery
- HTTP management and statistics
- TTL, max queue size and max message size
- SSL and SASL
- performance benchmark

Olivier

-----Original Message-----
From: Robbie Gemmell <ro...@gmail.com>
Sent: mardi 3 décembre 2019 13:49
To: users@qpid.apache.org
Subject: Re: [VOTE] Release Qpid Broker-J 7.1.6

+1

I checked things over as below:
- Verified the signature and checksum files.
- Used mvn apache-rat:check to verify the headers in the source archive.
- Checked for LICENCE + NOTICE files present in the archives.
- Started brokers from the binary archive, created queues using the console, on JDK 8 & 11.
- Ran the Qpid JMS 0.47.0 HelloWorld example against the brokers on JDK 8 & 11.
- Ran build+tests with "mvn clean verify -DskipITs=false" on JDK 8 & 11, no issues.

Robbie

On Mon, 2 Dec 2019 at 10:28, Alex Rudyy <or...@apache.org> wrote:
>
> Hi all,
>
> I built release artefacts for Qpid Broker-J version 7.1.6 RC1.
> Please, give them a test out and vote accordingly.
>
> The source and binary archives can be found at:
> https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.1.6-rc1/
>
> The maven artifacts are also staged at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1186
>
> The new version brings a number of improvements and bug fixes.
> You can find the full list of JIRAs included into the release here:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310
> 520&version=12346457
>
> Kind Regards,
> Alex
>
> P.S. For testing of maven broker staging repo artefacts, please add
> into to your project pom the staging repo as below:
>
> <repositories>
>     <repository>
>       <id>staging</id>
>       <url>
> https://repository.apache.org/content/repositories/orgapacheqpid-1186</url>
>     </repository>
> </repositories>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For
> additional commands, e-mail: users-help@qpid.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org

*******************************
This e-mail contains information for the intended recipient only. It may contain proprietary material or confidential information. If you are not the intended recipient you are not authorized to distribute, copy or use this e-mail or any attachment to it. Murex cannot guarantee that it is virus free and accepts no responsibility for any loss or damage arising from its use. If you have received this e-mail in error please notify immediately the sender and delete the original email received, any attachments and all copies from your system.

Re: [VOTE] Release Qpid Broker-J 7.1.6

Posted by Robbie Gemmell <ro...@gmail.com>.
+1

I checked things over as below:
- Verified the signature and checksum files.
- Used mvn apache-rat:check to verify the headers in the source archive.
- Checked for LICENCE + NOTICE files present in the archives.
- Started brokers from the binary archive, created queues using the
console, on JDK 8 & 11.
- Ran the Qpid JMS 0.47.0 HelloWorld example against the brokers on JDK 8 & 11.
- Ran build+tests with "mvn clean verify -DskipITs=false" on JDK 8 &
11, no issues.

Robbie

On Mon, 2 Dec 2019 at 10:28, Alex Rudyy <or...@apache.org> wrote:
>
> Hi all,
>
> I built release artefacts for Qpid Broker-J version 7.1.6 RC1.
> Please, give them a test out and vote accordingly.
>
> The source and binary archives can be found at:
> https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.1.6-rc1/
>
> The maven artifacts are also staged at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1186
>
> The new version brings a number of improvements and bug fixes.
> You can find the full list of JIRAs included into the release here:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&version=12346457
>
> Kind Regards,
> Alex
>
> P.S. For testing of maven broker staging repo artefacts, please add into to
> your project pom the staging repo as below:
>
> <repositories>
>     <repository>
>       <id>staging</id>
>       <url>
> https://repository.apache.org/content/repositories/orgapacheqpid-1186</url>
>     </repository>
> </repositories>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Qpid Broker-J 7.1.6

Posted by Oleksandr Rudyy <or...@gmail.com>.
+1

My testing included the following:
* verified signatures and checksums
* built and ran tests successfully from source bundle using openjdk version
"1.8.0_232"
* verified that new statistics (processCpuLoad and processCpuTime) are
reported via REST API
* verified that consumerId is reported by queue operation
"getMessageInfoById"
* ran successfully client HelloWorld examples

On Mon, 2 Dec 2019 at 10:28, Alex Rudyy <or...@apache.org> wrote:

> Hi all,
>
> I built release artefacts for Qpid Broker-J version 7.1.6 RC1.
> Please, give them a test out and vote accordingly.
>
> The source and binary archives can be found at:
> https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.1.6-rc1/
>
> The maven artifacts are also staged at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1186
>
> The new version brings a number of improvements and bug fixes.
> You can find the full list of JIRAs included into the release here:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&version=12346457
>
> Kind Regards,
> Alex
>
> P.S. For testing of maven broker staging repo artefacts, please add into
> to your project pom the staging repo as below:
>
> <repositories>
>     <repository>
>       <id>staging</id>
>       <url>
> https://repository.apache.org/content/repositories/orgapacheqpid-1186
> </url>
>     </repository>
> </repositories>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>

Re: [VOTE] Release Qpid Broker-J 7.1.6

Posted by Rob Godfrey <ro...@gmail.com>.
+1 built from source, ran 0-9-1 and 1-0 tests, started up the broker and
kicked the tires.  Tested the new REST API parts on various JVMs (8, 11 ;
hotspot, J9) on my OS X machine.

-- Rob

On Mon, 2 Dec 2019 at 11:28, Alex Rudyy <or...@apache.org> wrote:

> Hi all,
>
> I built release artefacts for Qpid Broker-J version 7.1.6 RC1.
> Please, give them a test out and vote accordingly.
>
> The source and binary archives can be found at:
> https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.1.6-rc1/
>
> The maven artifacts are also staged at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1186
>
> The new version brings a number of improvements and bug fixes.
> You can find the full list of JIRAs included into the release here:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&version=12346457
>
> Kind Regards,
> Alex
>
> P.S. For testing of maven broker staging repo artefacts, please add into to
> your project pom the staging repo as below:
>
> <repositories>
>     <repository>
>       <id>staging</id>
>       <url>
> https://repository.apache.org/content/repositories/orgapacheqpid-1186
> </url>
>     </repository>
> </repositories>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>