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

[CI][Release] Source verfication on Windows fail with Missing "-C <config>"? on tests #41169

Closed
raulcd opened this issue Apr 12, 2024 · 1 comment

Comments

@raulcd
Copy link
Member

raulcd commented Apr 12, 2024

Describe the bug, including details regarding any error messages, version, and platform.

The verify-rc-source-windows job is failing with:

76/87 Test #76: arrow-ipc-tensor-test ........................***Not Run   0.00 sec
      Start 77: arrow-json-test
Test not available without configuration.  (Missing "-C <config>"?)
Test not available without configuration.  (Missing "-C <config>"?)
Test not available without configuration.  (Missing "-C <config>"?)
Test not available without configuration.  (Missing "-C <config>"?)
Test not available without configuration.  (Missing "-C <config>"?)
Test not available without configuration.  (Missing "-C <config>"?)
...
 The following tests FAILED:
	  1 - arrow-array-test (Not Run)
	  2 - arrow-buffer-test (Not Run)
	  3 - arrow-extension-type-test (Not Run)
	  4 - arrow-misc-test (Not Run)
	  5 - arrow-public-api-test (Not Run)
	  6 - arrow-scalar-test (Not Run)
	  7 - arrow-type-test (Not Run)
	  8 - arrow-table-test (Not Run)
	  9 - arrow-tensor-test (Not Run)
	 10 - arrow-sparse-tensor-test (Not Run)
	 11 - arrow-stl-test (Not Run)
	 12 - arrow-random-test (Not Run)
	 13 - arrow-gtest-util-test (Not Run)
	 14 - arrow-concatenate-test (Not Run)
	 15 - arrow-diff-test (Not Run)
	 16 - arrow-c-bridge-test (Not Run)
	 17 - arrow-dlpack-test (Not Run)
	 18 - arrow-compute-internals-test (Not Run)
	 19 - arrow-compute-expression-test (Not Run)
	 20 - arrow-compute-scalar-cast-test (Not Run)
	 21 - arrow-compute-scalar-type-test (Not Run)
	 22 - arrow-compute-scalar-if-else-test (Not Run)
	 23 - arrow-compute-scalar-temporal-test (Not Run)
	 24 - arrow-compute-scalar-math-test (Not Run)
	 25 - arrow-compute-scalar-utility-test (Not Run)
	 26 - arrow-compute-vector-test (Not Run)
	 27 - arrow-compute-vector-sort-test (Not Run)
	 28 - arrow-compute-vector-selection-test (Not Run)
	 29 - arrow-compute-aggregate-test (Not Run)
	 30 - arrow-compute-kernel-utility-test (Not Run)
	 31 - arrow-io-buffered-test (Not Run)
	 32 - arrow-io-compressed-test (Not Run)
	 33 - arrow-io-file-test (Not Run)
	 34 - arrow-io-hdfs-test (Not Run)
	 35 - arrow-io-memory-test (Not Run)
	 36 - arrow-utility-test (Not Run)
	 37 - arrow-async-utility-test (Not Run)
	 38 - arrow-bit-utility-test (Not Run)
	 39 - arrow-threading-utility-test (Not Run)
	 40 - arrow-crc32-test (Not Run)
	 41 - arrow-json-integration-test (Not Run)
	 42 - arrow-csv-test (Not Run)
	 43 - arrow-acero-plan-test (Not Run)
	 44 - arrow-acero-source-node-test (Not Run)
	 45 - arrow-acero-fetch-node-test (Not Run)
	 46 - arrow-acero-order-by-node-test (Not Run)
	 47 - arrow-acero-hash-join-node-test (Not Run)
	 48 - arrow-acero-pivot-longer-node-test (Not Run)
	 49 - arrow-acero-asof-join-node-test (Not Run)
	 50 - arrow-acero-sorted-merge-node-test (Not Run)
	 51 - arrow-acero-tpch-node-test (Not Run)
	 52 - arrow-acero-union-node-test (Not Run)
	 53 - arrow-acero-aggregate-node-test (Not Run)
	 54 - arrow-acero-util-test (Not Run)
	 55 - arrow-acero-hash-aggregate-test (Not Run)
	 56 - arrow-dataset-dataset-test (Not Run)
	 57 - arrow-dataset-dataset-writer-test (Not Run)
	 58 - arrow-dataset-discovery-test (Not Run)
	 59 - arrow-dataset-file-ipc-test (Not Run)
	 60 - arrow-dataset-file-test (Not Run)
	 61 - arrow-dataset-partition-test (Not Run)
	 62 - arrow-dataset-scanner-test (Not Run)
	 63 - arrow-dataset-subtree-test (Not Run)
	 64 - arrow-dataset-write-node-test (Not Run)
	 65 - arrow-dataset-file-csv-test (Not Run)
	 66 - arrow-dataset-file-json-test (Not Run)
	 67 - arrow-dataset-file-parquet-test (Not Run)
	 68 - arrow-dataset-file-parquet-encryption-test (Not Run)
	 69 - arrow-filesystem-test (Not Run)
	 70 - arrow-hdfs-test (Not Run)
	 71 - arrow-flight-internals-test (Not Run)
	 72 - arrow-flight-test (Not Run)
	 73 - arrow-feather-test (Not Run)
	 74 - arrow-ipc-json-simple-test (Not Run)
	 75 - arrow-ipc-read-write-test (Not Run)
	 76 - arrow-ipc-tensor-test (Not Run)
	 77 - arrow-json-test (Not Run)
	 78 - arrow-fixed-shape-tensor-test (Not Run)
	 79 - parquet-internals-test (Not Run)
	 80 - parquet-reader-test (Not Run)
	 81 - parquet-writer-test (Not Run)
	 82 - parquet-arrow-test (Not Run)
	 83 - parquet-arrow-internals-test (Not Run)
	 84 - parquet-encryption-test (Not Run)
	 85 - parquet-encryption-key-management-test (Not Run)
	 86 - parquet-file-deserialize-test (Not Run)
	 87 - parquet-schema-test (Not Run)
Errors while running CTest

Component(s)

Continuous Integration, Release

@raulcd raulcd added this to the 16.0.0 milestone Apr 12, 2024
kou added a commit that referenced this issue Apr 13, 2024
…41178)

### Rationale for this change

#37821 changed to use `add_test()` usage from old style to new style:

1a1d2c8?diff=unified&w=1#diff-1ce47eec54afaee769086e1a720c5ed65bc347cd8fc60a233de67fd895dda329L763-R764

MSVC generators multi-config generators. With old style, all tests are run without specifying `--build-config` explicitly. With new style, we need to specify `--build-config` explicitly.

See also: https://cmake.org/cmake/help/latest/command/add_test.html

### What changes are included in this PR?

Specify `--build-config` explicitly.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #41169

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
@kou
Copy link
Member

kou commented Apr 13, 2024

Issue resolved by pull request 41178
#41178

@kou kou closed this as completed Apr 13, 2024
vibhatha pushed a commit to vibhatha/arrow that referenced this issue Apr 15, 2024
…ndows (apache#41178)

### Rationale for this change

apache#37821 changed to use `add_test()` usage from old style to new style:

apache@1a1d2c8?diff=unified&w=1#diff-1ce47eec54afaee769086e1a720c5ed65bc347cd8fc60a233de67fd895dda329L763-R764

MSVC generators multi-config generators. With old style, all tests are run without specifying `--build-config` explicitly. With new style, we need to specify `--build-config` explicitly.

See also: https://cmake.org/cmake/help/latest/command/add_test.html

### What changes are included in this PR?

Specify `--build-config` explicitly.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: apache#41169

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
raulcd pushed a commit that referenced this issue Apr 15, 2024
…41178)

### Rationale for this change

#37821 changed to use `add_test()` usage from old style to new style:

1a1d2c8?diff=unified&w=1#diff-1ce47eec54afaee769086e1a720c5ed65bc347cd8fc60a233de67fd895dda329L763-R764

MSVC generators multi-config generators. With old style, all tests are run without specifying `--build-config` explicitly. With new style, we need to specify `--build-config` explicitly.

See also: https://cmake.org/cmake/help/latest/command/add_test.html

### What changes are included in this PR?

Specify `--build-config` explicitly.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #41169

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
tolleybot pushed a commit to tmct/arrow that referenced this issue May 2, 2024
…ndows (apache#41178)

### Rationale for this change

apache#37821 changed to use `add_test()` usage from old style to new style:

apache@1a1d2c8?diff=unified&w=1#diff-1ce47eec54afaee769086e1a720c5ed65bc347cd8fc60a233de67fd895dda329L763-R764

MSVC generators multi-config generators. With old style, all tests are run without specifying `--build-config` explicitly. With new style, we need to specify `--build-config` explicitly.

See also: https://cmake.org/cmake/help/latest/command/add_test.html

### What changes are included in this PR?

Specify `--build-config` explicitly.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: apache#41169

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
vibhatha pushed a commit to vibhatha/arrow that referenced this issue May 25, 2024
…ndows (apache#41178)

### Rationale for this change

apache#37821 changed to use `add_test()` usage from old style to new style:

apache@1a1d2c8?diff=unified&w=1#diff-1ce47eec54afaee769086e1a720c5ed65bc347cd8fc60a233de67fd895dda329L763-R764

MSVC generators multi-config generators. With old style, all tests are run without specifying `--build-config` explicitly. With new style, we need to specify `--build-config` explicitly.

See also: https://cmake.org/cmake/help/latest/command/add_test.html

### What changes are included in this PR?

Specify `--build-config` explicitly.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: apache#41169

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants