Skip to content

WAR:1725, WAR-1734(katana-apps-demo) - verify is not working properly in iterative parallel#386

Closed
venkat1077 wants to merge 3 commits into
katana-apps-demofrom
bugfix/WAR-1725
Closed

WAR:1725, WAR-1734(katana-apps-demo) - verify is not working properly in iterative parallel#386
venkat1077 wants to merge 3 commits into
katana-apps-demofrom
bugfix/WAR-1725

Conversation

@venkat1077

Copy link
Copy Markdown
Contributor

PR for develop branch : #375

This issue(WAR-1725) not just happens for iterative parallel execution, it happens in all cases when the list iteration is used. Both WAR-1725 and WAR-1734 were working well till 3.6.0 and were introduced by #313 in 3.7.0.

Solution:

  1. Took out the fix given in WAR-1445: Iteration by test block not working for list #313(WAR-1445)
  2. Given new fix for WAR-1445

Fix explanation:
We use location/index to rearrange the command_list that was iterated using '+' for per_td_block(with yes) iteration. Here I have added a similar logic for list iteration so that the commands derived from list will be treated same like the commands derived using '+'.

Note: WAR-1734 is also resolved since the PR which introduced it, is completely removed here.

Regression logs and tests instructions are in WAR-1725

@venkat1077 venkat1077 added the bug label Feb 15, 2018
@venkat1077 venkat1077 self-assigned this Feb 15, 2018
@ghost

ghost commented Feb 15, 2018

Copy link
Copy Markdown

Black Duck Security Report

Merging #386 into katana-apps-demo will not change security risk.

Added Components

Clean: 1

Removed Components

Medium Risk: 1
Clean: 1

Click here to see full report

@kaheichan

Copy link
Copy Markdown
Contributor

Removing myself as main part of the logic is in td iteration

@kaheichan
kaheichan removed their request for review February 23, 2018 16:15
@venkat1077 venkat1077 changed the title WAR:1725(katana-apps-demo) - verify is not working properly in iterative parallel WAR:1725, WAR-1734(katana-apps-demo) - verify is not working properly in iterative parallel Mar 9, 2018
@bjrr bjrr closed this Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants