[router] remove old/oudated/useless comments across code base (#10968)
This commit is contained in:
@@ -1018,7 +1018,6 @@ mod tests {
|
||||
};
|
||||
let port = 8080u16;
|
||||
|
||||
// Test that unified handler works for regular mode
|
||||
handle_pod_event(
|
||||
&pod_info,
|
||||
Arc::clone(&tracked_pods),
|
||||
@@ -1045,7 +1044,6 @@ mod tests {
|
||||
};
|
||||
let port = 8080u16;
|
||||
|
||||
// Test that unified handler works for PD mode with prefill
|
||||
handle_pod_event(
|
||||
&pod_info,
|
||||
Arc::clone(&tracked_pods),
|
||||
@@ -1080,7 +1078,6 @@ mod tests {
|
||||
|
||||
let port = 8080u16;
|
||||
|
||||
// Test that unified handler works for deletion in PD mode
|
||||
handle_pod_deletion(
|
||||
&pod_info,
|
||||
Arc::clone(&tracked_pods),
|
||||
|
||||
Reference in New Issue
Block a user