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

[Discourse] Windows jobs failing on my Pull Request #1407

Open
github-actions bot opened this issue Sep 17, 2022 · 1 comment
Open

[Discourse] Windows jobs failing on my Pull Request #1407

github-actions bot opened this issue Sep 17, 2022 · 1 comment
Labels
awaiting-triage New issues that need to be assessed or assigned discourse Discussion topics coming from Discourse

Comments

@github-actions
Copy link

Hi,

I have opened a PR dask/dask#9441 but my test keeps failing on the windows jobs. Could anybody please give me some help to work out why this is happening?

Thanks,

Alex

1 post - 1 pa…


Would you like to know more?

Read the full article on the following website:

https://dask.discourse.group/t/windows-jobs-failing-on-my-pull-request/1117

@github-actions github-actions bot added awaiting-triage New issues that need to be assessed or assigned discourse Discussion topics coming from Discourse labels Sep 17, 2022
@MaximLippeveld
Copy link

As seen in your test output, the error seems to lie in different directory separators.

E   AssertionError: DataFrame.iloc[:, 2] (column name="path") are different
E   
E   DataFrame.iloc[:, 2] (column name="path") values are different (100.0 %)
E   [index]: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
E   [left]:  [C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/popen-gw0/test_read_parquet_multiple_fil0/file1.parquet, C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/popen-gw0/test_read_parquet_multiple_fil0/file2.parquet, C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/popen-gw0/test_read_parquet_multiple_fil0/file1.parquet, C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/popen-gw0/test_read_parquet_multiple_fil0/file2.parquet, C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/popen-gw0/test_read_parquet_multiple_fil0/file1.parquet, C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/popen-gw0/test_read_parquet_multiple_fil0/file2.parquet, C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/popen-gw0/test_read_parquet_multiple_fil0/file1.parquet, C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/popen-gw0/test_read_parquet_multiple_fil0/file2.parquet, C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/popen-gw0/test_read_parquet_multiple_fil0/file1.parquet, C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/popen-gw0/test_read_parquet_multiple_fil0/file2.parquet]
E   [right]: [C:\Users\runneradmin\AppData\Local\Temp\pytest-of-runneradmin\pytest-0\popen-gw0\test_read_parquet_multiple_fil0\file1.parquet, C:\Users\runneradmin\AppData\Local\Temp\pytest-of-runneradmin\pytest-0\popen-gw0\test_read_parquet_multiple_fil0\file2.parquet, C:\Users\runneradmin\AppData\Local\Temp\pytest-of-runneradmin\pytest-0\popen-gw0\test_read_parquet_multiple_fil0\file1.parquet, C:\Users\runneradmin\AppData\Local\Temp\pytest-of-runneradmin\pytest-0\popen-gw0\test_read_parquet_multiple_fil0\file2.parquet, C:\Users\runneradmin\AppData\Local\Temp\pytest-of-runneradmin\pytest-0\popen-gw0\test_read_parquet_multiple_fil0\file1.parquet, C:\Users\runneradmin\AppData\Local\Temp\pytest-of-runneradmin\pytest-0\popen-gw0\test_read_parquet_multiple_fil0\file2.parquet, C:\Users\runneradmin\AppData\Local\Temp\pytest-of-runneradmin\pytest-0\popen-gw0\test_read_parquet_multiple_fil0\file1.parquet, C:\Users\runneradmin\AppData\Local\Temp\pytest-of-runneradmin\pytest-0\popen-gw0\test_read_parquet_multiple_fil0\file2.parquet, C:\Users\runneradmin\AppData\Local\Temp\pytest-of-runneradmin\pytest-0\popen-gw0\test_read_parquet_multiple_fil0\file1.parquet, C:\Users\runneradmin\AppData\Local\Temp\pytest-of-runneradmin\pytest-0\popen-gw0\test_read_parquet_multiple_fil0\file2.parquet]

Left has unix-style forward slash, right has windows-style backward slash.

Since this is a windows test, left should also be windows-style backward slash. Left is produced by dd.read_parquet, maybe it can only return unix-style paths?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-triage New issues that need to be assessed or assigned discourse Discussion topics coming from Discourse
Projects
None yet
Development

No branches or pull requests

1 participant