Why is this PR required? What issue does it fix?:
Github actions runners does not have the /dev/tty device and uzfs tests used it to write logs. This caused the workflow to fail.
By removing logging to /dev/tty this failure can be fixed.
What this PR does?:
remove logging to /dev/tty in uzfs tests
Does this PR require any upgrade changes?:
No
If the changes in this PR are manually verified, list down the scenarios covered and commands you used for testing with logs:
Any additional information for your reviewer?:
Mention if this PR is part of any design or a continuation of previous PRs
Checklist:
[ ] Fixes #
[x] PR Title follows the convention of <type>(<scope>): <subject>
[ ] Has the change log section been updated?
[ ] Commit has unit tests
[ ] Commit has integration tests
[ ] (Optional) Are upgrade changes included in this PR? If not, mention the issue/PR to track:
Signed-off-by: Akhil Mohan akhil.mohan@mayadata.io
Why is this PR required? What issue does it fix?: Github actions runners does not have the
/dev/tty
device and uzfs tests used it to write logs. This caused the workflow to fail. By removing logging to/dev/tty
this failure can be fixed.What this PR does?:
Does this PR require any upgrade changes?: No
If the changes in this PR are manually verified, list down the scenarios covered and commands you used for testing with logs:
Any additional information for your reviewer?: Mention if this PR is part of any design or a continuation of previous PRs
Checklist:
<type>(<scope>): <subject>