-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Backports two bugfixes from master into stable/v2.1 #1216
Conversation
@jiangliu , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/67364 |
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/68125 |
/retest |
@hsiangkao , the test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/68167 |
@hsiangkao , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
Fix a failure related git ``` Your branch is up to date with 'origin/v2.1-backport'. nothing to commit, working tree clean [tone]Error: The return code of run() in run.sh is not 0 hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. ``` Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/68184 |
Function Node::v6_dirent_size() may return wrong result when "." and ".." are not at the first and second entries in the sorted dirent array. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Fix a regression caused by commit 2616fb2. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/68485 |
Please also backport to stable/2.2, if necessary |
Backports two bugfixes from master into stable/v2.1.