You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "h-vetinari (via GitHub)" <gi...@apache.org> on 2023/03/22 06:24:25 UTC

[GitHub] [arrow] h-vetinari commented on a diff in pull request #34652: GH-34669: [Packaging][Conda] Update arrow feedstock dependencies

h-vetinari commented on code in PR #34652:
URL: https://github.com/apache/arrow/pull/34652#discussion_r1144283440


##########
dev/tasks/conda-recipes/arrow-cpp/meta.yaml:
##########
@@ -375,18 +378,24 @@ outputs:
         {% set tests_to_skip = tests_to_skip + " or test_debug_memory_pool_disabled" %}   # [aarch64 or ppc64le]
         {% set tests_to_skip = tests_to_skip + " or test_env_var_io_thread_count" %}      # [aarch64 or ppc64le]
         # vvvvvvv TESTS THAT SHOULDN'T HAVE TO BE SKIPPED vvvvvvv
+        # segfaults on OSX: to investigate ASAP
+        {% set tests_to_skip = tests_to_skip + " or test_flight" %}                       # [osx]
         # failing on linux with "OSError: Could not connect to socket /tmp/[...]/plasma.sock"
         {% set tests_to_skip = tests_to_skip + " or test_plasma" %}                       # [linux]
+        # gandiva tests are segfaulting on ppc
+        {% set tests_to_skip = tests_to_skip + " or test_gandiva" %}                      # [ppc64le]
+        # test failures on ppc
+        {% set tests_to_skip = tests_to_skip + " or test_safe_cast_from_float_with_nans_to_int" %}  # [ppc64le]
+        # gandiva tests are segfaulting on ppc
+        {% set tests_to_skip = tests_to_skip + " or test_float_with_null_as_integer" %}   # [ppc64le]
         # "Unsupported backend 'nonexistent' specified in ARROW_DEFAULT_MEMORY_POOL"
         {% set tests_to_skip = tests_to_skip + " or (test_memory and test_env_var)" %}    # [unix]
         # test is broken; header is in $PREFIX, not $SP_DIR
         {% set tests_to_skip = tests_to_skip + " or (test_misc and test_get_include)" %}  # [unix]
         # ^^^^^^^ TESTS THAT SHOULDN'T HAVE TO BE SKIPPED ^^^^^^^

Review Comment:
   I'm talking about these skips (some more serious than others)



-- 
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