Branch: refs/heads/latest
Home: https://github.com/jenkinsci/hpe-application-automation-tools-plugin
Commit: 3d3cfed1651d7d172396a91fb049224f8592ef12
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/3d3cfed1651d7d172396a91fb049224f8592ef12
Author: Zsolt Lukacs <[email protected]>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M HpToolsLauncher/Launcher.cs
M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
Log Message:
-----------
DEF-673012 | [Jenkins] Non-existing Test Sets in ALM are not taken into
consideration in the job execution
Commit: 314f4ea9367082cc5898779edda73af3f411815d
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/314f4ea9367082cc5898779edda73af3f411815d
Author: Zsolt Lukacs <[email protected]>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M HpToolsLauncher/Launcher.cs
M HpToolsLauncher/Properties/Resources.Designer.cs
M HpToolsLauncher/Properties/Resources.resx
M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
Log Message:
-----------
Not listing error in final summary; Correcting error cases and error message
in case of non-existing tests
Commit: 5cc2009f92c3218ed9498330091c80823c1f51de
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/5cc2009f92c3218ed9498330091c80823c1f51de
Author: Zsolt Lukacs <[email protected]>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
Log Message:
-----------
Removing unnecessary returns
Commit: 22774dc0ec2c45e484856434c9a6f98b03e64c43
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/22774dc0ec2c45e484856434c9a6f98b03e64c43
Author: Zsolt Lukacs <[email protected]>
Date: 2021-09-24 (Fri, 24 Sep 2021)
Changed paths:
M HpToolsLauncher/Properties/Resources.Designer.cs
M HpToolsLauncher/Properties/Resources.resx
M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
Log Message:
-----------
DEF-673012 | Handle the non existing Tests inside a Test Set
Commit: 8bb3543c9b567f5910ba8401d2e8d8ecf26d9076
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/8bb3543c9b567f5910ba8401d2e8d8ecf26d9076
Author: Zsolt Lukacs <[email protected]>
Date: 2021-09-24 (Fri, 24 Sep 2021)
Changed paths:
M HpToolsLauncher/Launcher.cs
M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
M HpToolsLauncher/Runners/FileSystemTestsRunner.cs
M HpToolsLauncher/TestSuiteRunResults.cs
Log Message:
-----------
US-671228 | [Jenkins Plug-in] Handle "Warning" status for tests running from
ALM
Commit: aa1ecfe5c6fc9081cfd7743e6ed3885bf486219c
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/aa1ecfe5c6fc9081cfd7743e6ed3885bf486219c
Author: Zsolt Lukacs <[email protected]>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M HpToolsLauncher/Launcher.cs
M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
Log Message:
-----------
Resolving exit code issues, only returning FAILED if no filters are applied
Commit: a2235e87d11ea25867a5f8bb14f79280583abc70
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/a2235e87d11ea25867a5f8bb14f79280583abc70
Author: Zsolt Lukacs <[email protected]>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M HpToolsLauncher/Launcher.cs
M HpToolsLauncher/Properties/Resources.Designer.cs
M HpToolsLauncher/Properties/Resources.resx
M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
Log Message:
-----------
Correcting error messages, moving FatalError check inside the ABORTED-check
block, correcting logic of non-existing tests
In the case of non-existing tests full paths will be saved and they will always
in the final summary.
Commit: 49b55596ab1896b2afb7fdf980641e6e5b8bb04b
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/49b55596ab1896b2afb7fdf980641e6e5b8bb04b
Author: Zsolt Lukacs <[email protected]>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
Log Message:
-----------
Making error messages homogenous
Commit: c732846d0340649f949c801c2c9f4b8cdc151460
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/c732846d0340649f949c801c2c9f4b8cdc151460
Author: Zsolt Lukacs <[email protected]>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
Log Message:
-----------
Fixing bug of non-existing specific tests
If a specific test was given by the user, which were removed by the filter, we
got non-existing case; this should not happen.
Commit: 7aa65f80f118b77a53269cc3c0e9be80f2916870
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/7aa65f80f118b77a53269cc3c0e9be80f2916870
Author: Zhipeng Wang <[email protected]>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M HpToolsLauncher/Launcher.cs
M HpToolsLauncher/Properties/Resources.Designer.cs
M HpToolsLauncher/Properties/Resources.resx
M HpToolsLauncher/Runners/AlmTestSetsRunner.cs
M HpToolsLauncher/Runners/FileSystemTestsRunner.cs
M HpToolsLauncher/TestSuiteRunResults.cs
Log Message:
-----------
Merge pull request #436 from Zsolt-Lukacs22/2021.1/zsolt-lukacs/DEF-673012
DEF-673012 | [Jenkins] Non-existing Test Sets in ALM are not taken into
consideration in the job execution & US-671228 | [Jenkins Plug-in] Handle
"Warning" status for tests running from ALM
Compare:
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/compare/190ea745047b...7aa65f80f118
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hpe-application-automation-tools-plugin/push/refs/heads/latest/190ea7-7aa65f%40github.com.