Bug 63033 - Upgrade to Saxon-HE-9.9.1-1
Summary: Upgrade to Saxon-HE-9.9.1-1
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 5.0
Hardware: All All
: P2 enhancement (vote)
Target Milestone: JMETER_5.1
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2018-12-23 19:56 UTC by Philippe Mouawad
Modified: 2019-02-04 20:56 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2018-12-23 19:56:32 UTC
Upgrade to Saxon-HE-9.2.0-X generates a test failure, see below.

I see nothing in release notes about this change or at least didn't understand it:

- http://www.saxonica.com/documentation/index.html#!changes/all/9.8-9.9

Will report a bug once my user is accepted, but if anybody sees what's the problem, he's welcome to fix it.


[java] 1) testputValuesForXPathInListUsingSaxon(org.apache.jmeter.util.XPathUtilTest)
     [java] org.junit.ComparisonFailure: expected:<...84_pos#">29</age:ag>[]> but was:<...84_pos#">29</age:ag>[
     [java] ]>
     [java]     at org.junit.Assert.assertEquals(Assert.java:115)
     [java]     at org.junit.Assert.assertEquals(Assert.java:144)
     [java]     at org.apache.jmeter.util.XPathUtilTest.testputValuesForXPathInListUsingSaxon(XPathUtilTest.java:60)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
     [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     [java]     at java.lang.reflect.Method.invoke(Method.java:498)
     [java]     at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
     [java]     at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
     [java]     at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
     [java]     at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
     [java]     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
     [java]     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
     [java]     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
     [java]     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
     [java]     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
     [java]     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
     [java]     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
     [java]     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
     [java]     at java.lang.Thread.run(Thread.java:748)
     [java]
Comment 1 Philippe Mouawad 2018-12-23 22:06:45 UTC
Reported:

-https://saxonica.plan.io/issues/4081
Comment 2 Philippe Mouawad 2019-02-04 20:54:12 UTC
Author: pmouawad
Date: Mon Feb  4 20:51:48 2019
New Revision: 1852945

URL: http://svn.apache.org/viewvc?rev=1852945&view=rev
Log:
Bug 63033 Updated to Saxon-HE 9.9.1-1 (from 9.8.0-12).
Thanks at Saxonica
Bugzilla Id: 63033

Modified:
    jmeter/trunk/LICENSE
    jmeter/trunk/build.properties
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/lib/   (props changed)
    jmeter/trunk/lib/aareadme.txt
    jmeter/trunk/res/maven/ApacheJMeter_parent.pom
    jmeter/trunk/test/src/org/apache/jmeter/JMeterVersionTest.java
    jmeter/trunk/test/src/org/apache/jmeter/util/XPathUtilTest.java
    jmeter/trunk/xdocs/changes.xml
Comment 3 Philippe Mouawad 2019-02-04 20:56:42 UTC
Author: pmouawad
Date: Mon Feb  4 20:56:13 2019
New Revision: 1852946

URL: http://svn.apache.org/viewvc?rev=1852946&view=rev
Log:
Bug 63033 Updated to Saxon-HE 9.9.1-1 (from 9.8.0-12).
Fix test failure
Bugzilla Id: 63033

Modified:
    jmeter/trunk/test/src/org/apache/jmeter/JMeterVersionTest.java
Comment 4 The ASF infrastructure team 2022-09-24 20:38:15 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4960