Skip to content

test_debug fails #10

Open
Open
@bnmoch3

Description

@bnmoch3

Running make test_debug fails with the following error:

duckdb.duckdb.InvalidInputException: Invalid Input Error: Failed to load 'build/debug/rusty_quack.duckdb_extension',
The file was built for DuckDB C API version 'v0.0.1', but we can only load extensions built for DuckDB C API 'v1.x.y'.
make: *** [extension-ci-tools/makefiles/c_api_extensions/base.Makefile:149: test_extension_debug_internal] Error 1

This is without making any other modifications, just with the following steps:

make configure
make debug
make test_debug

However, the extension seems to work fine when loaded use duckdb's CLI:

> duckdb -unsigned
v1.1.1 af39bd0dcf
Enter ".help" for usage hints.
D load 'build/debug/rusty_quack.duckdb_extension';
D select * from rusty_quack('foobar');
┌───────────────────────┐
│         value         │
│        varchar        │
├───────────────────────┤
│ Rusty Quack foobar 🐥 │
└───────────────────────┘

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions