Migration demo #63
test-integration.yml
on: pull_request
Run Integration Tests
4m 34s
Run Unit Tests
2m 14s
Run Go Vet
2m 22s
Annotations
30 errors and 3 warnings
|
Run Unit Tests:
internal/temporal/worker_deployment.go#L141
unknown field Version in struct literal of type "go.temporal.io/sdk/client".WorkerDeploymentDescribeVersionOptions
|
|
Run Unit Tests:
internal/temporal/worker_deployment.go#L119
cannot use version.Version (variable of struct type "go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in map index
|
|
Run Unit Tests:
internal/temporal/worker_deployment.go#L109
unknown field Version in struct literal of type "go.temporal.io/sdk/client".WorkerDeploymentDescribeVersionOptions
|
|
Run Unit Tests:
internal/temporal/worker_deployment.go#L100
invalid operation: version.Version == routingConfig.RampingVersion (mismatched types "go.temporal.io/sdk/internal".WorkerDeploymentVersion and *"go.temporal.io/sdk/internal".WorkerDeploymentVersion)
|
|
Run Unit Tests:
internal/temporal/worker_deployment.go#L98
invalid operation: version.Version == routingConfig.CurrentVersion (mismatched types "go.temporal.io/sdk/internal".WorkerDeploymentVersion and *"go.temporal.io/sdk/internal".WorkerDeploymentVersion)
|
|
Run Unit Tests:
internal/temporal/worker_deployment.go#L93
cannot use version.Version (variable of struct type "go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in struct literal
|
|
Run Unit Tests:
internal/temporal/worker_deployment.go#L81
invalid operation: routingConfig.RampingVersion != "" (mismatched types *"go.temporal.io/sdk/internal".WorkerDeploymentVersion and untyped string)
|
|
Run Unit Tests:
internal/temporal/worker_deployment.go#L73
cannot use routingConfig.RampingVersion (variable of type *"go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in assignment
|
|
Run Unit Tests:
internal/temporal/worker_deployment.go#L72
cannot use routingConfig.CurrentVersion (variable of type *"go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in assignment
|
|
Run Unit Tests:
internal/testhelpers/workers.go#L57
cannot use temporalDeploymentName + k8s.VersionIDSeparator + workerBuildId (value of type string) as "go.temporal.io/sdk/internal".WorkerDeploymentVersion value in struct literal
|
|
Run Go Vet:
internal/testhelpers/workers.go#L57
cannot use temporalDeploymentName + k8s.VersionIDSeparator + workerBuildId (value of type string) as "go.temporal.io/sdk/internal".WorkerDeploymentVersion value in struct literal
|
|
Run Go Vet:
internal/temporal/worker_deployment.go#L141
unknown field Version in struct literal of type "go.temporal.io/sdk/client".WorkerDeploymentDescribeVersionOptions
|
|
Run Go Vet:
internal/temporal/worker_deployment.go#L119
cannot use version.Version (variable of struct type "go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in map index
|
|
Run Go Vet:
internal/temporal/worker_deployment.go#L109
unknown field Version in struct literal of type "go.temporal.io/sdk/client".WorkerDeploymentDescribeVersionOptions
|
|
Run Go Vet:
internal/temporal/worker_deployment.go#L100
invalid operation: version.Version == routingConfig.RampingVersion (mismatched types "go.temporal.io/sdk/internal".WorkerDeploymentVersion and *"go.temporal.io/sdk/internal".WorkerDeploymentVersion)
|
|
Run Go Vet:
internal/temporal/worker_deployment.go#L98
invalid operation: version.Version == routingConfig.CurrentVersion (mismatched types "go.temporal.io/sdk/internal".WorkerDeploymentVersion and *"go.temporal.io/sdk/internal".WorkerDeploymentVersion)
|
|
Run Go Vet:
internal/temporal/worker_deployment.go#L93
cannot use version.Version (variable of struct type "go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in struct literal
|
|
Run Go Vet:
internal/temporal/worker_deployment.go#L81
invalid operation: routingConfig.RampingVersion != "" (mismatched types *"go.temporal.io/sdk/internal".WorkerDeploymentVersion and untyped string)
|
|
Run Go Vet:
internal/temporal/worker_deployment.go#L73
cannot use routingConfig.RampingVersion (variable of type *"go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in assignment
|
|
Run Go Vet:
internal/temporal/worker_deployment.go#L72
cannot use routingConfig.CurrentVersion (variable of type *"go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in assignment
|
|
Run Integration Tests:
internal/temporal/worker_deployment.go#L141
unknown field Version in struct literal of type "go.temporal.io/sdk/client".WorkerDeploymentDescribeVersionOptions
|
|
Run Integration Tests:
internal/temporal/worker_deployment.go#L119
cannot use version.Version (variable of struct type "go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in map index
|
|
Run Integration Tests:
internal/temporal/worker_deployment.go#L109
unknown field Version in struct literal of type "go.temporal.io/sdk/client".WorkerDeploymentDescribeVersionOptions
|
|
Run Integration Tests:
internal/temporal/worker_deployment.go#L100
invalid operation: version.Version == routingConfig.RampingVersion (mismatched types "go.temporal.io/sdk/internal".WorkerDeploymentVersion and *"go.temporal.io/sdk/internal".WorkerDeploymentVersion)
|
|
Run Integration Tests:
internal/temporal/worker_deployment.go#L98
invalid operation: version.Version == routingConfig.CurrentVersion (mismatched types "go.temporal.io/sdk/internal".WorkerDeploymentVersion and *"go.temporal.io/sdk/internal".WorkerDeploymentVersion)
|
|
Run Integration Tests:
internal/temporal/worker_deployment.go#L93
cannot use version.Version (variable of struct type "go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in struct literal
|
|
Run Integration Tests:
internal/temporal/worker_deployment.go#L81
invalid operation: routingConfig.RampingVersion != "" (mismatched types *"go.temporal.io/sdk/internal".WorkerDeploymentVersion and untyped string)
|
|
Run Integration Tests:
internal/temporal/worker_deployment.go#L73
cannot use routingConfig.RampingVersion (variable of type *"go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in assignment
|
|
Run Integration Tests:
internal/temporal/worker_deployment.go#L72
cannot use routingConfig.CurrentVersion (variable of type *"go.temporal.io/sdk/internal".WorkerDeploymentVersion) as string value in assignment
|
|
Run Integration Tests:
internal/testhelpers/workers.go#L57
cannot use temporalDeploymentName + k8s.VersionIDSeparator + workerBuildId (value of type string) as "go.temporal.io/sdk/internal".WorkerDeploymentVersion value in struct literal
|
|
Run Unit Tests
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Run Go Vet
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Run Integration Tests
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results
Expired
|
70.3 MB |
sha256:0fae07fbcbdab9c247f9b69c0f6c889fe8d31f6e51e057291177238d6d71c125
|
|
|
unit-test-results
Expired
|
974 Bytes |
sha256:0b74304a13472d0d88c984071fd34a91414a3f4d6f085e21182a1570b1d0c6f5
|
|