Skip to content

Fix assertion failure in FunctionsLogical#13213

Merged
alexey-milovidov merged 4 commits intomasterfrom
fix-fuzz-test2
Aug 2, 2020
Merged

Fix assertion failure in FunctionsLogical#13213
alexey-milovidov merged 4 commits intomasterfrom
fix-fuzz-test2

Conversation

@alexey-milovidov
Copy link
Copy Markdown
Member

@alexey-milovidov alexey-milovidov commented Aug 1, 2020

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Fixes #13211.
Fixes #12494.

@robot-clickhouse robot-clickhouse added the pr-not-for-changelog This PR should not be mentioned in the changelog label Aug 1, 2020
@alexey-milovidov
Copy link
Copy Markdown
Member Author

Logical error: 'Continuation over multiple expressions is not supported'.

#12523 @4ertus2

@alexey-milovidov
Copy link
Copy Markdown
Member Author

alexey-milovidov commented Aug 2, 2020

Functional stateful tests (address) — Some exception occurred :(

2020-08-02 18:43:55
Unhandled exception: Traceback (most recent call last):
  File "sandbox/bin/executor.py", line 1043, in _execute
    self.task.on_execute()
  File "sandbox/projects/clickhouse/BaseOnCommitTask/base.py", line 295, in on_execute
    self._prepare_docker()
  File "sandbox/projects/clickhouse/BaseOnCommitTask/base.py", line 201, in _prepare_docker
    raise Exception("Docker prepare failed")
Exception: Docker prepare failed

@alesapin

This was referenced Aug 2, 2020
@alexey-milovidov
Copy link
Copy Markdown
Member Author

Don't wait for performance test.

@alexey-milovidov alexey-milovidov merged commit 84e88f6 into master Aug 2, 2020
@alexey-milovidov alexey-milovidov deleted the fix-fuzz-test2 branch August 2, 2020 21:29
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assertion found by fuzz test in FunctionsLogical in query SELECT arrayJoin([NULL]) AND 1 Unknown numeric column of type: DB::IColumn const*

2 participants