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: wait_tcp.py to python3 #3701

Merged
merged 1 commit into from
Dec 30, 2021
Merged

feat: wait_tcp.py to python3 #3701

merged 1 commit into from
Dec 30, 2021

Conversation

yihong0618
Copy link
Contributor

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Summary about this PR

Changelog

  • Improvement
  • Build/Testing/CI
  • Not for changelog (changelog entry is not required)

Related Issues

As discussed in #3689 port the wait_tcp.py to Python3.
And use context manager to make sure the sock close.

@databend-bot databend-bot added pr-build this PR changes build/testing/ci steps pr-improvement labels Dec 30, 2021
@databend-bot
Copy link
Member

Thanks for the contribution!
I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

1 similar comment
@databend-bot
Copy link
Member

Thanks for the contribution!
I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

@vercel
Copy link

vercel bot commented Dec 30, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/databend/databend/2dqzHWz9EUcrJV65LHDCVcZPJL5R
✅ Preview: Canceled

@@ -43,7 +43,7 @@ if [ "$mode" == "boot" ]; then
--log-dir ./_logs1 \
--raft-api-port 28103 \
&
python scripts/ci/wait_tcp.py --timeout 5 --port 9191
python3 scripts/ci/wait_tcp.py --timeout 5 --port 9191
Copy link
Member

Choose a reason for hiding this comment

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

is the python3 command available in the major os environment like Darwin, ubuntu, fedora? q.q

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ubuntu and Darwin I think the answer yes

And I saw python3 command in dev_setup https://github.com/datafuselabs/databend/blob/main/scripts/setup/dev_setup.sh#L298

or maybe we can make the command from setup_dev too?

Copy link
Member

Choose a reason for hiding this comment

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

agree, we can take the python commands the same among the script files

Copy link
Contributor Author

Choose a reason for hiding this comment

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

users env may have both python and python3 we can get the python env command in setup ln the python3 command.

@flaneur2020
Copy link
Member

/lgtm

@yihong0618
Copy link
Contributor Author

@flaneur2020

and I noticed the bot comment same message many times seems based on the label count.
image

@codecov-commenter
Copy link

codecov-commenter commented Dec 30, 2021

Codecov Report

Merging #3701 (dfbdb8d) into main (a2529db) will decrease coverage by 0%.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #3701   +/-   ##
=====================================
- Coverage     60%     60%   -1%     
=====================================
  Files        706     706           
  Lines      37901   37901           
=====================================
- Hits       22806   22787   -19     
- Misses     15095   15114   +19     
Impacted Files Coverage Δ
query/src/common/mod.rs 70% <0%> (-15%) ⬇️
common/containers/src/pool.rs 77% <0%> (-3%) ⬇️
common/dal/src/accessors/local.rs 85% <0%> (-2%) ⬇️
metasrv/src/meta_service/raftmeta.rs 47% <0%> (+<1%) ⬆️
...pelines/transforms/transform_aggregator_partial.rs 88% <0%> (+1%) ⬆️
query/src/storages/fuse/statistics/accumulator.rs 86% <0%> (+1%) ⬆️
common/management/src/cluster/cluster_mgr.rs 80% <0%> (+1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2529db...dfbdb8d. Read the comment docs.

@BohuTANG
Copy link
Member

@yihong0618 Thank you!

@BohuTANG BohuTANG merged commit 7aff59a into datafuselabs:main Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-review pr-build this PR changes build/testing/ci steps
5 participants