-
Notifications
You must be signed in to change notification settings - Fork 2k
Improvements to E2E test apps #5042
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5042 +/- ##
=======================================
Coverage 65.45% 65.45%
=======================================
Files 113 113
Lines 12723 12723
=======================================
Hits 8328 8328
Misses 3811 3811
Partials 584 584 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
58eba44
to
aab4b07
Compare
Spin-off from dapr#4903 Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
aab4b07
to
fe3fa06
Compare
/ok-to-test |
Congrats! All end-to-end tests have passed on linux. Thanks for your contribution! |
Congrats! All end-to-end tests have passed on windows. Thanks for your contribution! |
/ok-to-test |
Congrats! All end-to-end tests have passed on linux. Thanks for your contribution! |
End-to-end tests failed on windows. Please check the build logs |
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
/ok-to-test |
1 similar comment
/ok-to-test |
Congrats! All end-to-end tests have passed on linux. Thanks for your contribution! |
Congrats! All end-to-end tests have passed on linux. Thanks for your contribution! |
Congrats! All end-to-end tests have passed on windows. Thanks for your contribution! |
End-to-end tests failed on windows. Please check the build logs |
* master: (134 commits) Record metric for service updates (dapr#5114) chore: remove duplicate word in comments (dapr#5099) Run e2e tests in previous version of K8s on AKS to see if it's breaking Windows tests (dapr#5104) add {namespace} option to set consumerID Add tracing passthrough for bindings (dapr#5049) Improve component init error logs and metrics (dapr#4975) Improvements to E2E test apps (dapr#5042) Fix component name for aws dynamodb (dapr#5095) Fix perf tests not building (dapr#5096) Fix missing components in Metadata API result. (dapr#5052) Fixed log message (dapr#5088) Disable IPFS binding for now (dapr#5092) optimize/concurrency: pubsub concurrency map writes in runtime unit test. (dapr#5086) Configuration API response to use dictionaries - based on PR dapr#4695 (dapr#5083) correct compile error correct checking for actors with same id fix type error in print fix typo add log when actor start time and end time is not expected Components auto-registration (dapr#5062) ... Signed-off-by: zhangchao <zchao9100@gmail.com> # Conflicts: # go.mod # pkg/grpc/api.go # pkg/grpc/api_test.go # pkg/http/api.go # pkg/runtime/runtime.go
Spin-off from #4903
It contains misc improvements to E2E test apps, including: