Commit 2122bfd
authored
Move UpgradesCheckSpec back to the daml repo (#22629)
Companion PR: DACH-NY/canton#30210
This test is an integration test for `UpgradeCheckMain`, itself part of
the daml repo. It uses dars generated by the daml repo and not visible
by the canton repo.
This move means that the upgrade check won't be tested in the canton
repo, despite most of the check's code being hosted in the canton repo.
So I'll open a canton ticket to create a companion unit test that
doesn't use dars but LF packages generated using the LF syntax instead.
In the meantime, whenever we find a bug in the check, we'll add a
non-regression test to the canton repo.
I'll port the changes under `canton/...` in this PR to the canton repo.1 parent d124835 commit 2122bfd
File tree
6 files changed
+300
-319
lines changed- sdk
- canton
- community/daml-lf
- parser
- validation
- daml-assistant/upgrade-check-main
- src/test/scala/com/digitalasset/daml/lf/validation
6 files changed
+300
-319
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
| 440 | + | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments