-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
☀️ feat: Enhancing OpenIM with Integrated E2E Testing and CI/CD Enhancements #1359
Merged
cubxxw
merged 20 commits into
openimsdk:main
from
cubxxw:feat/super-openim-test-e2e-api
Nov 10, 2023
Merged
☀️ feat: Enhancing OpenIM with Integrated E2E Testing and CI/CD Enhancements #1359
cubxxw
merged 20 commits into
openimsdk:main
from
cubxxw:feat/super-openim-test-e2e-api
Nov 10, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cubxxw
requested review from
FGadvancer,
skiffer-git,
a team,
Bloomingg and
withchao
as code owners
November 7, 2023 10:10
pull-request-size
bot
added
the
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
label
Nov 7, 2023
Whoa! Easy there, Partner!This PR is too big. Please break it up into smaller PRs. |
CLA Assistant Lite bot 🤖 All Contributors have signed the open-im-server CLA. |
Apply Sweep Rules to your PR?
|
Codecov Report
@@ Coverage Diff @@
## main #1359 +/- ##
========================================
+ Coverage 2.41% 5.61% +3.19%
========================================
Files 13 23 +10
Lines 786 1353 +567
========================================
+ Hits 19 76 +57
- Misses 764 1273 +509
- Partials 3 4 +1
|
Signed-off-by: Xinwei Xiong(cubxxw) <[email protected]>
Signed-off-by: Xinwei Xiong(cubxxw) <[email protected]>
Signed-off-by: Xinwei Xiong(cubxxw) <[email protected]>
Signed-off-by: Xinwei Xiong(cubxxw) <[email protected]>
Signed-off-by: Xinwei Xiong(cubxxw) <[email protected]>
Signed-off-by: Xinwei Xiong(cubxxw) <[email protected]>
Signed-off-by: Xinwei Xiong(cubxxw) <[email protected]>
Signed-off-by: Xinwei Xiong(cubxxw) <[email protected]>
FGadvancer
approved these changes
Nov 10, 2023
skiffer-git
approved these changes
Nov 10, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔍 What type of PR is this?
👀 What this PR does / why we need it:
🅰 Which issue(s) this PR fixes:
Fixes #1119
Resolves #1355, resolves #1357
📝 Special notes for your reviewer:
We encourage contributions from community members who have experience with E2E testing and CI/CD practices. Suggestions for testing tools, test cases, and CI integration strategies are most welcome.
🎯 Describe how to verify it
📑 Additional documentation e.g., RFC, notion, Google docs, usage docs, etc.:
This issue outlines the need for comprehensive E2E testing within the OpenIMSDK/Open-IM-Server repository. The implementation plan provided aims to guide the setup, development, and integration of E2E tests into the CI pipeline, ensuring rigorous testing standards and maintaining system reliability as the project evolves.