janl commented on PR #5507:
URL: https://github.com/apache/couchdb/pull/5507#issuecomment-2815455007

   And then still in Mango, we get this a couple of times, seems we expect a 
reversal of some sort that is no longer happening. I haven’t had time to dig 
into this, but there were erl_syntax changes around reversal of lists in rc3, 
will update here when I know more:
   
   ```
    mango_cursor:1110: -extract_selector_hints_test_/0-fun-4- 
(t_extract_selector_hints_view)...*failed*
   in function mango_cursor:t_extract_selector_hints_view/1 
(src/mango_cursor.erl, line 1129)
   in call from eunit_test:run_testfun/1 (eunit_test.erl, line 83)
   in call from eunit_proc:run_test/1 (eunit_proc.erl, line 554)
   in call from eunit_proc:with_timeout/3 (eunit_proc.erl, line 379)
   in call from eunit_proc:handle_test/2 (eunit_proc.erl, line 537)
   in call from eunit_proc:tests_inorder/3 (eunit_proc.erl, line 479)
   in call from eunit_proc:with_timeout/3 (eunit_proc.erl, line 369)
   in call from eunit_proc:run_group/2 (eunit_proc.erl, line 593)
   **error:{assertEqual,[{module,mango_cursor},
                 {line,1129},
                 {expression,"extract_selector_hints ( selector )"},
                 {expected,[{[{type,json},
                              {indexable_fields,["field2"]},
                              {unindexable_fields,["field3","field1"]}]}]},
                 {value,[{[{type,json},
                           {indexable_fields,["field2"]},
                           {unindexable_fields,["field1","field3"]}]}]}]}
     output:<<"">>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to