Follow-up to #2773099: Add tests for base fields of revisonable entity
We only have upgrade path tests basefield for non-revisonable entities right now. Add upgrade path test for basefield for revisonable entities with and without data table. Also see #2772611-19: target_id_int column doesn't exist for field revision table
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | add_upgrade_path_tests-2795247-5.patch | 125.77 KB | jibran |
Comments
Comment #2
jibranComment #3
jibranHere is the patch and DB with the sample file.
Comment #4
jibranI'll write tests in the morning.
Comment #5
jibranHere is the test and added some tweaks to the script and added some assert to an existing test as well.
Comment #6
chx commentedComment #8
jibranThanks.