marklogic / java-client-api

Java client for the MarkLogic enterprise NoSQL database
https://docs.marklogic.com/guide/java
Apache License 2.0
58 stars 72 forks source link

Adding back orderBy to some Optic tests #1647

Closed rjrudin closed 6 months ago

rjrudin commented 6 months ago

These were removed as part of MLE-805 (formerly bug 60065) when these tests started failing on 11-nightly due to the orderBy. I added orderBy back and ran them on 11.1.0, 11-nightly, and 12-nightly, and they all passed.

rjrudin commented 6 months ago

Merging this, as the one failing test is also failing on the develop branch, will fix that separately.