-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change test organization for datastoresrp tests #7224
Change test organization for datastoresrp tests #7224
Conversation
2d4c343
to
15cb17d
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
build/test.mk
Outdated
@@ -75,8 +75,13 @@ test-functional-msgrp: ## Runs Messaging RP functional tests | |||
test-functional-daprrp: ## Runs Dapr RP functional tests | |||
CGO_ENABLED=1 $(GOTEST_TOOL) ./test/functional/daprrp/... -timeout ${TEST_TIMEOUT} -v -parallel 3 $(GOTEST_OPTS) | |||
|
|||
test-functional-datastoresrp: ## Runs Datastores RP functional tests | |||
CGO_ENABLED=1 $(GOTEST_TOOL) ./test/functional/datastoresrp/... -timeout ${TEST_TIMEOUT} -v -parallel 3 $(GOTEST_OPTS) | |||
test-functional-datastoresrp: test-functional-datastoresrp-noncloud test-functional-datastoresrp-cloud ## Runs Datastores RP functional 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.
😻
@@ -75,5 +75,6 @@ func Test_MicrosoftSQL_Manual(t *testing.T) { | |||
}, | |||
}) | |||
|
|||
test.RequiredFeatures = []shared.RequiredFeature{shared.FeatureAzure} |
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.
👍
Signed-off-by: vinayada1 <[email protected]>
Signed-off-by: vinayada1 <[email protected]>
15cb17d
to
d6e22b9
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
Type of change
Fixes: Fixes part of #6588. This is a part of a multi-PR fix