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

feat(open-mysql-db): refactor mock code #3831

Merged
merged 3 commits into from Apr 12, 2024

Conversation

yangwucheng
Copy link
Collaborator

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    feature

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?
    refactor mock codes
    extracted some mock functions

yangwucheng added 2 commits March 22, 2024 17:45
1. remove unnecessary instance var port
2. fix cause null bug
3. remove unnecessary throws
4. fix ctx.close() sequence bug
5. config sessionTimeout and requestTimeout
6. add docs of SqlEngine
@github-actions github-actions bot added the extensions airflow, kafaka extensions label Mar 25, 2024
Copy link
Contributor

github-actions bot commented Mar 25, 2024

SDK Test Report

101 files  101 suites   2m 12s ⏱️
349 tests 335 ✅ 14 💤 0 ❌
475 runs  461 ✅ 14 💤 0 ❌

Results for commit 17b691f.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.69%. Comparing base (0eb13ec) to head (6f19a44).
Report is 5 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3831      +/-   ##
============================================
- Coverage     40.70%   40.69%   -0.02%     
  Complexity      658      658              
============================================
  Files           195      195              
  Lines         11514    11650     +136     
  Branches       1380     1384       +4     
============================================
+ Hits           4687     4741      +54     
- Misses         6523     6605      +82     
  Partials        304      304              

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

Copy link
Contributor

github-actions bot commented Mar 25, 2024

Linux Test Report

    57 files     244 suites   1h 45m 3s ⏱️
12 631 tests 12 624 ✅ 7 💤 0 ❌
17 908 runs  17 901 ✅ 7 💤 0 ❌

Results for commit 17b691f.

♻️ This comment has been updated with latest results.

@@ -6,4 +6,6 @@ server.port=3307
zookeeper.cluster=0.0.0.0:2181
zookeeper.root_path=/openmldb
openmldb.user=root
openmldb.password=root
openmldb.password=4pdadmin
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this used with public server ?

Copy link
Collaborator

@tobegit3hub tobegit3hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yangwucheng yangwucheng merged commit 1418350 into 4paradigm:main Apr 12, 2024
20 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extensions airflow, kafaka extensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants