amoeba commented on PR #3196: URL: https://github.com/apache/arrow-adbc/pull/3196#issuecomment-3114989409
I added what I think was a mid-test reconnect in https://github.com/apache/arrow-adbc/pull/3196/commits/3e2eb6e6ad58fe2b00a017813edb8cf99af9b5b1. The new test still fails, ``` adbc ❯ driver/postgresql/adbc-driver-postgresql-test --gtest_filter="*Composite*" (adbc) adbc-driver-postgresql-test(30459,0x204bd5f00) malloc: nano zone abandoned due to inability to reserve vm space. Running main() from /Users/runner/miniforge3/conda-bld/gtest-split_1748319995326/work/googletest/src/gtest_main.cc Note: Google Test filter = *Composite* [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from PostgresStatementTest [ RUN ] PostgresStatementTest.PostgresCompositeTest /Users/bryce/src/apache/arrow-adbc/c/driver/postgresql/postgresql_test.cc:1893: Failure Expected equality of these values: reader.schema->children[0]->format Which is: "z" "i" [ FAILED ] PostgresStatementTest.PostgresCompositeTest (103 ms) [----------] 1 test from PostgresStatementTest (103 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (103 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] PostgresStatementTest.PostgresCompositeTest 1 FAILED TEST ``` -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org