zyro23 opened a new issue, #14622:
URL: https://github.com/apache/grails-core/issues/14622

   ### Task List
   
   - [x] Steps to reproduce provided
   - [x] Stacktrace (if present) provided
   - [x] Example that reproduces the problem uploaded to Github
   - [x] Full description of the issue provided (see below)
   
   ### Steps to Reproduce
   
   1. check sample app
   2. run unit tests
   
   ### Expected Behaviour
   
   `QuerySpec` should pass just like `HibernateQuerySpec` does
   
   ### Actual Behaviour
   
   ```
   Condition not satisfied:
   
   words.size() == 4
   |     |      |
   |     2      false
   [querytest.Word : 1, querytest.Word : 2]
   
   Expected :4
   
   Actual   :2
   
   at querytest.QuerySpec.test where query with multi-level association 
restriction(QuerySpec.groovy:49)
   ```
   
   ### Environment Information
   
   - **Grails Version:** 3.2.6
   - **GORM Version:** 6.0.7
   
   ### Example Application
   
   - sample app will be referenced in a minute
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to