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

refactor(build): Unify build and test shell scripts to run.sh #1062

Merged
merged 9 commits into from
Jul 20, 2022

Conversation

acelyc111
Copy link
Member

@acelyc111 acelyc111 commented Jul 18, 2022

#1053

  1. New command:
    • build rdsn: ./run.sh build --rdsn
    • build rdsn and rdsn test binaries: ./run.sh build --rdsn --test
    • build pegasus: ./run.sh build
    • build pegasus and pegasus test binaries: ./run.sh build --test
    • run rdsn tests: ./run.sh test --rdsn
    • run pegasus tests: ./run.sh test
  2. Remove some duplicate or useless script:
    • src/build.sh
    • src/rdsn/scripts/linux/build.sh
    • src/rdsn/scripts/linux/install.sh
  3. Move src/rdsn/scripts/linux/learn_stat.py to scripts/learn_stat.py
  4. Unify build and test code to ./run.sh
  5. Remove unused options:
    • build -w|--warning_all
    • build -cc|--half-clear
  6. Bump version to 2.4.0-SNAPSHOT
  7. Fix some compile errors after this refactor

@acelyc111 acelyc111 marked this pull request as ready for review July 18, 2022 16:24
@acelyc111 acelyc111 changed the title chore(build): remove more build shell chore(build): Unify build and test shell scripts to run.sh Jul 18, 2022
@acelyc111 acelyc111 changed the title chore(build): Unify build and test shell scripts to run.sh refactor(build): Unify build and test shell scripts to run.sh Jul 18, 2022
@empiredan empiredan merged commit 0b6f5b5 into apache:master Jul 20, 2022
ZhongChaoqiang pushed a commit to ZhongChaoqiang/incubator-pegasus that referenced this pull request Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants