feat: make sure LTE and v0.4 emit the same test keys #582
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])
|