nitlang / nit

Nit language
http://nitlanguage.org
Apache License 2.0
239 stars 65 forks source link

mongodb: Fixed failing test for `aggregate` method. #2783

Closed Louis-Vincent closed 5 years ago

Louis-Vincent commented 5 years ago

The test assumed the query would return in some order when it is not. Added a "$sort" stage to the pipeline to avoid miss index asserts.

This PR fixed gitlab-ci test pipeline.

Signed-off-by: Louis-Vincent Boudreault lv.boudreault95@gmail.com