You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, tars was triggered almost twice at the same time. It may be that the push event and the timed task triggered tars almost at the same time, resulting in repeated merge base operations.
In this case, PR is modified based on the latest base, and three commits are submitted in this PR, but the tars plugin that is triggered regularly is considered the base of PR is out-of-date.
In this case, the robot will reply to two comments after /merge. Such three comments will trigger tars at the same time, and there will be a race condition problem.
The text was updated successfully, but these errors were encountered:
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-community-infra or Mini256.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Send feedback to sig-community-infra or Mini256.
/lifecycle rotten
Bug Report
What is expected?
Tars do not perform unnecessary merge-base operations.
What is actually happening?
case 1: pingcap/tidb#25792
In this case, tars was triggered almost twice at the same time. It may be that the push event and the timed task triggered tars almost at the same time, resulting in repeated merge base operations.
case 2:pingcap/tidb-operator#4171
In this case, PR is modified based on the latest base, and three commits are submitted in this PR, but the tars plugin that is triggered regularly is considered the base of PR is out-of-date.
case 3: tikv/tikv#10746
In this case, the robot will reply to two comments after
/merge
. Such three comments will trigger tars at the same time, and there will be a race condition problem.The text was updated successfully, but these errors were encountered: