-
Notifications
You must be signed in to change notification settings - Fork 154
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
[#1872] improvement: Update the project directory name #2319
Conversation
Hi @maobaolong I cannot determine how the failed test connects to my change of proposal. It would be appreciated if you were could help me identify the root cause. Thanks. |
@cchung100m In fact there are some flaky tests and unluckily maybe you encountered some flaky tests, I just re-run the failed test for you, hope it will getting green after that. |
HI @maobaolong Thanks for the prompt reply. It is green now. 😄 |
release/create-package.sh
Outdated
@@ -80,8 +80,8 @@ package_binary() { | |||
|
|||
${PROJECT_DIR}/build_distribution.sh | |||
|
|||
BIN_ORIGIN_NAME="rss-${RELEASE_VERSION}-hadoop2.8.tgz" | |||
BIN_DIR_NAME="rss-${RELEASE_VERSION}-hadoop2.8" | |||
BIN_ORIGIN_NAME="apache-uniffle-${RELEASE_VERSION}-incubating-rss-hadoop2.8.tgz" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we don't need rss keyword.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the prompt reply and comments. 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What changes were proposed in this pull request?
Update the project directory name
Why are the changes needed?
Fix: #1872
Does this PR introduce any user-facing change?
No.
How was this patch tested?
current UT