Skip to content

feat: make sure LTE and v0.4 emit the same test keys #582

feat: make sure LTE and v0.4 emit the same test keys

feat: make sure LTE and v0.4 emit the same test keys #582

Triggered via pull request November 30, 2023 23:38
Status Failure
Total duration 2m 4s
Artifacts

alltests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: internal/experiment/webconnectivitylte/analysisclassic.go#L72
cannot use &value (value of type *bool) as optional.Value[bool] value in assignment
test: internal/experiment/webconnectivitylte/analysisclassic.go#L77
cannot use &value (value of type *bool) as optional.Value[bool] value in assignment
test: internal/experiment/webconnectivitylte/analysisclassic.go#L82
cannot use &value (value of type *bool) as optional.Value[bool] value in assignment
test: internal/experiment/webconnectivitylte/analysisclassic.go#L87
cannot use &value (value of type *bool) as optional.Value[bool] value in assignment
test: internal/experiment/webconnectivitylte/analysisclassic.go#L109
invalid operation: tk.StatusCodeMatch != nil (mismatched types optional.Value[bool] and untyped nil)
test: internal/experiment/webconnectivitylte/analysisclassic.go#L109
invalid operation: cannot indirect tk.StatusCodeMatch (variable of type optional.Value[bool])
test: internal/experiment/webconnectivitylte/analysisclassic.go#L110
invalid operation: tk.BodyLengthMatch != nil (mismatched types optional.Value[bool] and untyped nil)
test: internal/experiment/webconnectivitylte/analysisclassic.go#L110
invalid operation: cannot indirect tk.BodyLengthMatch (variable of type optional.Value[bool])
test: internal/experiment/webconnectivitylte/analysisclassic.go#L113
invalid operation: tk.HeadersMatch != nil (mismatched types optional.Value[bool] and untyped nil)
test: internal/experiment/webconnectivitylte/analysisclassic.go#L113
invalid operation: cannot indirect tk.HeadersMatch (variable of type optional.Value[bool])