-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.0-M21
-
Fix Version/s: 2.0.0-M22
-
Component/s: None
-
Labels:None
There are some tests that declare user indexes without explicitely declare them with no reverse index.
This is not really critical, but it slow down the test a bit.
We should also probably change the logic, and only create reverse index when it's explicitly required, instead of not creating the reverse index when requested...