Count in Discussion tab from a Merge Request increases when a commit is pushed. But on refreshing the page, it goes back to correct count
Summary
Discussion count gets updated by the changes I push to the merge request
Steps to reproduce
- Create a merge request from a branch to another. Let's say from develop to master
- Go to the merge request page as you need to observe the count from Discussion tab
- As you haven't added any comments on MR / on the code, the count will be 0
- Now push a commit to develop branch and check the merge request page. Do not refresh it yet
- Observe it for some time. You will see the Count in Discussion tab will get updated to 1
- Refresh the page and the count will be 0
What is the current bug behavior?
If I am not mistaken, count in Discussion tab from a merge request is for number of discussions on the Merge request only. And it shouldn't increase temporarily by changes I push to that repo.
What is the expected correct behavior?
Discussion count should not update by changes I push to the repo.
Output of checks
I am using GitLab Community Edition 10.6.4. Gitlab.com