You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TestOptimizeDefaultForWorkerNoValue tests the default behavior of the optimizeDefaultForWorker function when no Worker JVM options are set.
225
+
// This test case verifies whether the optimizeDefaultForWorker function correctly sets the default JVM options when the Worker JVM options in AlluxioRuntime and Alluxio are empty.
226
+
//
227
+
// Parameters:
228
+
// - t *testing.T: The testing framework used to report errors and log test results.
229
+
//
230
+
// Return:
231
+
// - None. The function asserts the expected JVM options against the actual values and reports errors if they do not match.
0 commit comments