René's URL Explorer Experiment


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

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@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![image](https://user-images.githubusercontent.com/3883171/103504068-a1954380-4e56-11eb-9276-a499a93fcd9c.png)\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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ced53951-3261-16e0-1996-b6ee9a7a56db
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8F78:1D9172:2A3FE7:3B9035:696915E5
html-safe-nonce7c4200514ee1dda91a00e325946bd31f426a7c3fd8e086b9ca08055063fcf10d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4Rjc4OjFEOTE3MjoyQTNGRTc6M0I5MDM1OjY5NjkxNUU1IiwidmlzaXRvcl9pZCI6IjcwMjI0NjM1MjQzNTY1NjAzNTciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac4aa1b376f46f81896b7ac71192d11d4c4347f808250757ddf3955730c31101b6
hovercard-subject-tagissue:777826619
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/utPLSQL/utPLSQL-SQLDeveloper/126/issue_layout
twitter:imagehttps://opengraph.githubassets.com/91c825818a04a96260b461877f6a3d202d8e8ac51fcb216d4c824ccb5da0e6d5/utPLSQL/utPLSQL-SQLDeveloper/issues/126
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/91c825818a04a96260b461877f6a3d202d8e8ac51fcb216d4c824ccb5da0e6d5/utPLSQL/utPLSQL-SQLDeveloper/issues/126
og:image:altConsider 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamePhilippSalvisberg
hostnamegithub.com
expected-hostnamegithub.com
None0e60568924309a021b51adabdce15c2a2f285b556f3130d1a2fa2a5bce11c55f
turbo-cache-controlno-preview
go-importgithub.com/utPLSQL/utPLSQL-SQLDeveloper git https://github.com/utPLSQL/utPLSQL-SQLDeveloper.git
octolytics-dimension-user_id15661281
octolytics-dimension-user_loginutPLSQL
octolytics-dimension-repository_id111097428
octolytics-dimension-repository_nwoutPLSQL/utPLSQL-SQLDeveloper
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id111097428
octolytics-dimension-repository_network_root_nwoutPLSQL/utPLSQL-SQLDeveloper
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasedd206f7ed6207863172be4a783826e86bd2375c3
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/126#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL-SQLDeveloper%2Fissues%2F126
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL-SQLDeveloper%2Fissues%2F126
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=utPLSQL%2FutPLSQL-SQLDeveloper
Reloadhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/126
Reloadhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/126
Reloadhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/126
utPLSQL https://github.com/utPLSQL
utPLSQL-SQLDeveloperhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper
Notifications https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-SQLDeveloper
Fork 17 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-SQLDeveloper
Star 66 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-SQLDeveloper
Code https://github.com/utPLSQL/utPLSQL-SQLDeveloper
Issues 2 https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues
Pull requests 1 https://github.com/utPLSQL/utPLSQL-SQLDeveloper/pulls
Actions https://github.com/utPLSQL/utPLSQL-SQLDeveloper/actions
Projects 0 https://github.com/utPLSQL/utPLSQL-SQLDeveloper/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/utPLSQL/utPLSQL-SQLDeveloper/security
Please reload this pagehttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/126
Insights https://github.com/utPLSQL/utPLSQL-SQLDeveloper/pulse
Code https://github.com/utPLSQL/utPLSQL-SQLDeveloper
Issues https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues
Pull requests https://github.com/utPLSQL/utPLSQL-SQLDeveloper/pulls
Actions https://github.com/utPLSQL/utPLSQL-SQLDeveloper/actions
Projects https://github.com/utPLSQL/utPLSQL-SQLDeveloper/projects
Security https://github.com/utPLSQL/utPLSQL-SQLDeveloper/security
Insights https://github.com/utPLSQL/utPLSQL-SQLDeveloper/pulse
New issuehttps://github.com/login?return_to=https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/126
New issuehttps://github.com/login?return_to=https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/126
#130https://github.com/utPLSQL/utPLSQL-SQLDeveloper/pull/130
Suite descriptions are not aggregatedhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/126#top
#130https://github.com/utPLSQL/utPLSQL-SQLDeveloper/pull/130
https://github.com/PhilippSalvisberg
bughttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues?q=state%3Aopen%20label%3A%22bug%22
v1.3.1https://github.com/utPLSQL/utPLSQL-SQLDeveloper/milestone/20
https://github.com/PhilippSalvisberg
https://github.com/PhilippSalvisberg
PhilippSalvisberghttps://github.com/PhilippSalvisberg
on Jan 4, 2021https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/126#issue-777826619
https://user-images.githubusercontent.com/3883171/103504068-a1954380-4e56-11eb-9276-a499a93fcd9c.png
PhilippSalvisberghttps://github.com/PhilippSalvisberg
bughttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues?q=state%3Aopen%20label%3A%22bug%22
v1.3.1https://github.com/utPLSQL/utPLSQL-SQLDeveloper/milestone/20
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.