We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
19:17:53.032 [main] INFO org.exist.storage.BrokerPool -- shutdown complete ! [ERROR] Tests run: 341, Failures: 1, Errors: 0, Skipped: 2, Time elapsed: 3.512 s <<< FAILURE! -- in xquery.range.RangeTests [ERROR] xqts.org.exist-db.xquery.range.test.optimizer.matches-field-filtered -- Time elapsed: 0.012 s <<< FAILURE! org.junit.ComparisonFailure: expected:<[$result//stats:index[@type = 'new-range'][@optimization = 1] (assertXPath failed.)]> but was:<[<stats:calls xmlns:stats="http://exist-db.org/xquery/profiling"> <stats:function name="ot:matches-field-filtered" elapsed="0.002" calls="1" source="..../test/xquery/range/optimizer.xql [38:5]"/> <stats:function name="range:matches" elapsed="0.002" calls="1" source="..../test/xquery/range/optimizer.xql [481:18]"/> <stats:function name="collection" elapsed="0.0" calls="1" source=".../test/xquery/range/optimizer.xql [479:21]"/><stats:index type="new-range" source="...range/src/test/xquery/range/optimizer.xql [481:18]" elapsed="0.002" calls="1" optimization-level="BASIC"/> </stats:calls>]>
test fails due to change in optimization reporting, probably due to #4910
either
@adamretter
The text was updated successfully, but these errors were encountered:
I can try and fix this in the next day or two. It's strange we did not see this on the PR though
Sorry, something went wrong.
6e9d61c
adamretter
dizzzz
Successfully merging a pull request may close this issue.
test fails due to change in optimization reporting, probably due to #4910
either
@adamretter
The text was updated successfully, but these errors were encountered: