Jan Chaloupka
|
6638b976ad
|
refactor(TestPodAntiAffinity): ensure p9 is created only through apply argument
|
2025-12-15 13:23:10 +01:00 |
|
Jan Chaloupka
|
116385718f
|
refactor(TestPodAntiAffinity): ensure p8 is created only through apply argument
|
2025-12-15 13:22:35 +01:00 |
|
Jan Chaloupka
|
5ad695166a
|
refactor(TestPodAntiAffinity): ensure p7 is created only through apply argument
|
2025-12-15 13:22:12 +01:00 |
|
Jan Chaloupka
|
d5e0ec597f
|
refactor(TestPodAntiAffinity): ensure p6 is created only through apply argument
|
2025-12-15 13:21:32 +01:00 |
|
Jan Chaloupka
|
4b86cdd31a
|
refactor(TestPodAntiAffinity): ensure p5 is created only through apply argument
|
2025-12-15 13:20:53 +01:00 |
|
Jan Chaloupka
|
99527292e0
|
refactor(TestPodAntiAffinity): ensure p4 is created only through apply argument
|
2025-12-15 13:20:06 +01:00 |
|
Jan Chaloupka
|
cf79af6fba
|
refactor(TestPodAntiAffinity): ensure p3 is created only through apply argument
|
2025-12-15 13:19:38 +01:00 |
|
Jan Chaloupka
|
da55c779f2
|
refactor(TestPodAntiAffinity): ensure p2 is created only through apply argument
|
2025-12-15 13:18:50 +01:00 |
|
Kubernetes Prow Robot
|
bc6500d917
|
Merge pull request #1794 from ingvagabund/toomanyrestarts-unit-test
refactor(TestRemovePodsHavingTooManyRestarts): inline object creation
|
2025-12-15 03:59:45 -08:00 |
|
Jan Chaloupka
|
c5b9debe56
|
refactor(TestPodAntiAffinity): ensure p1 is created only through apply argument
|
2025-12-15 12:57:19 +01:00 |
|
Jan Chaloupka
|
18f847bbe8
|
refactor(TestPodAntiAffinity): create buildTestPodForNode1 to deduplicate nodeName1
|
2025-12-15 12:54:42 +01:00 |
|
Jan Chaloupka
|
6e753ac5fb
|
refactor(TestPodAntiAffinity): create buildTestPod helper to deduplicate 100 and 0 literals
|
2025-12-15 12:52:02 +01:00 |
|
Jan Chaloupka
|
b797ca6ba2
|
refactor(TestPodAntiAffinity): inline node2, node3, node4, and node5
|
2025-12-15 12:48:50 +01:00 |
|
Jan Chaloupka
|
4ffabad669
|
refactor(TestPodAntiAffinity): create buildTestNode1 and inline node1
|
2025-12-15 12:45:07 +01:00 |
|
Jan Chaloupka
|
bba62ccb93
|
refactor(TestPodAntiAffinity): extract setNodeMainRegionLabel helper
|
2025-12-15 12:40:46 +01:00 |
|
Jan Chaloupka
|
1f856595f5
|
refactor(TestPodAntiAffinity): add nodeName constants
refactor(TestPodAntiAffinity): replace node.Name with nodeName constants
|
2025-12-15 12:36:23 +01:00 |
|
Jan Chaloupka
|
993162dd44
|
refactor(TestPodAntiAffinity): replace test.BuildTestNode with buildTestNode helper
|
2025-12-15 12:30:30 +01:00 |
|
Jan Chaloupka
|
ee73336fd8
|
refactor(TestRemovePodsHavingTooManyRestarts): inline node5
|
2025-12-15 12:25:03 +01:00 |
|
Jan Chaloupka
|
75f655e271
|
refactor(TestRemovePodsHavingTooManyRestarts): inline node4
|
2025-12-15 12:24:46 +01:00 |
|
Jan Chaloupka
|
76895273f9
|
refactor(TestRemovePodsHavingTooManyRestarts): inline node3
|
2025-12-15 12:11:09 +01:00 |
|
Jan Chaloupka
|
35d2103fcf
|
refactor(TestRemovePodsHavingTooManyRestarts): inline node2
|
2025-12-15 12:10:34 +01:00 |
|
Jan Chaloupka
|
b069ae009a
|
refactor(TestRemovePodsHavingTooManyRestarts): inline node1
|
2025-12-15 12:08:58 +01:00 |
|
Jan Chaloupka
|
be275deea5
|
refactor(TestRemovePodsHavingTooManyRestarts): node3 as a constant
|
2025-12-15 12:06:47 +01:00 |
|
Jan Chaloupka
|
a5d3241a54
|
refactor(TestRemovePodsHavingTooManyRestarts): replace test.BuildTestNode with buildTestNode helpers
|
2025-12-15 12:05:44 +01:00 |
|
Jan Chaloupka
|
2af9ea8449
|
refactor(TestRemovePodsHavingTooManyRestarts): remove applyFunc and apply modifications in initPods
|
2025-12-15 12:04:20 +01:00 |
|
Jan Chaloupka
|
60fa5aa228
|
refactor(TestRemovePodsHavingTooManyRestarts): create all the pods as part of a unit test definition
|
2025-12-15 12:04:10 +01:00 |
|
Jan Chaloupka
|
a94d22fd1b
|
refactor(TestRemovePodsHavingTooManyRestarts): create all testing pods under initPods
|
2025-12-15 12:03:59 +01:00 |
|
Jan Chaloupka
|
8c70b02088
|
refactor(TestRemovePodsHavingTooManyRestarts): single testing pods creation
|
2025-12-15 12:03:22 +01:00 |
|
Jan Chaloupka
|
ec58fed521
|
refactor(TestRemovePodsHavingTooManyRestarts): create each init container through a single invocation
|
2025-12-15 12:03:08 +01:00 |
|
Jan Chaloupka
|
bf9cf0ee1c
|
refactor(TestRemovePodsHavingTooManyRestarts): use test.Set...OwnerRef instead
|
2025-12-15 11:03:45 +01:00 |
|
Jan Chaloupka
|
6ebb0b7aa7
|
refactor(TestRemovePodsHavingTooManyRestarts): extract setPodContainerStatusRestartCount helper
|
2025-12-15 00:23:03 +01:00 |
|
Kubernetes Prow Robot
|
bb01360776
|
Merge pull request #1793 from ingvagabund/duplicates-unit-test
refactor(TestRemoveDuplicates): reduce test code duplication
|
2025-12-14 08:35:44 -08:00 |
|
Jan Chaloupka
|
c8bc668e04
|
refactor(TestRemoveDuplicatesUniformly): reduce duplication in setTolerations
|
2025-12-14 17:05:42 +01:00 |
|
Jan Chaloupka
|
b64426888b
|
refactor(TestRemoveDuplicatesUniformly): reduce duplication in setWorkerLabelSelector
|
2025-12-14 17:05:21 +01:00 |
|
Jan Chaloupka
|
1306cf38a1
|
refactor(TestRemoveDuplicatesUniformly): reduce duplication in setNotMasterNodeSelector
|
2025-12-14 17:04:18 +01:00 |
|
Jan Chaloupka
|
bc06d1be83
|
refactor: replace test.BuildTestPod with buildTestPodForNode
|
2025-12-14 16:40:55 +01:00 |
|
Jan Chaloupka
|
c9e87bb97d
|
Merge pull request #1792 from ingvagabund/duplicates-unit-test
refactor(TestFindDuplicatePods): reduce duplicates and inline
|
2025-12-14 17:27:11 +02:00 |
|
Jan Chaloupka
|
05b6d5e343
|
refactor(TestFindDuplicatePods): remove leftover comments
|
2025-12-14 16:16:24 +01:00 |
|
Jan Chaloupka
|
044f75dcec
|
refactor(TestFindDuplicatePods): inline node6 creation
|
2025-12-14 16:16:22 +01:00 |
|
Jan Chaloupka
|
6e62af3dbf
|
refactor(TestFindDuplicatePods): inline node5 creation
|
2025-12-14 16:16:20 +01:00 |
|
Jan Chaloupka
|
2fac727be3
|
refactor(TestFindDuplicatePods): inline node4 creation
|
2025-12-14 16:16:17 +01:00 |
|
Jan Chaloupka
|
babc4137a4
|
refactor(TestFindDuplicatePods): inline node3 creation
|
2025-12-14 16:16:12 +01:00 |
|
Jan Chaloupka
|
fc033caf21
|
refactor(TestFindDuplicatePods): inline node2 creation
|
2025-12-14 16:16:10 +01:00 |
|
Jan Chaloupka
|
fd524f2172
|
refactor(TestFindDuplicatePods): inline node1 creation
|
2025-12-14 16:07:27 +01:00 |
|
Jan Chaloupka
|
47275831ab
|
refactor(TestFindDuplicatePods): apply buildTestNode helper to node variables
refactor(TestRemoveDuplicatesUniformly): apply buildTestNode helper
|
2025-12-14 16:00:50 +01:00 |
|
Jan Chaloupka
|
b8b0fa0565
|
refactor(TestFindDuplicatePods): inline p20 pod creation
|
2025-12-14 14:27:05 +01:00 |
|
Jan Chaloupka
|
daaa5896a9
|
refactor(TestFindDuplicatePods): inline p19 pod creation
|
2025-12-14 14:26:23 +01:00 |
|
Jan Chaloupka
|
e27864717d
|
refactor(TestFindDuplicatePods): inline p17 pod creation
|
2025-12-14 14:25:26 +01:00 |
|
Jan Chaloupka
|
e8cf01591e
|
refactor(TestFindDuplicatePods): inline p16 pod creation
|
2025-12-14 14:24:36 +01:00 |
|
Jan Chaloupka
|
d7766cccfd
|
refactor(TestFindDuplicatePods): inline p15 pod creation
|
2025-12-14 14:22:22 +01:00 |
|