-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate requests to sign the CLA #136
Comments
Coule you look up the corresponding payloads? Maybe making the handling occur on one and only one thread will solve possibilities like these? |
That seems unlikely. The label was applied by Spring Issuemaster before the first comment from Pivotal Issuemaster. |
At least, you would think that something must have triggered it? But yeah, very unlikely that it was that specifically. |
@wilkinsona Thanks for the report! I'm not sure what would have caused this at the moment. The comments are at 2:49 am CDT & 3:49 am CDT which alludes to the fact that it is not a race condition. Looking at https://status.github.com it appears everything has been operational. In short, I'm not sure what caused this but we will keep it open until we get it sorted out or haven't seen it in a long time. |
Here's another example of a duplicate request: spring-projects/spring-framework#1120 |
And the second message was posted a while after the PR was closed... |
|
@mp911de Also note, that we don't find the existing comment. |
What currently bugs me is that we have two guards in the code and none of them seems to work. We usually don't update closed PR's |
Assuming I'm looking at the right place in the code, the logic is an OR so only one of the guards needs to be wrong for the comment to be made. |
The reason is that the body has in each case the body is slightly different. The first PR has a difference in the links (https://cla.pivotal.io/sign/spring vs. https://cla.pivotal.io/sign/spring?repositoryId=spring-projects/spring-boot&pullRequestId=3963). The second PR uses different user names. |
@mp911de yeah I noticed that, thanks for looking into it. @wilkinsona the pull request state is probably either open or closed, |
I'm fixing it right now and constraining comment interaction to open pull requests only. |
How do I do that? |
Go to the |
I guess that's only useful for spring-projects/spring-framework#1120? I don't have access to the repository settings for Spring Framework. @snicoll might be able to help. |
I think I found also the other reason why the second comment was added. It's a combination of |
Can it be that the repository was deleted? |
That's another issue here. So much coincidence in one PR. |
Haha, I believe that's called "field testing". I tried to find the corresponding event in the events API, but it's not published there unfortunately. |
I have access to recent deliveries if someone needs to look at that. |
I fixed the discovered issues with duplicate comments. Let's keep the ticket open for a few more days. We can close it at Spring One if duplicates don't pop up anymore. |
Just wondering/verifying, S1 means SpringOne right? |
I've only seen it once. See spring-projects/spring-boot#3963
The text was updated successfully, but these errors were encountered: