Skip to content
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

test #7

Closed
wants to merge 10 commits into from
Closed

test #7

wants to merge 10 commits into from

Conversation

willdavsmith
Copy link
Owner

Description

Please explain the changes you've made.

Type of change

  • This pull request fixes a bug in Radius and has an approved issue (issue link required).
  • This pull request adds or changes features of Radius and has an approved issue (issue link required).
  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional).

Fixes: #issue_number

Signed-off-by: willdavsmith <willdavsmith@gmail.com>
@willdavsmith-radius-app
Copy link

willdavsmith-radius-app bot commented Mar 11, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository willdavsmith/radius
Commit ref ed16144
Unique ID 7b45bd3bbf
Image tag pr-7b45bd3bbf
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/willdavsmith/radius/test/functional/shared/recipes/<name>:pr-7b45bd3bbf
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/willdavsmith/radius/applications-rp:pr-7b45bd3bbf
  • controller test image location: ghcr.io/willdavsmith/radius/controller:pr-7b45bd3bbf
  • ucp test image location: ghcr.io/willdavsmith/radius/ucpd:pr-7b45bd3bbf
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting cli functional tests...
⌛ Starting shared functional tests...
⌛ Starting ucp functional tests...
⌛ Starting kubernetes functional tests...
⌛ Starting msgrp functional tests...
⌛ Starting samples functional tests...
✅ kubernetes functional tests succeeded
✅ msgrp functional tests succeeded
✅ ucp functional tests succeeded
❌ cli functional test failed. Please check the logs for more details
❌ daprrp functional test cancelled. Please check the logs for more details
❌ shared functional test cancelled. Please check the logs for more details

@willdavsmith-radius-app
Copy link

willdavsmith-radius-app bot commented Mar 11, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository willdavsmith/radius
Commit ref d45ff7d
Unique ID 64aa64b273
Image tag pr-64aa64b273
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/willdavsmith/radius/test/functional/shared/recipes/<name>:pr-64aa64b273
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/willdavsmith/radius/applications-rp:pr-64aa64b273
  • controller test image location: ghcr.io/willdavsmith/radius/controller:pr-64aa64b273
  • ucp test image location: ghcr.io/willdavsmith/radius/ucpd:pr-64aa64b273
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting shared functional tests...
⌛ Starting ucp functional tests...
⌛ Starting cli functional tests...
⌛ Starting samples functional tests...
⌛ Starting msgrp functional tests...
⌛ Starting kubernetes functional tests...
✅ ucp functional tests succeeded
✅ msgrp functional tests succeeded
✅ samples functional tests succeeded
✅ kubernetes functional tests succeeded
✅ daprrp functional tests succeeded
❌ cli functional test failed. Please check the logs for more details
❌ shared functional test cancelled. Please check the logs for more details

Signed-off-by: willdavsmith <willdavsmith@gmail.com>
@willdavsmith willdavsmith force-pushed the willdavsmith/fork-functional-test-4 branch from d45ff7d to db737d9 Compare March 11, 2024 19:01
@willdavsmith-radius-app
Copy link

willdavsmith-radius-app bot commented Mar 11, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository willdavsmith/radius
Commit ref 03c3209
Unique ID 26febaec17
Image tag pr-26febaec17
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/willdavsmith/radius/test/functional/shared/recipes/<name>:pr-26febaec17
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/willdavsmith/radius/applications-rp:pr-26febaec17
  • controller test image location: ghcr.io/willdavsmith/radius/controller:pr-26febaec17
  • ucp test image location: ghcr.io/willdavsmith/radius/ucpd:pr-26febaec17
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp functional tests...
⌛ Starting msgrp functional tests...
⌛ Starting samples functional tests...
⌛ Starting kubernetes functional tests...
✅ samples functional tests succeeded
✅ msgrp functional tests succeeded
✅ kubernetes functional tests succeeded
✅ ucp functional tests succeeded
✅ daprrp functional tests succeeded

@willdavsmith willdavsmith force-pushed the willdavsmith/fork-functional-test-4 branch from 03c3209 to a95f134 Compare March 11, 2024 19:15
@willdavsmith-radius-app
Copy link

willdavsmith-radius-app bot commented Mar 11, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository willdavsmith/radius
Commit ref 75ffaee
Unique ID fe3abe2a05
Image tag pr-fe3abe2a05
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/willdavsmith/radius/test/functional/shared/recipes/<name>:pr-fe3abe2a05
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/willdavsmith/radius/applications-rp:pr-fe3abe2a05
  • controller test image location: ghcr.io/willdavsmith/radius/controller:pr-fe3abe2a05
  • ucp test image location: ghcr.io/willdavsmith/radius/ucpd:pr-fe3abe2a05
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp functional tests...
⌛ Starting kubernetes functional tests...
⌛ Starting msgrp functional tests...
⌛ Starting daprrp functional tests...
⌛ Starting samples functional tests...
✅ kubernetes functional tests succeeded
✅ msgrp functional tests succeeded
✅ ucp functional tests succeeded
✅ samples functional tests succeeded
✅ daprrp functional tests succeeded

@willdavsmith-radius-app
Copy link

willdavsmith-radius-app bot commented Mar 11, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository willdavsmith/radius
Commit ref f6e3a27
Unique ID cf3afe3cdf
Image tag pr-cf3afe3cdf
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/willdavsmith/radius/test/functional/shared/recipes/<name>:pr-cf3afe3cdf
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/willdavsmith/radius/applications-rp:pr-cf3afe3cdf
  • controller test image location: ghcr.io/willdavsmith/radius/controller:pr-cf3afe3cdf
  • ucp test image location: ghcr.io/willdavsmith/radius/ucpd:pr-cf3afe3cdf
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting kubernetes functional tests...
⌛ Starting daprrp functional tests...
⌛ Starting msgrp functional tests...
⌛ Starting ucp functional tests...
⌛ Starting samples functional tests...
✅ kubernetes functional tests succeeded
✅ ucp functional tests succeeded
✅ samples functional tests succeeded
✅ msgrp functional tests succeeded
✅ daprrp functional tests succeeded

@willdavsmith-radius-app
Copy link

willdavsmith-radius-app bot commented Mar 11, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository willdavsmith/radius
Commit ref 9262220
Unique ID 73c8d431b0
Image tag pr-73c8d431b0
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/willdavsmith/radius/test/functional/shared/recipes/<name>:pr-73c8d431b0
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/willdavsmith/radius/applications-rp:pr-73c8d431b0
  • controller test image location: ghcr.io/willdavsmith/radius/controller:pr-73c8d431b0
  • ucp test image location: ghcr.io/willdavsmith/radius/ucpd:pr-73c8d431b0
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting samples functional tests...
⌛ Starting ucp functional tests...
⌛ Starting kubernetes functional tests...
⌛ Starting daprrp functional tests...
⌛ Starting msgrp functional tests...
✅ samples functional tests succeeded
✅ kubernetes functional tests succeeded
✅ msgrp functional tests succeeded
✅ ucp functional tests succeeded
✅ daprrp functional tests succeeded

@willdavsmith-radius-app
Copy link

willdavsmith-radius-app bot commented Mar 11, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository willdavsmith/radius
Commit ref 985a096
Unique ID 05724a52ed
Image tag pr-05724a52ed
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/willdavsmith/radius/test/functional/shared/recipes/<name>:pr-05724a52ed
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/willdavsmith/radius/applications-rp:pr-05724a52ed
  • controller test image location: ghcr.io/willdavsmith/radius/controller:pr-05724a52ed
  • ucp test image location: ghcr.io/willdavsmith/radius/ucpd:pr-05724a52ed
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting samples functional tests...
⌛ Starting daprrp functional tests...
⌛ Starting ucp functional tests...
⌛ Starting msgrp functional tests...
✅ samples functional tests succeeded
✅ msgrp functional tests succeeded
✅ kubernetes functional tests succeeded
✅ ucp functional tests succeeded
✅ daprrp functional tests succeeded

@willdavsmith-radius-app
Copy link

willdavsmith-radius-app bot commented Mar 11, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository willdavsmith/radius
Commit ref e3c5b88
Unique ID a6adccfa2f
Image tag pr-a6adccfa2f
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/willdavsmith/radius/test/functional/shared/recipes/<name>:pr-a6adccfa2f
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/willdavsmith/radius/applications-rp:pr-a6adccfa2f
  • controller test image location: ghcr.io/willdavsmith/radius/controller:pr-a6adccfa2f
  • ucp test image location: ghcr.io/willdavsmith/radius/ucpd:pr-a6adccfa2f
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting daprrp functional tests...
⌛ Starting samples functional tests...
⌛ Starting kubernetes functional tests...
⌛ Starting msgrp functional tests...
⌛ Starting ucp functional tests...
✅ samples functional tests succeeded
✅ kubernetes functional tests succeeded
✅ msgrp functional tests succeeded
✅ ucp functional tests succeeded
✅ daprrp functional tests succeeded

@willdavsmith-radius-app
Copy link

willdavsmith-radius-app bot commented Mar 11, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository willdavsmith/radius
Commit ref 18272ac
Unique ID 66cf6ae9d1
Image tag pr-66cf6ae9d1
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/willdavsmith/radius/test/functional/shared/recipes/<name>:pr-66cf6ae9d1
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/willdavsmith/radius/applications-rp:pr-66cf6ae9d1
  • controller test image location: ghcr.io/willdavsmith/radius/controller:pr-66cf6ae9d1
  • ucp test image location: ghcr.io/willdavsmith/radius/ucpd:pr-66cf6ae9d1
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting msgrp functional tests...
⌛ Starting kubernetes functional tests...
⌛ Starting cli functional tests...
⌛ Starting shared functional tests...
⌛ Starting ucp functional tests...
⌛ Starting daprrp functional tests...
⌛ Starting samples functional tests...
✅ msgrp functional tests succeeded
✅ kubernetes functional tests succeeded
✅ samples functional tests succeeded
✅ ucp functional tests succeeded
✅ daprrp functional tests succeeded
❌ cli functional test failed. Please check the logs for more details
❌ shared functional test cancelled. Please check the logs for more details

@willdavsmith willdavsmith deployed to functional-tests March 11, 2024 22:12 — with GitHub Actions Active
@willdavsmith-radius-app
Copy link

willdavsmith-radius-app bot commented Mar 11, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository willdavsmith/radius
Commit ref 4b03130
Unique ID d0332a090f
Image tag pr-d0332a090f
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/willdavsmith/radius/test/functional/shared/recipes/<name>:pr-d0332a090f
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/willdavsmith/radius/applications-rp:pr-d0332a090f
  • controller test image location: ghcr.io/willdavsmith/radius/controller:pr-d0332a090f
  • ucp test image location: ghcr.io/willdavsmith/radius/ucpd:pr-d0332a090f
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting shared functional tests...
⌛ Starting msgrp functional tests...
⌛ Starting cli functional tests...
⌛ Starting ucp functional tests...
⌛ Starting kubernetes functional tests...
⌛ Starting samples functional tests...
✅ msgrp functional tests succeeded
✅ kubernetes functional tests succeeded
✅ samples functional tests succeeded
✅ ucp functional tests succeeded
✅ daprrp functional tests succeeded
❌ cli functional test failed. Please check the logs for more details
❌ shared functional test cancelled. Please check the logs for more details

youngbupark pushed a commit to radius-project/radius that referenced this pull request Mar 13, 2024
# Description

* Fixing bug with test reporting
* Fixing some issues in functional test workflow

Note: Since we don't have a way to test this in the main repo, I tested
the different paths (failed tests, cancelled tests, passing tests)
manually on my fork here: willdavsmith#7

## Type of change

<!--

Please select **one** of the following options that describes your
change and delete the others. Clearly identifying the type of change you
are making will help us review your PR faster, and is used in authoring
release notes.

If you are making a bug fix or functionality change to Radius and do not
have an associated issue link please create one now.

-->

- This pull request fixes a bug in Radius and has an approved issue
(issue link required).

<!--

Please update the following to link the associated issue. This is
required for some kinds of changes (see above).

-->

Fixes: #6939

---------

Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Signed-off-by: Will Smith <willdavsmith@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant