Revert to blocking startJob REST api

Fixes #316
This commit is contained in:
2024-12-18 11:45:56 +01:00
parent 559ce53ca4
commit bc89025924
5 changed files with 28 additions and 110 deletions

View File

@@ -249,9 +249,6 @@ func TestRestApi(t *testing.T) {
if response.StatusCode != http.StatusCreated {
t.Fatal(response.Status, recorder.Body.String())
}
time.Sleep(1 * time.Second)
resolver := graph.GetResolverInstance()
job, err := restapi.JobRepository.Find(&TestJobId, &TestClusterName, &TestStartTime)
if err != nil {