Skip to content

Commit

Permalink
fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo-Fatah committed Oct 19, 2023
1 parent 038326e commit 711c29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scheduleringester/schedulerdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ func (s *SchedulerDb) WriteDbOp(ctx *armadacontext.Context, tx pgx.Tx, op DbOper
err := queries.MarkJobRunsRunningById(ctx, runIds)
if err != nil {
return errors.WithStack(err)
}

case InsertJobRunErrors:

Check failure on line 251 in internal/scheduleringester/schedulerdb.go

View workflow job for this annotation

GitHub Actions / lint / Lint Go

syntax error: unexpected case, expected }) (typecheck)

Check failure on line 251 in internal/scheduleringester/schedulerdb.go

View workflow job for this annotation

GitHub Actions / lint / Lint Go

syntax error: unexpected case, expected }) (typecheck)

Check failure on line 251 in internal/scheduleringester/schedulerdb.go

View workflow job for this annotation

GitHub Actions / lint / Lint Go

syntax error: unexpected case, expected } (typecheck)

Check failure on line 251 in internal/scheduleringester/schedulerdb.go

View workflow job for this annotation

GitHub Actions / lint / Lint Go

expected '}', found 'case' (typecheck)

Check failure on line 251 in internal/scheduleringester/schedulerdb.go

View workflow job for this annotation

GitHub Actions / build / prepare

syntax error: unexpected case, expected }

Check failure on line 251 in internal/scheduleringester/schedulerdb.go

View workflow job for this annotation

GitHub Actions / test / Golang Integration Tests

syntax error: unexpected case, expected }

Check failure on line 251 in internal/scheduleringester/schedulerdb.go

View workflow job for this annotation

GitHub Actions / test / Golang Unit Tests

syntax error: unexpected case, expected }

Check failure on line 251 in internal/scheduleringester/schedulerdb.go

View workflow job for this annotation

GitHub Actions / lint / Lint Go

syntax error: unexpected case, expected }) (typecheck)

Check failure on line 251 in internal/scheduleringester/schedulerdb.go

View workflow job for this annotation

GitHub Actions / lint / Lint Go

syntax error: unexpected case, expected }) (typecheck)

Check failure on line 251 in internal/scheduleringester/schedulerdb.go

View workflow job for this annotation

GitHub Actions / lint / Lint Go

syntax error: unexpected case, expected } (typecheck)

Check failure on line 251 in internal/scheduleringester/schedulerdb.go

View workflow job for this annotation

GitHub Actions / lint / Lint Go

expected '}', found 'case' (typecheck)

Check failure on line 251 in internal/scheduleringester/schedulerdb.go

View workflow job for this annotation

GitHub Actions / test / Golang Integration Tests

syntax error: unexpected case, expected }

Check failure on line 251 in internal/scheduleringester/schedulerdb.go

View workflow job for this annotation

GitHub Actions / build / prepare

syntax error: unexpected case, expected }

Check failure on line 251 in internal/scheduleringester/schedulerdb.go

View workflow job for this annotation

GitHub Actions / test / Golang Unit Tests

syntax error: unexpected case, expected }
records := make([]any, len(o))
i := 0
Expand Down

0 comments on commit 711c29a

Please sign in to comment.