kubernetes/test/e2e/storage
Patrick Ohly 06d52b7702 CSI: revert introduction of context with cancellation
The traditional behavior of PodIO was to ignore the context. Changing that to
use the canceled context was risky because maybe some cleanup operation after
cancellation of the context wouldn't run anymore when it previously did.

However, this is theoretical. Tests all seemed to pass fine even without this
change.
2026-01-16 07:53:00 +01:00
..
csimock Merge pull request #135629 from jsafrane/selinux-fix-completed-pods 2025-12-19 11:52:33 -08:00
drivers CSI: revert introduction of context with cancellation 2026-01-16 07:53:00 +01:00
external Remove FromName for VAC external tests 2025-10-27 10:15:32 -04:00
framework Merge pull request #135674 from Phaow/volume-expand 2025-12-18 02:09:25 -08:00
podlogs Add observedGeneration and validation to pod status and conditions 2025-03-06 20:08:06 +00:00
testsuites Merge pull request #135501 from shivamwayal37/fix/113359-win-snapshot-fs-size 2025-12-22 09:08:31 -08:00
utils DRA e2e: make driver deployment possible in Go unit tests 2026-01-16 07:53:00 +01:00
constants.go Enable more storage tests to work independent of the providerless tag 2024-01-07 15:20:06 -05:00
csi_inline.go feat: Add matcher and conformance tests ensuring that RV is uint128 2025-10-01 00:01:50 +00:00
csi_node.go feat: Add matcher and conformance tests ensuring that RV is uint128 2025-10-01 00:01:50 +00:00
csi_volumes.go e2e storage: use framework to tag tests 2023-10-23 17:32:06 +02:00
csistoragecapacity.go feat: Add matcher and conformance tests ensuring that RV is uint128 2025-10-01 00:01:50 +00:00
detach_mounted.go test/e2e: do not use global variable for image 2024-04-22 19:29:39 +08:00
empty_dir_wrapper.go Fix failing git_repo e2e release informing tests. 2025-03-17 16:07:50 +00:00
ephemeral_volume.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
flexvolume.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
flexvolume_mounted_volume_resize.go Enable more storage tests to work independent of the providerless tag 2024-01-07 15:20:06 -05:00
flexvolume_online_resize.go Enable more storage tests to work independent of the providerless tag 2024-01-07 15:20:06 -05:00
generic_persistent_volume-disruptive.go Fix for GenericPersistentVolume/Disruptive test failures 2024-08-28 16:18:43 -04:00
helpers.go remove gke from e2e 2025-01-20 21:50:46 +08:00
host_path_type.go Move some exec helper functions from framework/volume to framework/pod 2025-01-18 21:42:42 +08:00
in_tree_volumes.go e2e storage test: intree driver adds the support for nfs v3 2025-02-17 17:49:36 +08:00
local_volume_resize.go Bump RecoverVolumeExpansionFailure to GA 2025-07-10 12:19:31 -04:00
nfs_persistent_volume-disruptive.go Wrong matcher - use BeNil instead BeEmpty 2025-03-02 07:08:24 -05:00
non_graceful_node_shutdown.go E2E: remove unnecessary trailing spaces in test names 2026-01-07 12:05:43 +01:00
OWNERS nominate myself as an approver for storage e2e tests 2025-02-11 10:46:16 +08:00
persistent_volumes-local.go test(statefulset): return errors in framework function GetPodList for upstream handling 2025-02-20 21:24:15 +01:00
persistent_volumes.go E2E: remove unnecessary trailing spaces in test names 2026-01-07 12:05:43 +01:00
pv_protection.go e2e_storage:stop using deprecated framework.ExpectNotEqual 2023-09-05 09:44:43 +08:00
pvc_protection.go provision 10G disks for testing pvc instead of 1 byte or 1GB 2025-11-05 01:25:13 +03:00
pvc_storageclass.go fix flaky behavior due to the test ordering between DynamicProvisioner and Retroactive StorageClass Assignment 2024-11-21 14:13:43 +08:00
static_pods.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
storageclass.go feat: Add matcher and conformance tests ensuring that RV is uint128 2025-10-01 00:01:50 +00:00
subpath.go e2e: support admissionapi.LevelRestricted in test/e2e/framwork/pod 2023-07-03 16:26:28 +02:00
volume_attachment.go feat: Add matcher and conformance tests ensuring that RV is uint128 2025-10-01 00:01:50 +00:00
volume_metrics.go Promoted API VolumeAttributesClass and VolumeAttributesClassList to storage.k8s.io/v1. 2025-07-25 01:53:59 +08:00
volume_provisioning.go provision 10G disks for testing pvc instead of 1 byte or 1GB 2025-11-05 01:25:13 +03:00
volumeattributesclass.go Promote VAC API test to conformance 2025-08-20 11:10:33 +08:00