[
https://issues.apache.org/jira/browse/IGNITE-9770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16641978#comment-16641978
]
ASF GitHub Bot commented on IGNITE-9770:
----------------------------------------
SomeFire commented on a change in pull request #27: IGNITE-9770 Add 'Re-run
possible blockers' button
URL: https://github.com/apache/ignite-teamcity-bot/pull/27#discussion_r223388354
##########
File path:
ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/rest/TriggerBuild.java
##########
@@ -71,14 +72,16 @@ public SimpleResult triggerBuild(
if (!prov.hasAccess(srvId))
throw ServiceUnauthorizedException.noCreds(srvId);
+ if (isNullOrEmpty(suiteIdList))
+ return new SimpleResult("Error: nothing to run");
Review comment:
Missed dot.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Re-run possible blockers from pr.html
> -------------------------------------
>
> Key: IGNITE-9770
> URL: https://issues.apache.org/jira/browse/IGNITE-9770
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Nikolai Kulagin
> Assignee: Nikolai Kulagin
> Priority: Minor
>
> Show button for re-run possible blockers. Also show merged button with re-run
> possible blockers&Comment JIRA, so the user re-run the possible tests and
> does not wait for them to complete,but learn about the completed tests from
> the comment to GitHib.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)