Skip to content

Commit

Permalink
Fixed comments
Browse files Browse the repository at this point in the history
- Remove duplicated test PodAnnotations
- Rename test ArtifactPullAsyncFlushDuration

Signed-off-by: Carlos Vega <[email protected]>
  • Loading branch information
cvegagimenez committed Aug 7, 2024
1 parent 1da7ed5 commit a87dadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions test/unittest/core_configmap_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tests:
path: data.GC_TIME_WINDOW_HOURS
value: "2"

- it: GcTimeWindowHours
- it: ArtifactPullAsyncFlushDuration
set:
core:
artifactPullAsyncFlushDuration: 30
Expand Down Expand Up @@ -169,7 +169,7 @@ tests:
path: data.CACHE_EXPIRE_HOURS
value: "3"

- it: CuotaUpdate
- it: QuotaUpdate
set:
core:
quotaUpdateProvider: 3
Expand Down
11 changes: 0 additions & 11 deletions test/unittest/core_deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@ tests:
path: spec.template.metadata.annotations["test.annotation"]
value: test-annotation

- it: PodAnnotations
set:
core:
podAnnotations:
test.annotation: test-annotation
template: templates/core/core-dpl.yaml
asserts:
- equal:
path: spec.template.metadata.annotations["test.annotation"]
value: test-annotation

- it: NoReplicas
set:
core:
Expand Down

0 comments on commit a87dadb

Please sign in to comment.