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.

54 lines
1.7 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: ''
---
2023-10-23 13:13:30 +00:00
> Please make sure that the version you're using is still supported (you can find the list [here](https://github.com/ClickHouse/ClickHouse/blob/master/SECURITY.md#scope-and-supported-versions)).
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/).
2024-02-05 22:50:59 +00:00
**Does it reproduce on the most 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**
2023-08-29 17:33:03 +00:00
> 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
2024-02-05 22:50:59 +00:00
* Which interface to use, if it matters
2019-09-05 08:51:56 +00:00
* 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
2024-02-05 22:50:59 +00:00
* Queries to run that lead to an unexpected result
2019-09-05 08:51:56 +00:00
**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.