forked from TriBITSPub/TriBITS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added not random system test (TriBITSPub#600)
Added a not random failure system test case beginning from one failed test and 5 tests in its history where all tests contain merge commits with non-matching parents.
- Loading branch information
Showing
9 changed files
with
21,318 additions
and
4 deletions.
There are no files selected for viewing
4,216 changes: 4,216 additions & 0 deletions
4,216
...ilures/not_rand_3pass_2fail/test_queries_cache/build_summary_cache/testname1_buildname1/1
Large diffs are not rendered by default.
Oops, something went wrong.
4,216 changes: 4,216 additions & 0 deletions
4,216
...ilures/not_rand_3pass_2fail/test_queries_cache/build_summary_cache/testname1_buildname1/2
Large diffs are not rendered by default.
Oops, something went wrong.
4,216 changes: 4,216 additions & 0 deletions
4,216
...ilures/not_rand_3pass_2fail/test_queries_cache/build_summary_cache/testname1_buildname1/3
Large diffs are not rendered by default.
Oops, something went wrong.
4,216 changes: 4,216 additions & 0 deletions
4,216
...ilures/not_rand_3pass_2fail/test_queries_cache/build_summary_cache/testname1_buildname1/4
Large diffs are not rendered by default.
Oops, something went wrong.
4,216 changes: 4,216 additions & 0 deletions
4,216
...ilures/not_rand_3pass_2fail/test_queries_cache/build_summary_cache/testname1_buildname1/5
Large diffs are not rendered by default.
Oops, something went wrong.
74 changes: 74 additions & 0 deletions
74
...t_rand_3pass_2fail/test_queries_cache/fullCDashNonPassingTests_2018-10-28_2018-10-28.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ u'bugtracker': u'https://github.com/trilinos/Trilinos/issues', | ||
u'builds': [ { u'buildName': u'buildname1', | ||
u'buildSummaryLink': u'buildSummary.php?buildid=1323424', | ||
u'buildstarttime': u'2018-10-28T05:56:22 UTC', | ||
u'details': u'Completed (Failed)\n', | ||
u'nprocs': 4, | ||
u'prettyProcTime': u'42s 880ms', | ||
u'prettyTime': u'10s 720ms', | ||
u'procTime': 42.88, | ||
u'site': u'mutrino', | ||
u'siteLink': u'viewSite.php?siteid=223', | ||
u'status': u'Failed', | ||
u'statusclass': u'error', | ||
u'testDetailsLink': u'testDetails.php?test=57860629&build=1323424', | ||
u'testname': u'testname1', | ||
u'time': 10.72}], | ||
u'date': u'2018-10-28', | ||
u'datetime': u'Wednesday, October 31 2018 19:42:20', | ||
u'documentation': u'http://trilinos.org', | ||
u'feed_enabled': False, | ||
u'filterdata': { u'colorblind': 0, | ||
u'debug': 0, | ||
u'filtercombine': u'and', | ||
u'filters': [ { u'compare': 61, | ||
u'field': u'groupname', | ||
u'value': u'Specialized'}, | ||
{ u'compare': 65, | ||
u'field': u'buildname', | ||
u'value': u'Trilinos-atdm-'}, | ||
{ u'compare': 62, | ||
u'field': u'buildname', | ||
u'value': u'Trilinos-atdm-cee-rhel6-gnu-7.2.0-opt-serial'}, | ||
{ u'compare': 62, | ||
u'field': u'buildname', | ||
u'value': u'Trilinos-atdm-white-ride-cuda-9.2-debug-pt'}, | ||
{ u'compare': 62, | ||
u'field': u'site', | ||
u'value': u'ride'}, | ||
{ u'compare': 62, | ||
u'field': u'status', | ||
u'value': u'passed'}], | ||
u'hasdateclause': 0, | ||
u'limit': 0, | ||
u'pageId': u'queryTests.php', | ||
u'pageSpecificFilters': { u'TextConcat': u"GROUP_CONCAT(text SEPARATOR ', ')"}, | ||
u'showfilters': 1, | ||
u'showlimit': 1, | ||
u'sql': u"AND (bg.name = 'Specialized' AND b.name LIKE 'Trilinos-atdm-%' AND b.name != 'Trilinos-atdm-cee-rhel6-gnu-7.2.0-opt-serial' AND b.name != 'Trilinos-atdm-white-ride-cuda-9.2-debug-pt' AND site.name != 'ride' AND build2test.status != 'passed')"}, | ||
u'filterurl': u'', | ||
u'footer': u'views/partials/footer.html', | ||
u'generationtime': 0.969, | ||
u'googletracker': u'', | ||
u'hasprocessors': True, | ||
u'header': u'views/partials/header.html', | ||
u'home': u'http://trilinos.org', | ||
u'logoid': 1, | ||
u'menu': { u'back': u'index.php?project=Trilinos&date=2018-10-28', | ||
u'current': u'queryTests.php?project=Trilinos&limit=0', | ||
u'next': u'queryTests.php?project=Trilinos&date=2018-10-29&limit=0', | ||
u'previous': u'queryTests.php?project=Trilinos&date=2018-10-27&limit=0'}, | ||
u'nextdate': u'2018-10-29', | ||
u'previousdate': u'2018-10-27', | ||
u'project': { u'showtesttime': 0}, | ||
u'projectid': 1, | ||
u'projectname': u'Trilinos', | ||
u'projectname_encoded': u'Trilinos', | ||
u'public': 1, | ||
u'showcalendar': 1, | ||
u'startdate': u'Sunday, October 28 2018 04:01:00', | ||
u'title': u'CDash : Trilinos', | ||
u'unixtimestamp': 1540699260, | ||
u'user': { u'id': 0}, | ||
u'vcs': u'http://github.com/trilinos/Trilinos', | ||
u'version': None} |
140 changes: 140 additions & 0 deletions
140
...ures/not_rand_3pass_2fail/test_queries_cache/test_history_cache/testname1_buildname1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
{ u'bugtracker': u'https://github.com/trilinos/Trilinos/issues', | ||
u'builds': [ { u'buildName': u'build1', | ||
u'buildSummaryLink': u'build/1', | ||
u'buildstarttime': u'2018-10-28T05:56:22 UTC', | ||
u'details': u'Completed\n', | ||
u'nprocs': 4, | ||
u'prettyProcTime': u'42s 880ms', | ||
u'prettyTime': u'10s 720ms', | ||
u'procTime': 42.88, | ||
u'site': u'mutrino', | ||
u'siteLink': u'viewSite.php?siteid=223', | ||
u'status': u'Passed', | ||
u'statusclass': u'error', | ||
u'testDetailsLink': u'testDetails.php?test=57860629&build=1', | ||
u'testname': u'testname1', | ||
u'time': 10.72 | ||
}, | ||
{ u'buildName': u'build1', | ||
u'buildSummaryLink': u'build/2', | ||
u'buildstarttime': u'2018-10-28T05:56:22 UTC', | ||
u'details': u'Completed (Failed)\n', | ||
u'nprocs': 4, | ||
u'prettyProcTime': u'42s 880ms', | ||
u'prettyTime': u'10s 720ms', | ||
u'procTime': 42.88, | ||
u'site': u'mutrino', | ||
u'siteLink': u'viewSite.php?siteid=223', | ||
u'status': u'Failed', | ||
u'statusclass': u'error', | ||
u'testDetailsLink': u'testDetails.php?test=57860629&build=2', | ||
u'testname': u'testname1', | ||
u'time': 10.72 | ||
}, | ||
{ u'buildName': u'build1', | ||
u'buildSummaryLink': u'build/3', | ||
u'buildstarttime': u'2018-10-28T05:56:22 UTC', | ||
u'details': u'Completed (Failed)\n', | ||
u'nprocs': 4, | ||
u'prettyProcTime': u'42s 880ms', | ||
u'prettyTime': u'10s 720ms', | ||
u'procTime': 42.88, | ||
u'site': u'mutrino', | ||
u'siteLink': u'viewSite.php?siteid=223', | ||
u'status': u'Failed', | ||
u'statusclass': u'error', | ||
u'testDetailsLink': u'testDetails.php?test=57860629&build=2', | ||
u'testname': u'testname1', | ||
u'time': 10.72 | ||
}, | ||
{ u'buildName': u'build1', | ||
u'buildSummaryLink': u'build/4', | ||
u'buildstarttime': u'2018-10-28T05:56:22 UTC', | ||
u'details': u'Completed\n', | ||
u'nprocs': 4, | ||
u'prettyProcTime': u'42s 880ms', | ||
u'prettyTime': u'10s 720ms', | ||
u'procTime': 42.88, | ||
u'site': u'mutrino', | ||
u'siteLink': u'viewSite.php?siteid=223', | ||
u'status': u'Passed', | ||
u'statusclass': u'error', | ||
u'testDetailsLink': u'testDetails.php?test=57860629&build=2', | ||
u'testname': u'testname1', | ||
u'time': 10.72 | ||
}, | ||
{ u'buildName': u'build1', | ||
u'buildSummaryLink': u'build/5', | ||
u'buildstarttime': u'2018-10-28T05:56:22 UTC', | ||
u'details': u'Completed\n', | ||
u'nprocs': 4, | ||
u'prettyProcTime': u'42s 880ms', | ||
u'prettyTime': u'10s 720ms', | ||
u'procTime': 42.88, | ||
u'site': u'mutrino', | ||
u'siteLink': u'viewSite.php?siteid=223', | ||
u'status': u'Passed', | ||
u'statusclass': u'error', | ||
u'testDetailsLink': u'testDetails.php?test=57860629&build=2', | ||
u'testname': u'testname1', | ||
u'time': 10.72 | ||
} | ||
], | ||
u'date': u'2018-10-28', | ||
u'datetime': u'Wednesday, October 31 2018 19:42:20', | ||
u'documentation': u'http://trilinos.org', | ||
u'feed_enabled': False, | ||
u'filterdata': { u'colorblind': 0, | ||
u'debug': 0, | ||
u'filtercombine': u'and', | ||
u'filters': [ { u'compare': 61, | ||
u'field': u'groupname', | ||
u'value': u'Specialized'}, | ||
{ u'compare': 65, | ||
u'field': u'buildname', | ||
u'value': u'Trilinos-atdm-'}, | ||
{ u'compare': 62, | ||
u'field': u'buildname', | ||
u'value': u'Trilinos-atdm-cee-rhel6-gnu-7.2.0-opt-serial'}, | ||
{ u'compare': 62, | ||
u'field': u'buildname', | ||
u'value': u'Trilinos-atdm-white-ride-cuda-9.2-debug-pt'}, | ||
{ u'compare': 62, | ||
u'field': u'site', | ||
u'value': u'ride'}, | ||
{ u'compare': 62, | ||
u'field': u'status', | ||
u'value': u'passed'}], | ||
u'hasdateclause': 0, | ||
u'limit': 0, | ||
u'pageId': u'queryTests.php', | ||
u'pageSpecificFilters': { u'TextConcat': u"GROUP_CONCAT(text SEPARATOR ', ')"}, | ||
u'showfilters': 1, | ||
u'showlimit': 1, | ||
u'sql': u"AND (bg.name = 'Specialized' AND b.name LIKE 'Trilinos-atdm-%' AND b.name != 'Trilinos-atdm-cee-rhel6-gnu-7.2.0-opt-serial' AND b.name != 'Trilinos-atdm-white-ride-cuda-9.2-debug-pt' AND site.name != 'ride' AND build2test.status != 'passed')"}, | ||
u'filterurl': u'', | ||
u'footer': u'views/partials/footer.html', | ||
u'generationtime': 0.969, | ||
u'googletracker': u'', | ||
u'hasprocessors': True, | ||
u'header': u'views/partials/header.html', | ||
u'home': u'http://trilinos.org', | ||
u'logoid': 1, | ||
u'menu': { u'back': u'index.php?project=Trilinos&date=2018-10-28', | ||
u'current': u'queryTests.php?project=Trilinos&limit=0', | ||
u'next': u'queryTests.php?project=Trilinos&date=2018-10-29&limit=0', | ||
u'previous': u'queryTests.php?project=Trilinos&date=2018-10-27&limit=0'}, | ||
u'nextdate': u'2018-10-29', | ||
u'previousdate': u'2018-10-27', | ||
u'project': { u'showtesttime': 0}, | ||
u'projectid': 1, | ||
u'projectname': u'Trilinos', | ||
u'projectname_encoded': u'Trilinos', | ||
u'public': 1, | ||
u'showcalendar': 1, | ||
u'startdate': u'Sunday, October 28 2018 04:01:00', | ||
u'title': u'CDash : Trilinos', | ||
u'unixtimestamp': 1540699260, | ||
u'user': { u'id': 0}, | ||
u'vcs': u'http://github.com/trilinos/Trilinos', | ||
u'version': None} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters