Title: Suite descriptions are not aggregated · Issue #126 · utPLSQL/utPLSQL-SQLDeveloper · GitHub
Open Graph Title: Suite descriptions are not aggregated · Issue #126 · utPLSQL/utPLSQL-SQLDeveloper
X Title: Suite descriptions are not aggregated · Issue #126 · utPLSQL/utPLSQL-SQLDeveloper
Description: Consider the following test scenario: create or replace package x is --%suite(suite x) --%suitepath(foo.bar) --%test(feature a) --%disabled procedure test_a; --%test(feature b) --%disabled procedure test_b; end; / create or replace packa...
Open Graph Description: Consider the following test scenario: create or replace package x is --%suite(suite x) --%suitepath(foo.bar) --%test(feature a) --%disabled procedure test_a; --%test(feature b) --%disabled procedur...
X Description: Consider the following test scenario: create or replace package x is --%suite(suite x) --%suitepath(foo.bar) --%test(feature a) --%disabled procedure test_a; --%test(feature b) --%disabled procedur...
Opengraph URL: https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/126
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Suite descriptions are not aggregated","articleBody":"Consider the following test scenario:\r\n\r\n```\r\ncreate or replace package x is\r\n\r\n --%suite(suite x)\r\n --%suitepath(foo.bar)\r\n\r\n --%test(feature a)\r\n --%disabled\r\n procedure test_a;\r\n\r\n --%test(feature b)\r\n --%disabled\r\n procedure test_b;\r\n\r\nend;\r\n/\r\n\r\ncreate or replace package y is\r\n\r\n --%suite(suite y)\r\n --%suitepath(foo.bar)\r\n\r\n --%test(feature c)\r\n --%disabled\r\n procedure test_c;\r\n\r\n --%test(feature d)\r\n --%disabled\r\n procedure test_d;\r\n\r\nend;\r\n/\r\n```\r\n\r\nRunning the following code in the worksheet\r\n\r\n```\r\nset serveroutput on size unlimited \r\nexecute ut.run('plscope:foo');\r\n```\r\n\r\nproduces a result similar to:\r\n\r\n```\r\nfoo\r\n bar\r\n suite y\r\n feature c [0 sec] (DISABLED)\r\n feature d [0 sec] (DISABLED)\r\n suite x\r\n feature a [0 sec] (DISABLED)\r\n feature b [0 sec] (DISABLED)\r\n \r\nFinished in .008275 seconds\r\n4 tests, 0 failed, 0 errored, 4 disabled, 0 warning(s)\r\n```\r\n\r\nIn the realtime reporter the result looks like this:\r\n\r\n\r\n\r\nI see the following problems:\r\n\r\n- The suite description is `suite y` for the nodes `foo`, `bar`, `y`. It's correct for `x` only. For the other nodes `foo` and `bar` the description should be aggregated. Either something like `suite y; suite x` (order according position in the tree).\r\n- The option `Show description (if present)` is not honored for the nodes `x` and `y` (see also output of the worksheet).\r\n - `suite x` should be shown instead of `x` \r\n - `suite y` should be shown instead of `y` \r\n\r\n","author":{"url":"https://github.com/PhilippSalvisberg","@type":"Person","name":"PhilippSalvisberg"},"datePublished":"2021-01-04T05:29:54.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/126/utPLSQL-SQLDeveloper/issues/126"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:ced53951-3261-16e0-1996-b6ee9a7a56db |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8F78:1D9172:2A3FE7:3B9035:696915E5 |
| html-safe-nonce | 7c4200514ee1dda91a00e325946bd31f426a7c3fd8e086b9ca08055063fcf10d |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4Rjc4OjFEOTE3MjoyQTNGRTc6M0I5MDM1OjY5NjkxNUU1IiwidmlzaXRvcl9pZCI6IjcwMjI0NjM1MjQzNTY1NjAzNTciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 4aa1b376f46f81896b7ac71192d11d4c4347f808250757ddf3955730c31101b6 |
| hovercard-subject-tag | issue:777826619 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/utPLSQL/utPLSQL-SQLDeveloper/126/issue_layout |
| twitter:image | https://opengraph.githubassets.com/91c825818a04a96260b461877f6a3d202d8e8ac51fcb216d4c824ccb5da0e6d5/utPLSQL/utPLSQL-SQLDeveloper/issues/126 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/91c825818a04a96260b461877f6a3d202d8e8ac51fcb216d4c824ccb5da0e6d5/utPLSQL/utPLSQL-SQLDeveloper/issues/126 |
| og:image:alt | Consider the following test scenario: create or replace package x is --%suite(suite x) --%suitepath(foo.bar) --%test(feature a) --%disabled procedure test_a; --%test(feature b) --%disabled procedur... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | PhilippSalvisberg |
| hostname | github.com |
| expected-hostname | github.com |
| None | 0e60568924309a021b51adabdce15c2a2f285b556f3130d1a2fa2a5bce11c55f |
| turbo-cache-control | no-preview |
| go-import | github.com/utPLSQL/utPLSQL-SQLDeveloper git https://github.com/utPLSQL/utPLSQL-SQLDeveloper.git |
| octolytics-dimension-user_id | 15661281 |
| octolytics-dimension-user_login | utPLSQL |
| octolytics-dimension-repository_id | 111097428 |
| octolytics-dimension-repository_nwo | utPLSQL/utPLSQL-SQLDeveloper |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 111097428 |
| octolytics-dimension-repository_network_root_nwo | utPLSQL/utPLSQL-SQLDeveloper |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | dd206f7ed6207863172be4a783826e86bd2375c3 |
| ui-target | canary-2 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width