-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
Testlink 1.9.6, TestLink Plugin 3.5
Hi there,
I have some trouble with result seeking strategies, tap files and platforms. In detail:
- my tap-files are in subfolders testresults/platform1/tf1.tap and testresults/platform2/tf1.tap
- the result seeking strategy "testresults/**/*.tap" brings only the platform2 results to testlink
- if I remove one platform (and the corresponding tap-file) everything works fine.
The problem is, that I have testcases assigned to two platforms and I have 2 tap files with separate results for each platform. The TestLink Plugin only takes the second tap file (same filename as the first one) and overwrites the values of the first one. So in TestLink the tree entry is gray (shows the result over all assigned platforms). So how can I collect separate results for two platforms? Currently I make use of 2 Jenkins-Jobs to do this (a workaround). Also: one tap-File with two platform information don't seem to work...
Hope that helps in any way.
Thanks!
Paul
[JENKINS-17802] TAP files with platform information and recursive result seeking strategy
Description |
Original:
Hi there, I have some trouble with result seeking strategies, tap files and platforms. In detail: - my tap-files are in subfolders testresults/platform1/tf1.tap and testresults/platform2/tf1.tap - the result seeking strategy "testresults/**/*.tap" works almost fine: the test results are correctly transmitted to testlink (platform dependent), but: in TestLink the testcase tree shows only gray (not run) entries. If I click on them they show the correct test result (not passed) for ALL plattforms - if I remove one platform (and the corresponding tap-file) everything works find. - strange: if there are 4 testcases and only 1 has 2 platforms assigned to it ALL testcases are displayed as not run. Hope that helps in any way. Thanks! Paul |
New:
Hi there, I have some trouble with result seeking strategies, tap files and platforms. In detail: - my tap-files are in subfolders testresults/platform1/tf1.tap and testresults/platform2/tf1.tap - the result seeking strategy "testresults/**/*.tap" brings only the platform2 results to testlink - if I remove one platform (and the corresponding tap-file) everything works find. The problem is, that I have testcases assigned to two platforms and I have 2 tap files with separate results for each platform. The TestLink Plugin only takes the second tap file (same filename as the first one) and overwrites the values of the first one. So in TestLink the tree entry is gray (shows the result over all assigned platforms). So how can I collect separate results for two platforms? One tap-File with two platform information don't seem to work... Hope that helps in any way. Thanks! Paul |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Attachment | New: taptest.zip [ 24015 ] |
Attachment | New: tapplattest.zip [ 24100 ] | |
Description |
Original:
Hi there, I have some trouble with result seeking strategies, tap files and platforms. In detail: - my tap-files are in subfolders testresults/platform1/tf1.tap and testresults/platform2/tf1.tap - the result seeking strategy "testresults/**/*.tap" brings only the platform2 results to testlink - if I remove one platform (and the corresponding tap-file) everything works find. The problem is, that I have testcases assigned to two platforms and I have 2 tap files with separate results for each platform. The TestLink Plugin only takes the second tap file (same filename as the first one) and overwrites the values of the first one. So in TestLink the tree entry is gray (shows the result over all assigned platforms). So how can I collect separate results for two platforms? One tap-File with two platform information don't seem to work... Hope that helps in any way. Thanks! Paul |
New:
Hi there, I have some trouble with result seeking strategies, tap files and platforms. In detail: - my tap-files are in subfolders testresults/platform1/tf1.tap and testresults/platform2/tf1.tap - the result seeking strategy "testresults/\*\*/*.tap" brings only the platform2 results to testlink - if I remove one platform (and the corresponding tap-file) everything works fine. The problem is, that I have testcases assigned to two platforms and I have 2 tap files with separate results for each platform. The TestLink Plugin only takes the second tap file (same filename as the first one) and overwrites the values of the first one. So in TestLink the tree entry is gray (shows the result over all assigned platforms). So how can I collect separate results for two platforms? Currently I make use of 2 Jenkins-Jobs to do this (a workaround). Also: one tap-File with two platform information don't seem to work... Hope that helps in any way. Thanks! Paul |
Hmmm, interesting issue. Looks like there's something buggy in the TAP result seeking strategy.
If you could send me more details about your set up (you've already done an excellent report), like your TAP Streams, or some sample TAP streams that I could use to reproduce the issue here. Then I could try to fix it and include in the next release (probably cut in the next week or so).
Thanks for reporting the issue!
Bruno