Skip to content

Commit

Permalink
Update server/executor/default_poller_executor.go
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Baptista Dias <danielbdias@users.noreply.github.com>
  • Loading branch information
schoren and danielbdias committed Aug 4, 2023
1 parent 002b623 commit d046ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/executor/default_poller_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (pe DefaultPollerExecutor) ExecuteRequest(ctx context.Context, job *Job) (P
job.Run.Trace = &trace

// we need to update at this point to persist the updated trace
// otherwise we end up thingking every iteration is the first
// otherwise we end up thinking every iteration is the first
err = pe.updater.Update(ctx, job.Run)
if err != nil {
log.Printf("[PollerExecutor] Test %s Run %d: Update error: %s", job.Test.ID, job.Run.ID, err.Error())
Expand Down

0 comments on commit d046ae4

Please sign in to comment.