Skip to content

refactor(all): improve SummaryKeys management #817

refactor(all): improve SummaryKeys management

refactor(all): improve SummaryKeys management #817

Triggered via pull request February 6, 2024 17:07
Status Failure
Total duration 3m 12s
Artifacts

alltests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: internal/mocks/database.go#L29
cannot use &Database{} (value of type *Database) as model.WritableDatabase value in variable declaration: *Database does not implement model.WritableDatabase (wrong type for method AddTestKeys)
test: internal/engine/experiment_integration_test.go#L288
assignment mismatch: 2 variables but experiment.GetSummaryKeys returns 1 value
test: internal/experiment/dnscheck/dnscheck_test.go#L112
measurer.GetSummaryKeys undefined (type model.ExperimentMeasurer has no field or method GetSummaryKeys)
test: internal/experiment/dnscheck/dnscheck_test.go#L185
m.GetSummaryKeys undefined (type *Measurer has no field or method GetSummaryKeys)
test: internal/experiment/example/example_test.go#L38
m.GetSummaryKeys undefined (type model.ExperimentMeasurer has no field or method GetSummaryKeys)
test: internal/experiment/example/example_test.go#L69
m.GetSummaryKeys undefined (type *example.Measurer has no field or method GetSummaryKeys)
test: internal/experiment/hirl/hirl_test.go#L144
measurer.GetSummaryKeys undefined (type model.ExperimentMeasurer has no field or method GetSummaryKeys)
test: internal/experiment/hirl/hirl_test.go#L608
m.GetSummaryKeys undefined (type *hirl.Measurer has no field or method GetSummaryKeys)
test: internal/experiment/hirl/hirl_test.go#L619
m.GetSummaryKeys undefined (type *hirl.Measurer has no field or method GetSummaryKeys)
test: internal/experiment/hirl/hirl_test.go#L634
m.GetSummaryKeys undefined (type *hirl.Measurer has no field or method GetSummaryKeys)
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.