fix: fixed mysql plugin tests by closing the connections#36657
fix: fixed mysql plugin tests by closing the connections#36657NilanshBansal merged 5 commits intoreleasefrom
Conversation
|
Warning Rate limit exceeded@NilanshBansal has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 22 minutes and 34 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughThe pull request introduces modifications to the testing classes for the MySQL plugin and connection pool configuration. In Changes
Assessment against linked issues
Possibly related PRs
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
app/server/appsmith-plugins/mysqlPlugin/src/test/java/com/external/plugins/MySqlPluginTest.java
Outdated
Show resolved
Hide resolved
...java/com/appsmith/server/connectionpoolconfig/configurations/ConnectionPoolConfigCETest.java
Show resolved
Hide resolved
subrata71
left a comment
There was a problem hiding this comment.
Pending justification. Else LGTM
app/server/appsmith-plugins/mysqlPlugin/src/test/java/com/external/plugins/MySqlPluginTest.java
Outdated
Show resolved
Hide resolved
…rnal/plugins/MySqlPluginTest.java Co-authored-by: Manish Kumar <107841575+sondermanish@users.noreply.github.com>
Description
Too Many Connectionserror because of the connections not getting closed.Fixes #36656
Automation
/ok-to-test tags="@tag.Sanity"
🔍 Cypress test results
Tip
🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/11147034776
Commit: 3b9f579
Cypress dashboard.
Tags:
@tag.SanitySpec:
Wed, 02 Oct 2024 16:20:15 UTC
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit
Summary by CodeRabbit
Bug Fixes
Chores