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

Allow specifying control plane service for actors and/or reminders #7318

Merged
merged 48 commits into from Jan 16, 2024

Conversation

DeepanshuA
Copy link
Contributor

@DeepanshuA DeepanshuA commented Dec 19, 2023

Description

This PR lets users configure their solution/ControlPlaneService for actors/reminders.
If nothing is given, traditional placement and inbuilt reminders will be used.

Issue reference

Please reference the issue this PR links with: #7203

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

ItalyPaleAle and others added 5 commits December 18, 2023 18:55
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
@ItalyPaleAle ItalyPaleAle changed the title [WIP] Deploy a Control Plane Service for Actors/Reminders [WIP] Allow specifying control plane service for actors and/or reminders Dec 19, 2023
ItalyPaleAle and others added 5 commits December 19, 2023 18:00
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
Copy link

codecov bot commented Dec 21, 2023

Codecov Report

Attention: 37 lines in your changes are missing coverage. Please review.

Comparison is base (525a3de) 62.12% compared to head (6591003) 62.10%.

Files Patch % Lines
pkg/injector/service/config.go 63.63% 9 Missing and 3 partials ⚠️
pkg/injector/service/pod_patch.go 46.66% 5 Missing and 3 partials ⚠️
pkg/actors/actors.go 45.45% 3 Missing and 3 partials ⚠️
pkg/injector/patcher/sidecar_container.go 0.00% 2 Missing and 2 partials ⚠️
cmd/daprd/options/options.go 66.66% 1 Missing and 1 partial ⚠️
pkg/injector/patcher/services.go 81.81% 1 Missing and 1 partial ⚠️
pkg/runtime/runtime.go 93.93% 1 Missing and 1 partial ⚠️
pkg/runtime/processor/state/state.go 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7318      +/-   ##
==========================================
- Coverage   62.12%   62.10%   -0.03%     
==========================================
  Files         239      240       +1     
  Lines       21967    22059      +92     
==========================================
+ Hits        13648    13699      +51     
- Misses       7184     7214      +30     
- Partials     1135     1146      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

DeepanshuA and others added 6 commits December 21, 2023 20:02
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
…_deploy

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
…_deploy

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
@ItalyPaleAle ItalyPaleAle changed the title [WIP] Allow specifying control plane service for actors and/or reminders Allow specifying control plane service for actors and/or reminders Jan 4, 2024
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
@DeepanshuA DeepanshuA marked this pull request as ready for review January 4, 2024 15:37
@DeepanshuA DeepanshuA requested review from a team as code owners January 4, 2024 15:37
@ItalyPaleAle
Copy link
Contributor

/ok-to-test

@ItalyPaleAle
Copy link
Contributor

/test-version-skew

@dapr-bot
Copy link
Collaborator

dapr-bot commented Jan 4, 2024

Dapr E2E test

🔗 Link to Action run

Commit ref: 5304c2b

✅ Build succeeded for linux/amd64

  • Image tag: dapre2e2728e708b6l
  • Test image tag: dapre2e2728e708b6l

✅ Infrastructure deployed

Cluster Resource group name Azure region
Linux Dapr-E2E-dapre2e2728e708b6l westus3
Windows Dapr-E2E-dapre2e2728e708b6w westus3
Linux/arm64 Dapr-E2E-dapre2e2728e708b6la eastus

✅ Build succeeded for windows/amd64

  • Image tag: dapre2e2728e708b6w
  • Test image tag: dapre2e2728e708b6w

✅ Tests succeeded on windows/amd64

  • Image tag: dapre2e2728e708b6w
  • Test image tag: dapre2e2728e708b6w

✅ Tests succeeded on linux/amd64

  • Image tag: dapre2e2728e708b6l
  • Test image tag: dapre2e2728e708b6l

@dapr-bot
Copy link
Collaborator

dapr-bot commented Jan 4, 2024

Dapr Version Skew test (control-plane-master - 1.12.3)

🔗 Link to Action run

Commit ref: 5304c2b

✅ Version Skew tests passed

@dapr-bot
Copy link
Collaborator

dapr-bot commented Jan 4, 2024

Dapr Version Skew test (dapr-sidecar-master - 1.12.3)

🔗 Link to Action run

Commit ref: 5304c2b

✅ Version Skew tests passed

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
yaron2 and others added 3 commits January 15, 2024 11:36
@mukundansundar
Copy link
Contributor

/test-version-skew

@mukundansundar
Copy link
Contributor

/ok-to-test

1 similar comment
@mukundansundar
Copy link
Contributor

/ok-to-test

@dapr-bot

This comment has been minimized.

@dapr-bot

This comment has been minimized.

@dapr-bot
Copy link
Collaborator

dapr-bot commented Jan 16, 2024

Dapr Version Skew e2e test (control-plane-master - 1.12.3)

🔗 Link to Action run

Commit ref: 3daed2d

✅ Version Skew tests passed

@dapr-bot
Copy link
Collaborator

dapr-bot commented Jan 16, 2024

Dapr Version Skew integration test (control-plane-master - 1.12.3)

🔗 Link to Action run

Commit ref: 3daed2d

✅ Version Skew tests passed

@dapr-bot
Copy link
Collaborator

dapr-bot commented Jan 16, 2024

Dapr E2E test

🔗 Link to Action run

Commit ref: 3daed2d

✅ Build succeeded for linux/amd64

  • Image tag: dapre2e891cf2575al
  • Test image tag: dapre2e891cf2575al

✅ Infrastructure deployed

Cluster Resource group name Azure region
Linux Dapr-E2E-dapre2e891cf2575al westus3
Windows Dapr-E2E-dapre2e891cf2575aw westus3
Linux/arm64 Dapr-E2E-dapre2e891cf2575ala eastus

✅ Build succeeded for windows/amd64

  • Image tag: dapre2e891cf2575aw
  • Test image tag: dapre2e891cf2575aw

❌ Tests failed on windows/amd64

Please check the logs for details on the error.

❌ Tests failed on linux/amd64

Please check the logs for details on the error.

@dapr-bot
Copy link
Collaborator

dapr-bot commented Jan 16, 2024

Dapr E2E test

🔗 Link to Action run

Commit ref: 3daed2d

✅ Build succeeded for linux/amd64

  • Image tag: dapre2ef251cdc56dl
  • Test image tag: dapre2ef251cdc56dl

✅ Infrastructure deployed

Cluster Resource group name Azure region
Linux Dapr-E2E-dapre2ef251cdc56dl westus3
Windows Dapr-E2E-dapre2ef251cdc56dw westus3
Linux/arm64 Dapr-E2E-dapre2ef251cdc56dla eastus

✅ Build succeeded for windows/amd64

  • Image tag: dapre2ef251cdc56dw
  • Test image tag: dapre2ef251cdc56dw

❌ Tests failed on linux/amd64

Please check the logs for details on the error.

❌ Tests failed on windows/amd64

Please check the logs for details on the error.

@mukundansundar
Copy link
Contributor

/test-version-skew

@dapr-bot
Copy link
Collaborator

✅ Version Skew tests passed

@dapr-bot

This comment has been minimized.

@dapr-bot

This comment has been minimized.

@dapr-bot

This comment has been minimized.

@dapr-bot
Copy link
Collaborator

dapr-bot commented Jan 16, 2024

Dapr Version Skew integration test (dapr-sidecar-master - 1.12.3)

🔗 Link to Action run

Commit ref: 404acdd

✅ Version Skew tests passed

@dapr-bot
Copy link
Collaborator

❌ Version Skew tests failed

Please check the logs for details on the error.

@dapr-bot
Copy link
Collaborator

✅ Version Skew tests passed

@mukundansundar mukundansundar merged commit 43d9f5a into dapr:master Jan 16, 2024
18 of 22 checks passed
@dapr-bot
Copy link
Collaborator

❌ Version Skew tests failed

Please check the logs for details on the error.

@dapr-bot
Copy link
Collaborator

✅ Version Skew tests passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autoupdate DaprBot will keep the Pull Request up to date with master branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants