mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-03 22:57:23 +00:00
fix(weed/worker/tasks/balance): dropped test error (#10291)
This commit is contained in:
@@ -503,6 +503,9 @@ func TestExecuteDispatchesBatchPath(t *testing.T) {
|
||||
err = handler.Execute(context.Background(), &plugin_pb.ExecuteJobRequest{
|
||||
Job: job,
|
||||
}, sender)
|
||||
if err != nil {
|
||||
t.Fatalf("handler.Execute: %v", err)
|
||||
}
|
||||
|
||||
// Expect an error since no real volume servers exist
|
||||
// But verify the batch path was taken by checking the assigned message
|
||||
|
||||
Reference in New Issue
Block a user