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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

53 lines
1.5 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
2022-07-09 04:26:37 +00:00
about: Wrong behavior (visible to users) in the official ClickHouse release.
2019-09-05 08:51:56 +00:00
title: ''
2021-08-15 02:11:30 +00:00
labels: 'potential bug'
2019-09-05 08:51:56 +00:00
assignees: ''
---
2021-08-03 11:43:00 +00:00
> You have to provide the following information whenever possible.
2019-09-05 08:51:56 +00:00
2021-08-24 23:26:31 +00:00
**Describe what's wrong**
2021-05-31 14:06:28 +00:00
2021-08-03 11:43:00 +00:00
> A clear and concise description of what works not as it is supposed to.
2019-09-05 08:51:56 +00:00
> A link to reproducer in [https://fiddle.clickhouse.com/](https://fiddle.clickhouse.com/).
2021-01-18 23:35:11 +00:00
**Does it reproduce on recent release?**
2021-05-31 14:06:28 +00:00
2021-01-18 23:35:11 +00:00
[The list of releases](https://github.com/ClickHouse/ClickHouse/blob/master/utils/list-versions/version_date.tsv)
2021-05-31 14:06:03 +00:00
**Enable crash reporting**
2021-08-03 11:43:00 +00:00
> If possible, change "enabled" to true in "send_crash_reports" section in `config.xml`:
2021-05-31 14:06:03 +00:00
```
<send_crash_reports>
<!-- Changing <enabled> to true allows sending crash reports to -->
<!-- the ClickHouse core developers team via Sentry https://sentry.io -->
<enabled>false</enabled>
```
2019-09-05 08:51:56 +00:00
**How to reproduce**
2021-05-31 14:06:28 +00:00
2019-09-05 08:51:56 +00:00
* 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**
2021-05-31 14:06:28 +00:00
2021-08-03 11:43:00 +00:00
> A clear and concise description of what you expected to happen.
2019-09-05 08:51:56 +00:00
**Error message and/or stacktrace**
2021-05-31 14:06:28 +00:00
2021-08-03 11:43:00 +00:00
> If applicable, add screenshots to help explain your problem.
2019-09-05 08:51:56 +00:00
**Additional context**
2021-05-31 14:06:28 +00:00
2021-08-03 11:43:00 +00:00
> Add any other context about the problem here.