This repository was archived by the owner on Feb 13, 2026. It is now read-only.
Commit 0de9d63
authored
Fix async deletion of stored resources in KRM (#303)
## Description
Fix for async deletion issue of stored resources caused by
implementation of multi kube context feature
## Type of Change
Please delete options that are not relevant.
* Bug fix (non-breaking change which fixes an issue)
## Checklist
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit/integration tests pass locally with my
changes
Signed-off-by: David Kornel <kornys@outlook.com>1 parent 9e5924f commit 0de9d63
2 files changed
Lines changed: 5 additions & 5 deletions
File tree
- test-frame-common/src/main/java/io/skodjob/testframe/resources
- test-frame-test-examples/src/test/java/io/skodjob/testframe/test/integration
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
| 789 | + | |
789 | 790 | | |
790 | 791 | | |
791 | | - | |
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
| |||
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
806 | | - | |
807 | | - | |
808 | | - | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments