yangxk1 opened a new issue, #690:
URL: https://github.com/apache/incubator-graphar/issues/690
### Describe the bug, including details regarding any error messages,
version, and platform.
as title
run `ctest`:
```
Start 1: InfoVersion
1/17 Test #1: InfoVersion ...................... Passed 0.49 sec
Start 2: Property
2/17 Test #2: Property ......................... Passed 0.13 sec
Start 3: PropertyGroup
3/17 Test #3: PropertyGroup .................... Passed 0.13 sec
Start 4: AdjacentList
4/17 Test #4: AdjacentList ..................... Passed 0.13 sec
Start 5: VertexInfo
5/17 Test #5: VertexInfo ....................... Passed 0.13 sec
Start 6: EdgeInfo
6/17 Test #6: EdgeInfo ......................... Passed 0.13 sec
Start 7: GraphInfo
7/17 Test #7: GraphInfo ........................ Passed 0.13 sec
Start 8: LoadFromYaml
8/17 Test #8: LoadFromYaml ..................... Passed 0.12 sec
Start 9: TestVertexPropertyWriter
9/17 Test #9: TestVertexPropertyWriter .........***Failed 0.19 sec
Start 10: test_vertices_builder
10/17 Test #10: test_vertices_builder ............ Passed 0.16 sec
Start 11: test_edges_builder
11/17 Test #11: test_edges_builder ............... Passed 0.35 sec
Start 12: ChunkInfoReader
12/17 Test #12: ChunkInfoReader .................. Passed 0.15 sec
Start 13: ArrowChunkReader
13/17 Test #13: ArrowChunkReader ................. Passed 0.23 sec
Start 14: EmptyChunkTest
14/17 Test #14: EmptyChunkTest ................... Passed 0.13 sec
Start 15: JSON_TEST
15/17 Test #15: JSON_TEST ........................ Passed 0.14 sec
Start 16: Graph
16/17 Test #16: Graph ............................ Passed 0.79 sec
Start 17: test_multi_label_builder
17/17 Test #17: test_multi_label_builder ......... Passed 0.16 sec
94% tests passed, 1 tests failed out of 17
Total Test time (real) = 3.70 sec
The following tests FAILED:
9 - TestVertexPropertyWriter (Failed)
Errors while running CTest
```
run `./test_arrow_chunk_writer `:
```
Randomness seeded to: 1776965605
903 4
_graphArSrcIndex: int64
_graphArDstIndex: int64
667 2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test_arrow_chunk_writer is a Catch2 v3.8.1 host application.
Run with -? for options
-------------------------------------------------------------------------------
TestVertexPropertyWriter
TestEdgeChunkWriter
-------------------------------------------------------------------------------
incubator-graphar/cpp/test/test_arrow_chunk_writer.cc:158
...............................................................................
incubator-graphar/cpp/test/test_arrow_chunk_writer.cc:240: FAILED:
REQUIRE( maybe_writer2.has_error() )
with expansion:
false
903 4
===============================================================================
test cases: 1 | 0 passed | 1 failed
assertions: 44 | 43 passed | 1 failed
```
### Component(s)
C++
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]