We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jmix version: 2.4.2
Add the following code to the data_stores.MultiDbDataManagerTest#testNestedCrossDatastoreEntitiesCascading method:
data_stores.MultiDbDataManagerTest#testNestedCrossDatastoreEntitiesCascading
when: def report1 = dataManager.load(MainReport) .id(report.id) .fetchPlan { it.addAll('db1OrderId', 'db1Order') } .one() then: report1.db1OrderId == order.id report1.db1Order == order
The test will fail:
Condition not satisfied: report1.db1OrderId == order.id | | | | | | null | | 1 | | test_support.entity.multidb.Db1Order-1 [detached] | false test_support.entity.multidb.MainReport-54192f61-5077-7f61-08ad-4730d7791858 [detached]
The text was updated successfully, but these errors were encountered:
Test for saving cross-datastore references by JPA cascade operations #…
b0b9057
…4027
No branches or pull requests
Environment
Jmix version: 2.4.2
Steps To Reproduce
Add the following code to the
data_stores.MultiDbDataManagerTest#testNestedCrossDatastoreEntitiesCascading
method:The test will fail:
The text was updated successfully, but these errors were encountered: