Commit Graph

127444 Commits

Author SHA1 Message Date
YamasouA
41577dea1b delete opIndex wrapping 2025-03-04 23:57:02 +09:00
YamasouA
2c062117d0 fix lint 2025-03-01 12:32:07 +09:00
YamasouA
2bed3333bc fix lint error 2025-03-01 12:07:40 +09:00
YamasouA
75b09b4054 separete runOp 2025-03-01 11:24:23 +09:00
YamasouA
486d12efc5 call cleanup func position change 2025-03-01 00:14:49 +09:00
YamasouA
bee19638f1 tweak 2025-02-28 22:45:01 +09:00
YamasouA
038b90d475 return error instead of fatalf 2025-02-28 00:08:07 +09:00
YamasouA
f214d8e27a delete unnecessary init 2025-02-27 00:10:24 +09:00
YamasouA
45b323d6a5 use Cleanup func 2025-02-26 23:45:42 +09:00
YamasouA
b1f6cfcfae change defer order to pass test 2025-02-22 20:17:27 +09:00
YamasouA
fcce8aaad8 workloadExecutor's member use value not pointer 2025-02-16 23:42:20 +09:00
YamasouA
ca8a0f5f1b separete sleep func 2025-02-13 23:46:43 +09:00
YamasouA
6d291ddc21 fix lint 2025-02-13 23:41:00 +09:00
YamasouA
a9ee6bdf81 use *e.tCtx 2025-02-13 23:33:13 +09:00
YamasouA
cc87cb54ab delete unneccesary define 2025-02-13 23:13:57 +09:00
YamasouA
3ce36b3b3c rename doXXX to runXXX 2025-02-13 23:11:43 +09:00
YamasouA
d202a683f5 rename workloadExecutor member name 2025-02-13 23:04:54 +09:00
YamasouA
c40e69bb4c remove double comments 2025-02-13 23:02:41 +09:00
YamasouA
297b35873f use workloadExecutor 2025-02-11 12:18:14 +09:00
YamasouA
479f9cd898 can pass all testcase 2025-02-11 09:26:47 +09:00
YamasouA
1b0ad78718 fix 2025-01-29 23:58:51 +09:00
YamasouA
659804b765 refactor runWorkloads 2025-01-26 19:39:38 +09:00
Kubernetes Prow Robot
8f8c94a04d
Merge pull request #128872 from alvaroaleman/generics
Use generic btree in watchcache
2025-01-03 14:42:14 +01:00
Alvaro Aleman
b1cb471982 Use generic btree in watchcache
This change makes us use the generic btree available in newer versions
of github.com/google/btree. This avoids a bunch of type assertions and
makes the code easier to read.
2025-01-03 07:31:23 -05:00
Alvaro Aleman
a97ed3c98b Update github.com/google/btree 2025-01-03 07:31:23 -05:00
Kubernetes Prow Robot
6746df77f2
Merge pull request #127153 from Anurag252/master
Add a static NodePort allocator for e2e tests
2025-01-02 16:56:14 +01:00
Kubernetes Prow Robot
281bba84ab
Merge pull request #129419 from googs1025/chore/resourcequotas
chore(printers): add miss unit test for resourcequota
2025-01-02 13:12:14 +01:00
Kubernetes Prow Robot
87cf098f34
Merge pull request #129452 from SataQiu/fix-20250102
kubeadm: fix a bug where the 'node.skipPhases' in UpgradeConfiguration is not respected by 'kubeadm upgrade node' command
2025-01-02 12:00:14 +01:00
SataQiu
4c6deed07e kubeadm: fix a bug where the node.skipPhases in UpgradeNodeConfiguration is not respected by 'kubeadm upgrade node' 2025-01-02 17:44:05 +08:00
Kubernetes Prow Robot
3c229949f9
Merge pull request #129401 from pacoxu/kubeadm-upgrade-precheck
kubeadm: add kernel version check for upgrade
2025-01-02 03:50:13 +01:00
Kubernetes Prow Robot
1c2b2cce10
Merge pull request #129119 from macsko/fix_podtopologyspread_for_multiple_constraints_with_the_same_key
Fix PodTopologySpread matching pods counts for constraints with the same topologyKey
2025-01-01 11:04:14 +01:00
Kubernetes Prow Robot
d8d3691280
Merge pull request #129360 from utam0k/scheduler-profile-test-enqueue
Make it possible to pass a scheduler profile to RuntTestCoreResourceEnqueue
2024-12-31 15:00:13 +01:00
utam0k
5aa4dd4a6e
Make it possible to pass a scheduler profile to RuntTestCoreResourceEnqueue
Signed-off-by: utam0k <k0ma@utam0k.jp>
2024-12-31 21:47:06 +09:00
Kubernetes Prow Robot
9fc9ddc7bc
Merge pull request #129432 from SataQiu/kubeadm-20241231
kubeadm: bump supported etcd version
2024-12-31 06:44:13 +01:00
SataQiu
2fd16abbe8 kubeadm: bump supported etcd version 2024-12-31 10:11:38 +08:00
Anurag252
a9b641464e chore: adding support for staticPortRange
Signed-off-by: Anurag252 <Anuragsgsits@gmail.com>

chore: implementing review comments

Signed-off-by: Anurag252 <Anuragsgsits@gmail.com>

lint: implementing linting suggestions

Signed-off-by: Anurag252 <Anuragsgsits@gmail.com>

chore: review comments implementation

Signed-off-by: Anurag252 <Anuragsgsits@gmail.com>

chore: fixing build errors

Signed-off-by: Anurag252 <Anuragsgsits@gmail.com>

revert: removing empty spaces

Signed-off-by: Anurag252 <Anuragsgsits@gmail.com>

chore: implementing review suggestions

Signed-off-by: Anurag252 <Anuragsgsits@gmail.com>

chore: implementing review comments to get rid of typecasting

Signed-off-by: Anurag252 <Anuragsgsits@gmail.com>

fix: fixing failed tests

Signed-off-by: Anurag252 <Anuragsgsits@gmail.com>

fix: fixing failed tests

Signed-off-by: Anurag252 <Anuragsgsits@gmail.com>

fix: fixing failed tests

Signed-off-by: Anurag252 <Anuragsgsits@gmail.com>

chore: rename func as per code review

Signed-off-by: Anurag252 <Anuragsgsits@gmail.com>

chore: change in comments

Signed-off-by: Anurag252 <Anuragsgsits@gmail.com>
2024-12-30 22:26:43 +01:00
Kubernetes Prow Robot
71f32f9930
Merge pull request #129365 from xirehat/master
Fix Borg pub link in README
2024-12-30 18:34:12 +01:00
Kubernetes Prow Robot
bf403cb9e8
Merge pull request #129422 from cpanato/update-go1234
[go] Bump images, dependencies and versions to go 1.23.4 and distroless iptables
2024-12-30 16:32:13 +01:00
Paco Xu
2c305d71f0 kubeadm: add system verification check(including kernel version check) for upgrade 2024-12-30 18:17:56 +08:00
Maciej Skoczeń
c3a54926a4 Fix PodTopologySpread matching pods counts for constraints with the same topologyKey 2024-12-30 09:35:24 +00:00
Kubernetes Prow Robot
7606b77fff
Merge pull request #129418 from neolit123/1.33-fix-upgrade-addon-skip
kubeadm: skip disabled addons in clusterconfig on upgrade
2024-12-30 09:10:13 +01:00
cpanato
2cb1cc9e3a
Bump images, dependencies and versions to go 1.23.4 and distroless iptables
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-12-30 09:05:16 +01:00
lixiv
215d0b094b
Add tests for kubectl qos (#129388)
* Add tests for kubectl qos

* Update staging/src/k8s.io/kubectl/pkg/util/qos/qos_test.go

Co-authored-by: Arda Güçlü <aguclu@redhat.com>

---------

Co-authored-by: Arda Güçlü <aguclu@redhat.com>
2024-12-30 05:46:12 +01:00
Kubernetes Prow Robot
8f330c6368
Merge pull request #129420 from pohly/client-go-tools-cache-testhammercontroller-fix
client-go cache: fix TestHammerController
2024-12-29 15:04:12 +01:00
Patrick Ohly
8e1403563a client-go cache: fix TestHammerController
The test relied on a 100ms sleep to ensure that controller was done.  If that
race was lost, one goroutine was intentionally prevented from completing by
locking a mutex permanently. A TODO was left about detecting that.

Adding goroutine leak checking in
https://github.com/kubernetes/kubernetes/pull/126387 revealed that this race
indeed sometimes is lost because the goroutine
leaked (https://github.com/kubernetes/kubernetes/issues/129400).

Waiting for controller shutdown instead of relying on timing should fix this.
2024-12-29 12:18:50 +01:00
googs1025
b649c11366 chore(printers): add miss unit test for resourcequota 2024-12-28 19:44:14 +08:00
Lubomir I. Ivanov
b406ba5cc3 kubeadm: skip disabled addons in clusterconfig on upgrade
If an addon is disabled in the ClusterConfiguration skip it
on upgrade in the repsective subphase of 'addons'.
2024-12-28 12:20:00 +02:00
Kubernetes Prow Robot
7bfdda4696
Merge pull request #129380 from jdtuhui/testifylint/len@component-base
fix: enable len rule from testifylint in module component-base
2024-12-27 10:20:12 +01:00
tuhui1
f47e6d0428 fix: enable len rule from testifylint in module component-base 2024-12-24 17:23:51 +08:00
elieser pereira
35f584187a
accept GINKGO_FLAGS for test-e2e-node.sh (#129215)
* accept GINKGO_FLAGS for test-e2e-node.sh

* Update Makefile to document LABEL_FILTER

* --label-filter part of ginkgoflags

* Update Makefile

* if label-filter then avoid skip and focus defaults

* LABEL_FILTER can be empty

* Update build/root/Makefile

Co-authored-by: Patrick Ohly <patrick.ohly@intel.com>

* skip defaults only if label-filter not set

Co-authored-by: Patrick Ohly <patrick.ohly@intel.com>

* focus and label_fiter can live together

Co-authored-by: Patrick Ohly <patrick.ohly@intel.com>

* skip and label_filter can live together

Co-authored-by: Patrick Ohly <patrick.ohly@intel.com>

---------

Co-authored-by: Patrick Ohly <patrick.ohly@intel.com>
2024-12-24 02:48:10 +01:00