-
Couldn't load subscription status.
- Fork 6
PMM-4669 Added TLS field in PostgreSQL tests #42
base: master
Are you sure you want to change the base?
Conversation
Gopkg.toml
Outdated
| [[constraint]] | ||
| name = "github.com/percona/pmm" | ||
| branch = "PMM-2.0" | ||
| branch = "PMM-4534" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was merged.
| Op: "query", | ||
| Query: proto.BsonD{ | ||
| { | ||
| Key: "k", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unknown field Key in struct literal (from typecheck)
| UpdateObj: nil, | ||
| } | ||
| buf, _ := bson.MarshalExtJSON(eq, true, true) | ||
| explainActionOK, err := client.Default.Actions.StartMongoDBExplainAction(&actions.StartMongoDBExplainActionParams{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
client.Default.Actions.StartMongoDBExplainAction undefined (type *actions.Client has no field or method StartMongoDBExplainAction) (from typecheck)
| buf, _ := bson.MarshalExtJSON(eq, true, true) | ||
| explainActionOK, err := client.Default.Actions.StartMongoDBExplainAction(&actions.StartMongoDBExplainActionParams{ | ||
| Context: pmmapitests.Context, | ||
| Body: actions.StartMongoDBExplainActionBody{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
StartMongoDBExplainActionBody not declared by package actions (from typecheck)
No description provided.