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

2 tests fail #11744

Open
2 tasks done
yurivict opened this issue Apr 19, 2024 · 0 comments
Open
2 tasks done

2 tests fail #11744

yurivict opened this issue Apr 19, 2024 · 0 comments

Comments

@yurivict
Copy link

What happens?

Test using a remote optimizer pass in case thats important to someone
-------------------------------------------------------------------------------
/usr/ports/databases/duckdb/work/duckdb-0.10.2/test/extension/test_remote_optimizer.cpp:30
...............................................................................

/usr/ports/databases/duckdb/work/duckdb-0.10.2/test/extension/test_remote_optimizer.cpp:148: FAILED:
  REQUIRE( NO_FAIL((con1.Query( "SELECT first_name FROM PARQUET_SCAN('data/parquet-testing/userdata1.parquet') GROUP BY first_name"))) )
with expansion:
  false

[1268/3040] (41%): test/sql/copy/file_size_bytes.test                           ================================================================================
Wrong result in query! (test/sql/copy/file_size_bytes.test:132)!
================================================================================
SELECT count(*) FROM glob('duckdb_unittest_tempdir/68023/file_size_bytes_csv5/*.csv');
================================================================================
Mismatch on row 1, column 1
5 <> 4
================================================================================
Expected result:
================================================================================
4
================================================================================
Actual result:
================================================================================
5
-------------------------------------------------------------------------------
test/sql/copy/file_size_bytes.test
-------------------------------------------------------------------------------
/usr/ports/databases/duckdb/work/duckdb-0.10.2/test/sqlite/test_sqllogictest.cpp:201
...............................................................................

test/sql/copy/file_size_bytes.test:132: FAILED:
explicitly with message:
  0

[3040/3040] (100%): test/sqlsmith/sql_reduce.test                               
===============================================================================
test cases:   3040 |   3038 passed | 2 failed | 36 skipped
assertions: 402626 | 402624 passed | 2 failed | 36 skipped

Skipped tests for the following reasons:
require block_size: 3
require exact_vector_size: 1
require longdouble: 2
require not_available: 1
require windows: 3
require-env LOCAL_EXTENSION_REPO: 9
require-env S3_TEST_SERVER_AVAILABLE: 17

To Reproduce

n/a

OS:

FreeBSD 14.0

DuckDB Version:

0.10.2

DuckDB Client:

C++

Full Name:

Yuri Victorovich

Affiliation:

n/a

What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.

I have tested with a stable release

Did you include all relevant data sets for reproducing the issue?

No - Other reason (please specify in the issue body)

Did you include all code required to reproduce the issue?

  • Yes, I have

Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?

  • Yes, I have
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

3 participants