Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Conversation

@AlekSi
Copy link
Contributor

@AlekSi AlekSi commented Nov 27, 2019

No description provided.

@AlekSi AlekSi self-assigned this Nov 27, 2019
"github.com/stretchr/testify/require"
)

func TestRDSDiscovery(t *testing.T) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

func TestRDSDiscovery is unused (from unused)

})
}

func TestAddRds(t *testing.T) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

func TestAddRds is unused (from unused)

"time"

"github.com/AlekSi/pointer"
pmmapitests "github.com/Percona-Lab/pmm-api-tests"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File is not goimports-ed with -local github.com/Percona-Lab/pmm-api-tests (from goimports)

Suggested change
pmmapitests "github.com/Percona-Lab/pmm-api-tests"

t.Run("Basic", func(t *testing.T) {
accessKey, secretKey := os.Getenv("AWS_ACCESS_KEY"), os.Getenv("AWS_SECRET_KEY")
if accessKey == "" || secretKey == "" {
// TODO remove skip once secrets are added

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

management/rds_test.go:21: Line contains TODO/BUG/FIXME: "TODO remove skip once secrets are added" (from godox)

require.NotNil(t, discoverOK.Payload)
assert.NotEmpty(t, discoverOK.Payload.RDSInstances)

// TODO Better tests: https://jira.percona.com/browse/PMM-4896

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

management/rds_test.go:37: Line contains TODO/BUG/FIXME: "TODO Better tests: https://jira.percona...." (from godox)

@AlekSi AlekSi assigned percona-csalguero and unassigned AlekSi Nov 28, 2019
@percona-csalguero percona-csalguero marked this pull request as ready for review November 28, 2019 12:17
@percona-csalguero percona-csalguero merged commit e1662a6 into master Nov 28, 2019
@percona-csalguero percona-csalguero deleted the PMM-4949-management branch November 28, 2019 12:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants