You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/18 14:21:37 UTC

[GitHub] [arrow] raulcd opened a new pull request, #13189: MINOR: Fix wrongly redefining pytestmark for parquet encryption tests

raulcd opened a new pull request, #13189:
URL: https://github.com/apache/arrow/pull/13189

   This PR should correctly skip the failures introduced by on the following builds:
   - [test-conda-python-3.7-pandas-latest](https://github.com/ursacomputing/crossbow/runs/6482062339?check_suite_focus=true)
   - [test-conda-python-3.8-pandas-latest](https://github.com/ursacomputing/crossbow/runs/6482065559?check_suite_focus=true)


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche commented on pull request #13189: MINOR: Fix wrongly redefining pytestmark for parquet encryption tests

Posted by GitBox <gi...@apache.org>.
jorisvandenbossche commented on PR #13189:
URL: https://github.com/apache/arrow/pull/13189#issuecomment-1130181362

   Thanks!


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on pull request #13189: MINOR: Fix wrongly redefining pytestmark for parquet encryption tests

Posted by GitBox <gi...@apache.org>.
raulcd commented on PR #13189:
URL: https://github.com/apache/arrow/pull/13189#issuecomment-1130083015

   @github-actions crossbow submit test-conda-python-*-pandas-latest


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #13189: MINOR: Fix wrongly redefining pytestmark for parquet encryption tests

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #13189:
URL: https://github.com/apache/arrow/pull/13189#issuecomment-1130123427

   Revision: 39bcec3b3f14fd53618adb4a95003211aca446c2
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-2112](https://github.com/ursacomputing/crossbow/branches/all?query=actions-2112)
   
   |Task|Status|
   |----|------|
   |test-conda-python-3.7-pandas-latest|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-2112-github-test-conda-python-3.7-pandas-latest)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-2112-github-test-conda-python-3.7-pandas-latest)|
   |test-conda-python-3.8-pandas-latest|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-2112-github-test-conda-python-3.8-pandas-latest)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-2112-github-test-conda-python-3.8-pandas-latest)|


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche merged pull request #13189: MINOR: Fix wrongly redefining pytestmark for parquet encryption tests

Posted by GitBox <gi...@apache.org>.
jorisvandenbossche merged PR #13189:
URL: https://github.com/apache/arrow/pull/13189


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on pull request #13189: MINOR: Fix wrongly redefining pytestmark for parquet encryption tests

Posted by GitBox <gi...@apache.org>.
raulcd commented on PR #13189:
URL: https://github.com/apache/arrow/pull/13189#issuecomment-1130161482

   @jorisvandenbossche this is now correctly skipping the tests, see the builds passing now and the tests skipped:
   ```
    opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_write_read SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_write_read_wrong_key SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_read_no_decryption_config SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_read_metadata_no_decryption_config SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_read_schema_no_decryption_config SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_write_no_col_key SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_write_kms_error SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_write_kms_specific_error SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_write_kms_factory_error SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_write_kms_factory_type_error SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_encryption_configuration SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_decryption_configuration SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_kms_configuration SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_write_read_plain_footer_single_wrapping SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_write_external SKIPPED [ 97%]
   opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_encryption.py::test_encrypted_parquet_loop SKIPPED [ 97%]
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org