-
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 samples tests #7225
Change test organization for samples tests #7225
Conversation
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
@@ -78,8 +78,10 @@ test-functional-daprrp: ## Runs Dapr RP functional tests | |||
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-samples: ## Runs Samples functional tests | |||
CGO_ENABLED=1 $(GOTEST_TOOL) ./test/functional/samples/... -timeout ${TEST_TIMEOUT} -v -parallel 5 $(GOTEST_OPTS) | |||
test-functional-samples: test-functional-samples-noncloud |
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.
nit: add a description
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.
- looks good. I left one minor suggestion
Signed-off-by: vinayada1 <[email protected]>
f001951
to
7e06faf
Compare
Signed-off-by: vinayada1 <[email protected]>
7e06faf
to
5dc1a05
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