MuhammadTahaNaveed commented on PR #2165: URL: https://github.com/apache/age/pull/2165#issuecomment-3391424432
@sanchayanghosh Regression tests fail and there's a crash in `cypher_match` regression test. Maybe its due to reason mentioned by @harudini here https://github.com/apache/age/issues/2164#issuecomment-3359108811. ``` ok 1 - scan 166 ms ok 2 - graphid 9 ms ok 3 - agtype 93 ms ok 4 - agtype_hash_cmp 7 ms ok 5 - catalog 73 ms ok 6 - cypher 37 ms not ok 7 - expr 668 ms ok 8 - cypher_create 105 ms not ok 9 - cypher_match 852 ms # (test process exited with exit code 2) not ok 10 - cypher_unwind 21 ms # (test process exited with exit code 2) not ok 11 - cypher_set 2 ms # (test process exited with exit code 2) not ok 12 - cypher_remove 2 ms # (test process exited with exit code 2) not ok 13 - cypher_delete 3 ms # (test process exited with exit code 2) not ok 14 - cypher_with 2 ms # (test process exited with exit code 2) not ok 15 - cypher_vle 3 ms # (test process exited with exit code 2) not ok 16 - cypher_union 2 ms # (test process exited with exit code 2) not ok 17 - cypher_call 2 ms # (test process exited with exit code 2) not ok 18 - cypher_merge 3 ms # (test process exited with exit code 2) not ok 19 - cypher_subquery 2 ms # (test process exited with exit code 2) not ok 20 - age_global_graph 2 ms # (test process exited with exit code 2) not ok 21 - age_load 2 ms # (test process exited with exit code 2) not ok 22 - index 2 ms # (test process exited with exit code 2) not ok 23 - analyze 2 ms # (test process exited with exit code 2) not ok 24 - graph_generation 2 ms # (test process exited with exit code 2) not ok 25 - name_validation 2 ms # (test process exited with exit code 2) not ok 26 - jsonb_operators 3 ms # (test process exited with exit code 2) not ok 27 - list_comprehension 2 ms # (test process exited with exit code 2) ok 28 - map_projection 37 ms ok 29 - cypher_path_delete 43 ms not ok 30 - drop 57 ms # (test process exited with exit code 2) 1..30 # 21 of 30 tests failed. ``` -- 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]
