You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/04/22 19:55:00 UTC

[jira] [Updated] (ARROW-11675) [CI] Resolve ctest failures in crossbow task test-build-vcpkg-win

     [ https://issues.apache.org/jira/browse/ARROW-11675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Cook updated ARROW-11675:
-----------------------------
    Description: 
The crossbow task *test-build-vcpkg-win* runs the script {{dev/tasks/vcpkg-tests/cpp-build-vcpkg.bat}}. This runs {{ctest}} which shows two failing tests:
 * {{TestStatisticsSortOrder/0.MinMax}}
 * {{TestStatistic.Int32Extremums}}

Full logs from a recent run of this task: [https://github.com/ursacomputing/crossbow/actions?query=branch:actions-99-github-test-build-vcpkg-win]

Sections of the logs showing the failures:
{code}
[ RUN      ] TestStatisticsSortOrder/0.MinMax
D:/a/crossbow/crossbow/arrow/cpp/src/parquet/statistics_test.cc(670): error: Expected equality of these values:
  stats_[i].min()
    Which is: "\0\0\0\0"
  cc_metadata->statistics()->EncodeMin()
    Which is: "\x3\0\0\0"
D:/a/crossbow/crossbow/arrow/cpp/src/parquet/statistics_test.cc(838): error: Expected: this->VerifyParquetStats() doesn't generate new fatal failures in the current thread.
  Actual: it does.
[  FAILED  ] TestStatisticsSortOrder/0.MinMax, where TypeParam = struct parquet::PhysicalType<1> (1 ms)
{code}

{code}
[ RUN      ] TestStatistic.Int32Extremums
D:/a/crossbow/crossbow/arrow/cpp/src/parquet/statistics_test.cc(900): error: Expected equality of these values:
  stats->min()
    Which is: -2147483648
  expected_min
    Which is: 0
[  FAILED  ] TestStatistic.Int32Extremums (0 ms)
{code}

Diagnose and resolve these failures.

  was:
The crossbow task *test-build-vcpkg-win* runs the script {{dev/tasks/vcpkg-tests/cpp-build-vcpkg.bat}}. This runs {{ctest}} which shows two failing tests:
 * {{TestStatisticsSortOrder/0.MinMax}}
 * {{TestStatistic.Int32Extremums}}

Full logs from a recent run of this task: [https://github.com/ursacomputing/crossbow/actions?query=branch:actions-99-github-test-build-vcpkg-win]

Diagnose and resolve these failures.


> [CI] Resolve ctest failures in crossbow task test-build-vcpkg-win
> -----------------------------------------------------------------
>
>                 Key: ARROW-11675
>                 URL: https://issues.apache.org/jira/browse/ARROW-11675
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: CI, Continuous Integration
>            Reporter: Ian Cook
>            Assignee: Ian Cook
>            Priority: Major
>
> The crossbow task *test-build-vcpkg-win* runs the script {{dev/tasks/vcpkg-tests/cpp-build-vcpkg.bat}}. This runs {{ctest}} which shows two failing tests:
>  * {{TestStatisticsSortOrder/0.MinMax}}
>  * {{TestStatistic.Int32Extremums}}
> Full logs from a recent run of this task: [https://github.com/ursacomputing/crossbow/actions?query=branch:actions-99-github-test-build-vcpkg-win]
> Sections of the logs showing the failures:
> {code}
> [ RUN      ] TestStatisticsSortOrder/0.MinMax
> D:/a/crossbow/crossbow/arrow/cpp/src/parquet/statistics_test.cc(670): error: Expected equality of these values:
>   stats_[i].min()
>     Which is: "\0\0\0\0"
>   cc_metadata->statistics()->EncodeMin()
>     Which is: "\x3\0\0\0"
> D:/a/crossbow/crossbow/arrow/cpp/src/parquet/statistics_test.cc(838): error: Expected: this->VerifyParquetStats() doesn't generate new fatal failures in the current thread.
>   Actual: it does.
> [  FAILED  ] TestStatisticsSortOrder/0.MinMax, where TypeParam = struct parquet::PhysicalType<1> (1 ms)
> {code}
> {code}
> [ RUN      ] TestStatistic.Int32Extremums
> D:/a/crossbow/crossbow/arrow/cpp/src/parquet/statistics_test.cc(900): error: Expected equality of these values:
>   stats->min()
>     Which is: -2147483648
>   expected_min
>     Which is: 0
> [  FAILED  ] TestStatistic.Int32Extremums (0 ms)
> {code}
> Diagnose and resolve these failures.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)