matrei commented on code in PR #15143:
URL: https://github.com/apache/grails-core/pull/15143#discussion_r2430742101
##########
grails-data-mongodb/core/src/test/groovy/org/grails/datastore/gorm/mongo/BeforeUpdatePropertyPersistenceSpec.groovy:
##########
@@ -119,8 +116,7 @@ class BeforeUpdatePropertyPersistenceSpec extends
GrailsDataTckSpec<GrailsDataMo
user.random.length() == 5
}
- @PendingFeature
- @Issue('GPMONGODB-XXX')
+ @Issue('GRAILS-15120')
Review Comment:
Issue #15120 reports that `lastUpdated` and `@AutoTimestamp` where both not
working.
But as I understand it, `lastUpdated` was actually working but not
`@AutoTimestamp`?
Can we also create a test with a property that has `@AutoTimestamp`?
--
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]