-
Couldn't load subscription status.
- Fork 6
PMM-4949 RDS Management API. #67
Conversation
…pmm-api-tests into PMM-4949-management
| "github.com/stretchr/testify/require" | ||
| ) | ||
|
|
||
| func TestRDSDiscovery(t *testing.T) { |
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.
func TestRDSDiscovery is unused (from unused)
| }) | ||
| } | ||
|
|
||
| func TestAddRds(t *testing.T) { |
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.
func TestAddRds is unused (from unused)
| "time" | ||
|
|
||
| "github.com/AlekSi/pointer" | ||
| pmmapitests "github.com/Percona-Lab/pmm-api-tests" |
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.
File is not goimports-ed with -local github.com/Percona-Lab/pmm-api-tests (from goimports)
| 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 |
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.
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 |
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.
management/rds_test.go:37: Line contains TODO/BUG/FIXME: "TODO Better tests: https://jira.percona...." (from godox)
No description provided.