bkmgit commented on pull request #11719:
URL: https://github.com/apache/arrow/pull/11719#issuecomment-971316072
Failed tests on Debian Latest:
```
══ Failed tests
════════════════════════════════════════════════════════════════
── Failure (test-duckdb.R:145:3): Joining, auto-cleanup enabled
────────────────
all(c(table_one_name, table_two_name) %in% DBI::dbListTables(con)) is not
TRUE
`actual`: FALSE
`expected`: TRUE
── Failure (test-duckdb.R:158:3): Joining, auto-cleanup disabled
───────────────
table_three_name %in% DBI::dbListTables(con) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure (test-duckdb.R:162:3): Joining, auto-cleanup disabled
───────────────
table_three_name %in% DBI::dbListTables(con) is not TRUE
`actual`: FALSE
`expected`: TRUE
```
and
```
Start test: install_pyarrow
Using Python: /usr/bin/python3.9
Creating virtual environment 'arrow-test' ... The virtual environment was
not created successfully because ensurepip is not
available. On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.
apt install python3.9-venv
You may need to use sudo with that command. After installing the
python3-venv
package, recreate your virtual environment.
Failing command: ['/root/.virtualenvs/arrow-test/bin/python3.9', '-Im',
'ensurepip', '--upgrade', '--default-pip']
FAILED
Error : Error creating virtual environment 'arrow-test' [error code 1]
test-python.R:28:3 [skip]
End test: install_pyarrow
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]