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

[KYUUBI #6244][TEST] Fix test logs upload error #6351

Closed
wants to merge 2 commits into from

Conversation

beryllw
Copy link
Contributor

@beryllw beryllw commented Apr 30, 2024

🔍 Description

Issue References 🔗

This pull request fixes #6244

Describe Your Solution 🔧

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Types of changes 🔖

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Test Plan 🧪

Behavior Without This Pull Request ⚰️

Behavior With This Pull Request 🎉

Related Unit Tests


Checklist 📝

Be nice. Be informative.

@beryllw beryllw changed the title [KYUUBI #6244] Fix test logs upload error [KYUUBI #6244][hotfix] Fix test logs upload error Apr 30, 2024
@beryllw beryllw changed the title [KYUUBI #6244][hotfix] Fix test logs upload error [KYUUBI #6244][TEST] Fix test logs upload error Apr 30, 2024
@beryllw
Copy link
Contributor Author

beryllw commented Apr 30, 2024

EtcdContainer mounts files to the actual directory.This is the reason why the upload action exception.

Error: EACCES: permission denied, scandir '/home/runner/work/kyuubi/kyuubi/kyuubi-ha/target/tmp/jetcd_test_etcd0_6009553446682054334/member'

etcd-io/jetcd#1310 (comment)

And test CI https://github.com/beryllw/incubator-kyuubi/actions/runs/8889675466/job/24408434141

@beryllw
Copy link
Contributor Author

beryllw commented Apr 30, 2024

@hddong @pan3793 cc, thanks.

@pan3793 pan3793 added this to the v1.9.1 milestone Apr 30, 2024
@pan3793 pan3793 closed this in c73ae71 Apr 30, 2024
pan3793 pushed a commit that referenced this pull request Apr 30, 2024
# 🔍 Description
## Issue References 🔗

This pull request fixes #6244

## Describe Your Solution 🔧

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

## Types of changes 🔖

- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests

---

# Checklist 📝

- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes #6351 from beryllw/kyuubi-6244.

Closes #6244

6034310 [wangjunbo] [KYUUBI #6244] Fix test logs upload error
460b259 [wangjunbo] [KYUUBI #6244] Fix test logs upload error

Authored-by: wangjunbo <wangjunbo@qiyi.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
(cherry picked from commit c73ae71)
Signed-off-by: Cheng Pan <chengpan@apache.org>
@pan3793
Copy link
Member

pan3793 commented Apr 30, 2024

Merged to master/1.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TEST] test: fix test logs upload error
2 participants