Skip to content

Fix test 01056_prepared_statements_null_and_escaping.sh#14055

Merged
alexey-milovidov merged 1 commit intomasterfrom
investigate-test
Aug 26, 2020
Merged

Fix test 01056_prepared_statements_null_and_escaping.sh#14055
alexey-milovidov merged 1 commit intomasterfrom
investigate-test

Conversation

@alexey-milovidov
Copy link
Copy Markdown
Member

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

@robot-clickhouse robot-clickhouse added the pr-not-for-changelog This PR should not be mentioned in the changelog label Aug 25, 2020
@alexey-milovidov alexey-milovidov added the testing Special issue with list of bugs found by CI label Aug 25, 2020
@alexey-milovidov alexey-milovidov marked this pull request as ready for review August 25, 2020 20:09
@alexey-milovidov alexey-milovidov changed the title Check what test 01056_prepared_statements_null_and_escaping.sh outputs in CI Fix test 01056_prepared_statements_null_and_escaping.sh Aug 26, 2020
@alexey-milovidov
Copy link
Copy Markdown
Member Author

Fuzzer:

SELECT equals(count(), NULL GLOBAL IN 
    (
        SELECT 
            2 GLOBAL IN (1023),
            100
    ), -1)
FROM null_in
WHERE i IN (1, 3, NULL)
[linux-ubuntu-14-04-trusty] 2020.08.26 02:03:19.054107 [ 240 ] <Fatal> BaseDaemon: 11. /build/obj-x86_64-linux-gnu/../src/Columns/ColumnVector.h:275: DB::ColumnVector<char8_t>::insert(DB::Field const&) @ 0x2795b527 in /workspace/clickhouse
[linux-ubuntu-14-04-trusty] 2020.08.26 02:03:19.104378 [ 240 ] <Fatal> BaseDaemon: 12. /build/obj-x86_64-linux-gnu/../src/Interpreters/ActionsVisitor.cpp:90: DB::Block DB::createBlockFromCollection<DB::Array>(DB::Array const&, std::__1::vector<std::__1::shared_ptr<DB::IDataType const>, std::__1::allocator<std::__1::shared_ptr<DB::IDataType const> > > const&, DB::Context const&) @ 0x302f1d94 in /workspace/clickhouse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-not-for-changelog This PR should not be mentioned in the changelog testing Special issue with list of bugs found by CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants