Commit 2457a2c
committed
feat: add e2e tests for PVC size modification with resource modifiers
- Add comprehensive test suite for PVC size modification across backup methods
- Create tests for CSI Snapshot, FileSystem Backup, and CSI DataMover
- Tests verify PVC size can be increased from 1Gi to 5Gi during restore
- Add test to GitHub Actions workflow (FSB only, CSI not supported in kind per #7507)
- Validates fix for issue #3854 where resource modifiers can adjust PVC sizes
Tests ensure that resource modifiers correctly handle PVC size modifications
during restore operations, supporting the generic restore workflow.
Related issues: #3854, #7507, #9270
Signed-off-by: Tiger Kaovilai <[email protected]>1 parent 3be76da commit 2457a2c
File tree
3 files changed
+428
-1
lines changed- .github/workflows
- test/e2e
- resourcemodifiers
3 files changed
+428
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | | - | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
557 | 575 | | |
558 | 576 | | |
559 | 577 | | |
| |||
0 commit comments