You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport(v1.19): test_supervisor: use expected temporary directory for tests (#5102) (#5136)
**Which issue(s) this PR fixes**:
* Backport #5102
**What this PR does / why we need it**:
test_supervisor.rb uses a constant named `TMP_DIR`. However, the
constant is not defined in this file, it is defined in another file.
https://github.com/fluent/fluentd/blob/5a875090dde0222edf789422c7b2f27a828c72c3/test/config/test_dsl.rb#L5
This PR will use expected temporary directory for tests.
**Docs Changes**:
N/A
**Release Note**:
N/A
<!--
Thank you for contributing to Fluentd!
Your commits need to follow DCO: https://probot.github.io/apps/dco/
And please provide the following information to help us make the most of
your pull request:
-->
**Which issue(s) this PR fixes**:
Fixes #
**What this PR does / why we need it**:
**Docs Changes**:
**Release Note**:
Signed-off-by: Shizuo Fujita <[email protected]>
0 commit comments