This repository was archived by the owner on Aug 19, 2021. It is now read-only.
PMM-4669 Added TLS field in PostgreSQL tests#42
Open
percona-csalguero wants to merge 7 commits intomasterfrom
Open
PMM-4669 Added TLS field in PostgreSQL tests#42percona-csalguero wants to merge 7 commits intomasterfrom
percona-csalguero wants to merge 7 commits intomasterfrom
Conversation
AlekSi
reviewed
Aug 28, 2019
Gopkg.toml
Outdated
| [[constraint]] | ||
| name = "github.com/percona/pmm" | ||
| branch = "PMM-2.0" | ||
| branch = "PMM-4534" |
BupycHuk
approved these changes
Aug 29, 2019
golangcibot
reviewed
Sep 2, 2019
| Op: "query", | ||
| Query: proto.BsonD{ | ||
| { | ||
| Key: "k", |
There was a problem hiding this comment.
unknown field Key in struct literal (from typecheck)
golangcibot
reviewed
Sep 10, 2019
| UpdateObj: nil, | ||
| } | ||
| buf, _ := bson.MarshalExtJSON(eq, true, true) | ||
| explainActionOK, err := client.Default.Actions.StartMongoDBExplainAction(&actions.StartMongoDBExplainActionParams{ |
There was a problem hiding this comment.
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.
StartMongoDBExplainActionBody not declared by package actions (from typecheck)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.