Commit de9927d
committed
feat: populate important legacy data fields and unset MSSDK ones
Keeping both model fields around during the transition will prevent the
resulting documents from being committed into the database, as they will
exceed the 16MB BSON document limit of MongoDB.
The test data field is highly custom to the pipeline and ingrained in
the test code. It is a flat list as compared to the nicely structured
one in the MSSDK. We missed to include its cloning in the initial
post-model validation function.1 parent f0e5c06 commit de9927d
1 file changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
369 | 370 | | |
370 | 371 | | |
371 | 372 | | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
0 commit comments