Hi,

Affected unit tests were reworked, a PR with the changes was created:
https://github.com/apache/qpid-broker-j/pull/232

Could you please check whether the changes resolve the issue?

Comments can be left in appropriate JIRA issue as well:
https://issues.apache.org/jira/browse/QPID-8659

Kind regards,
Daniil Kirilyuk

On Sat, 21 Oct 2023 at 11:53, Daniil Kirilyuk <daniel.kiril...@gmail.com>
wrote:

> Hi,
>
> JIRA QPID-8659 was created to analyze and fix the issue:
> https://issues.apache.org/jira/browse/QPID-8659
>
> As a temporary solution I would suggest adding @Disabled to failing tests.
>
> Kind regards,
> Daniil Kirilyuk
>
> On Sat, 21 Oct 2023 at 01:00, Paul Allen <pgal...@randomlogic.net> wrote:
> >
> > Since I am between jobs I figured I would continue with what I did last
> > year converting Broker-J to a GraalVM native image (ref:
> > https://github.com/Rohan427/Qpid4Graal). I downloaded the 9.1.0 source
> > and attempted to build it on my CentOS Linux 7 system. (no code changes,
> > a fresh source directory).
> >
> > Following the build instructions in the documentation, I am getting a
> > unit test failure and as a result a failed build:
> >
> > [pgallen@igen apache-qpid-broker-j-9.1.0-src]$ mvn clean package
> >
> > ...
> >
> > [ERROR]
> >
> org.apache.qpid.server.query.engine.parsing.query.QuerySettingsTest.customizeZoneIdViaQueryEngine
> > -- Time elapsed: 0.007 s <<< FAILURE!
> > org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
> >          at
> >
> org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
> >          at
> >
> org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
> >          at
> org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
> >          at
> org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
> >          at
> org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
> >          at
> org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:179)
> >          at
> >
> org.apache.qpid.server.query.engine.parsing.query.QuerySettingsTest.customizeZoneIdViaQueryEngine(QuerySettingsTest.java:278)
> >          at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> >          at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
> >          at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
> >
> > Any assistance greatly appreciated.
> >
> > Thanks,
> >
> > PGA
> >
>

Reply via email to