Reduce memory usage of the migration verifier (#27) #7
Annotations
10 errors and 1 warning
internal/partitions/partition_test.go#L76
SA1019: findOptions.Map is deprecated: Converting directly from a D to an M will not be supported in Go Driver 2.0. Instead, users should marshal the D to BSON using bson.Marshal and unmarshal it to M using bson.Unmarshal. (staticcheck)
|
internal/partitions/partition_test.go#L81
SA1019: findOptions.Map is deprecated: Converting directly from a D to an M will not be supported in Go Driver 2.0. Instead, users should marshal the D to BSON using bson.Marshal and unmarshal it to M using bson.Unmarshal. (staticcheck)
|
internal/partitions/partition_test.go#L86
SA1019: findOptions.Map is deprecated: Converting directly from a D to an M will not be supported in Go Driver 2.0. Instead, users should marshal the D to BSON using bson.Marshal and unmarshal it to M using bson.Unmarshal. (staticcheck)
|
internal/util/uuid.go#L24
SA1019: bsoncodec.ValueMarshaler is deprecated: Use [go.mongodb.org/mongo-driver/bson.ValueMarshaler] instead. (staticcheck)
|
internal/util/uuid.go#L25
SA1019: bsoncodec.ValueUnmarshaler is deprecated: Use [go.mongodb.org/mongo-driver/bson.ValueUnmarshaler] instead. (staticcheck)
|
internal/util/uuid.go#L39
SA1019: bsontype.Binary is deprecated: Use bson.Type* constants instead. (staticcheck)
|
internal/util/uuid.go#L45
SA1019: bsontype.Binary is deprecated: Use bson.Type* constants instead. (staticcheck)
|
internal/verifier/bson_compare.go#L112
SA1019: bsontype.Array is deprecated: Use bson.Type* constants instead. (staticcheck)
|
internal/verifier/bson_compare.go#L114
SA1019: bsontype.EmbeddedDocument is deprecated: Use bson.Type* constants instead. (staticcheck)
|
internal/verifier/change_stream.go#L40
SA1019: primitive.CompareTimestamp is deprecated: Use Timestamp.Compare instead. (staticcheck)
|
|
The logs for this run have expired and are no longer available.
Loading