File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ func TestLoadRawConfiguration(t *testing.T) {
5858 t .Parallel ()
5959
6060 // Register known feature gates for validation.
61- RegisterFeatureGate (datalayer .PrepareDataPluginsFeatureGate )
61+ RegisterFeatureGate (datalayer .ExperimentalDatalayerFeatureGate )
6262
6363 tests := []struct {
6464 name string
@@ -90,7 +90,7 @@ func TestLoadRawConfiguration(t *testing.T) {
9090 },
9191 },
9292 },
93- FeatureGates : configapi.FeatureGates {datalayer .PrepareDataPluginsFeatureGate },
93+ FeatureGates : configapi.FeatureGates {datalayer .ExperimentalDatalayerFeatureGate },
9494 SaturationDetector : & configapi.SaturationDetector {
9595 QueueDepthThreshold : 10 ,
9696 KVCacheUtilThreshold : 0.8 ,
@@ -150,7 +150,7 @@ func TestInstantiateAndConfigure(t *testing.T) {
150150 // Not parallel because it modifies global plugin registry.
151151 registerTestPlugins (t )
152152
153- RegisterFeatureGate (datalayer .PrepareDataPluginsFeatureGate )
153+ RegisterFeatureGate (datalayer .ExperimentalDatalayerFeatureGate )
154154
155155 tests := []struct {
156156 name string
You can’t perform that action at this time.
0 commit comments