Skip to content

perf(core): Introduce mutable map struct #4298

perf(core): Introduce mutable map struct

perf(core): Introduce mutable map struct #4298

Triggered via pull request November 13, 2024 18:17
Status Failure
Total duration 2m 26s
Artifacts

ci-dgraph-ldbc-tests.yml

on: pull_request
dgraph-ldbc-tests
2m 1s
dgraph-ldbc-tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors
dgraph-ldbc-tests
cannot use func(_ uint64, pl *pb.PostingList, isDeleteAll bool) {…} (value of type func(_ uint64, pl *"github.com/dgraph-io/dgraph/v24/protos/pb".PostingList, isDeleteAll bool)) as func(ts uint64, pl *"github.com/dgraph-io/dgraph/v24/protos/pb".PostingList) value in argument to mm.iterate
dgraph-ldbc-tests
too many arguments in call to checkPostingForCount
dgraph-ldbc-tests
cannot use func(ts uint64, pl *pb.PostingList, _ bool) {…} (value of type func(ts uint64, pl *"github.com/dgraph-io/dgraph/v24/protos/pb".PostingList, _ bool)) as func(ts uint64, pl *"github.com/dgraph-io/dgraph/v24/protos/pb".PostingList) value in argument to mm.iterate
dgraph-ldbc-tests
cannot use func(ts uint64, plist *pb.PostingList, _ bool) {…} (value of type func(ts uint64, plist *"github.com/dgraph-io/dgraph/v24/protos/pb".PostingList, _ bool)) as func(ts uint64, pl *"github.com/dgraph-io/dgraph/v24/protos/pb".PostingList) value in argument to l.mutationMap.iterate
dgraph-ldbc-tests
cannot use func(startTs uint64, mutation_i *pb.PostingList, _ bool) {…} (value of type func(startTs uint64, mutation_i *"github.com/dgraph-io/dgraph/v24/protos/pb".PostingList, _ bool)) as func(ts uint64, pl *"github.com/dgraph-io/dgraph/v24/protos/pb".PostingList) value in argument to l.mutationMap.iterate
dgraph-ldbc-tests
cannot use func(ts uint64, v *pb.PostingList, _ bool) {…} (value of type func(ts uint64, v *"github.com/dgraph-io/dgraph/v24/protos/pb".PostingList, _ bool)) as func(ts uint64, pl *"github.com/dgraph-io/dgraph/v24/protos/pb".PostingList) value in argument to l.mutationMap.iterate
dgraph-ldbc-tests
Process completed with exit code 2.