ClickHouse/.github/ISSUE_TEMPLATE/40_bug-report.md

34 lines
1.1 KiB
Markdown
Raw Normal View History

2019-09-05 08:51:56 +00:00
---
2020-03-13 17:52:09 +00:00
name: Bug report
2019-09-05 08:51:56 +00:00
about: Create a report to help us improve ClickHouse
title: ''
labels: bug
assignees: ''
---
2021-04-28 03:53:00 +00:00
You have to provide the following information whenever possible.
2019-09-05 08:51:56 +00:00
2020-03-13 17:52:09 +00:00
**Describe the bug**
2019-09-05 08:51:56 +00:00
A clear and concise description of what works not as it is supposed to.
2021-01-18 23:35:11 +00:00
**Does it reproduce on recent release?**
[The list of releases](https://github.com/ClickHouse/ClickHouse/blob/master/utils/list-versions/version_date.tsv)
2019-09-05 08:51:56 +00:00
**How to reproduce**
* Which ClickHouse server version to use
* Which interface to use, if matters
* Non-default settings, if any
* `CREATE TABLE` statements for all tables involved
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary
2019-09-05 08:51:56 +00:00
* Queries to run that lead to unexpected result
**Expected behavior**
A clear and concise description of what you expected to happen.
**Error message and/or stacktrace**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.