|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

This is side effect caused by my connection delayed patch.
But getting gerrit version is successful after connection established. So no problem.
createVersionNumber() is called by ConnectionListener#connectionEstablished().
Now this listener's event happens twice per one connection.
It is important that gerrit version is still not gotten from gerrit when first connectionEstablished event is raised.
Plugin gets it before second connectionEstablished event.
Before patch, this listener is still not registered to handler when first connectionEstablished.
But after patch, it is already registered due to connection is delayed.
Either way, stored gerrit event is update correctly by 2nd event.