We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1178175 commit f2cab08Copy full SHA for f2cab08
1 file changed
pkg/ddc/alluxio/transform_test.go
@@ -543,6 +543,11 @@ func TestTransformPodMetadata(t *testing.T) {
543
}
544
545
546
+
547
+// TestGetMediumTypeFromVolumeSource verifies the logic for determining storage medium type
548
+// from Kubernetes volume sources in AlluxioEngine. The test validates:
549
+// 1. Default medium type is used when no specific volume configuration exists
550
+// 2. Explicit medium type from EmptyDir volume configuration takes precedence over default
551
func TestGetMediumTypeFromVolumeSource(t *testing.T) {
552
engine := &AlluxioEngine{Log: fake.NullLogger()}
553
0 commit comments