Skip to content

chasm.PollComponent and PollActivityExecution #11957

chasm.PollComponent and PollActivityExecution

chasm.PollComponent and PollActivityExecution #11957

Triggered via pull request November 25, 2025 23:23
Status Failure
Total duration 5m 38s
Artifacts

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors
lint-workflows: service/worker/scheduler/workflow.go#L219
go.temporal.io/server/service/worker/scheduler.SchedulerWorkflow is non-deterministic, reason: calls non-deterministic function go.temporal.io/server/service/worker/scheduler.NewSpecBuilder
golangci
len: use require.Len (testifylint)
golangci
use of `time.Sleep` forbidden because "Please use require.Eventually or assert.Eventually instead unless you've no other option" (forbidigo)
golangci
QF1008: could remove embedded field "EntityKey" from selector (staticcheck)
golangci
defer: prefer not to defer chains of function calls (revive)
golangci
use of `panic` forbidden because "Please avoid using panic in application code" (forbidigo)
golangci
unreachable: unreachable code (govet)
golangci
use of `panic` forbidden because "Please avoid using panic in application code" (forbidigo)
golangci
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
golangci
cognitive-complexity: function (*Activity).buildPollActivityExecutionResponse has cognitive complexity 27 (> max enabled 25) (revive)
golangci
import "go.temporal.io/api/activity/v1" imported without alias but must be with alias "activitypb" according to config (importas)
All Linters Succeed
Process completed with exit code 1.