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
A total of 15 tests fail when I run make test on the docker container running on a Mac
Hypothesis
Some of these tests seem to be failing due to encoding issues.
My guess is that the mismatch in the underlying filesystem (docker says linux, but I run Mac) could be the root cause.
I noticed that underlying the code for these tests does check for the system architecture, but I am out of my depth here to be 100% sure.
Ex: test_non_ascii ->
Issue
A total of 15 tests fail when I run
make test
on the docker container running on a MacHypothesis
Some of these tests seem to be failing due to encoding issues.
My guess is that the mismatch in the underlying filesystem (docker says linux, but I run Mac) could be the root cause.
I noticed that underlying the code for these tests does check for the system architecture, but I am out of my depth here to be 100% sure.
Ex:
test_non_ascii
->cinder/Lib/test/test_cmd_line_script.py
Lines 531 to 542 in 7ccf3d8
Steps to reproduce
make test
System information
List of all failing tests
The text was updated successfully, but these errors were encountered: