René's URL Explorer Experiment


Title: Cannot navigate to failed test with throws annotation · Issue #89 · utPLSQL/utPLSQL-SQLDeveloper · GitHub

Open Graph Title: Cannot navigate to failed test with throws annotation · Issue #89 · utPLSQL/utPLSQL-SQLDeveloper

X Title: Cannot navigate to failed test with throws annotation · Issue #89 · utPLSQL/utPLSQL-SQLDeveloper

Description: @tkleiber mentioned this issue at the DOAG conference and sent detailed information via Twitter. I could reproduce it. Here's a simplified version. 1. Create the following package specifications without bodies CREATE OR REPLACE PACKAGE p...

Open Graph Description: @tkleiber mentioned this issue at the DOAG conference and sent detailed information via Twitter. I could reproduce it. Here's a simplified version. 1. Create the following package specifications wi...

X Description: @tkleiber mentioned this issue at the DOAG conference and sent detailed information via Twitter. I could reproduce it. Here's a simplified version. 1. Create the following package specification...

Opengraph URL: https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/89

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Cannot navigate to failed test with throws annotation","articleBody":"@tkleiber mentioned this issue at the DOAG conference and sent detailed information via Twitter. I could reproduce it. Here's a simplified version.\r\n\r\n## 1. Create the following package specifications without bodies\r\n\r\n```sql\r\nCREATE OR REPLACE PACKAGE pkg1 IS\r\n   --%suite\r\n   \r\n   --%throws(-20501)\r\n   --%test\r\n   PROCEDURE p;\r\nEND;\r\n/\r\n\r\nCREATE OR REPLACE PACKAGE pkg2 IS\r\n   --%suite\r\n   \r\n   --%test\r\n   PROCEDURE p;\r\nEND;\r\n/\r\n```\r\n\r\n## 2. Run them in a SQL Developer worksheet\r\n\r\n```sql\r\nSET SERVEROUTPUT ON SIZE UNLIMITED\r\nEXECUTE ut.run;\r\n```\r\nand the result looks good:\r\n```\r\npkg1\r\n  p [.11 sec] (FAILED - 1)\r\n \r\npkg2\r\n  p [.094 sec] (FAILED - 2)\r\n \r\nFailures:\r\n \r\n  1) p\r\n      Actual: -4067 was expected to equal: -20501\r\n      ORA-04067: not executed, package body \"SCOTT.PKG1\" does not exist\r\n      ORA-06508: PL/SQL: could not find program unit being called: \"SCOTT.PKG1\"\r\n      ORA-06512: at line 6\r\n       \r\n  2) p\r\n      ORA-04067: not executed, package body \"SCOTT.PKG2\" does not exist\r\n      ORA-06508: PL/SQL: could not find program unit being called: \"SCOTT.PKG2\"\r\n      ORA-06512: at line 6\r\nFinished in .211323 seconds\r\n2 tests, 1 failed, 1 errored, 0 disabled, 0 warning(s)\r\n```\r\n\r\n## 3. Run the same tests with the realtime reporter in SQL Developer\r\n\r\n![image](https://user-images.githubusercontent.com/3883171/70864757-81e26300-1f55-11ea-866b-0fe87bb00446.png)\r\nThis looks good. You can click on the second test and click on every single tab (test, failures, errors, warnings, info). But when you click on the first test the GUI is blocked. You cannot navigate successfully to the first test. The following screenshot shows the inconsistencies.\r\n![image](https://user-images.githubusercontent.com/3883171/70864801-03d28c00-1f56-11ea-978a-e59131808363.png)\r\n\r\n## 4. Workaround (not really)\r\n\r\nCreate a package body for the test with the throws annotation, like this:\r\n\r\n```\r\nCREATE OR REPLACE PACKAGE BODY pkg1 IS\r\n   PROCEDURE p IS\r\n   BEGIN\r\n      raise_application_error(-20501, 'some error');\r\n   END;   \r\nEND;\r\n/\r\n```\r\n\r\nWhen the test succeeds then the GUI behaves as expected. When the test fails, then navigation to the failed test is not possible. \r\n\r\n","author":{"url":"https://github.com/PhilippSalvisberg","@type":"Person","name":"PhilippSalvisberg"},"datePublished":"2019-12-15T15:19:05.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/89/utPLSQL-SQLDeveloper/issues/89"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:e8b44884-a318-25a8-4aa7-141752a2cd17
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAA88:11EF24:4CB4B:68E8A:69695DA1
html-safe-nonceb9bdf59b07cf420028e5ef17563acca80081747debc317465379c6e2c4a44a33
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQTg4OjExRUYyNDo0Q0I0Qjo2OEU4QTo2OTY5NURBMSIsInZpc2l0b3JfaWQiOiI0MTc5Mzg5OTUxMTcxNDUyMzIxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac6408e818e0217b927562749ebdba05c8b0c0213240e5ede063aa582060c54d81
hovercard-subject-tagissue:538065061
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/89/issue_layout
twitter:imagehttps://opengraph.githubassets.com/aa91a0ef346b49dbb307801ad9b5e00f104d264109bb20da9a419375b7587905/utPLSQL/utPLSQL-SQLDeveloper/issues/89
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/aa91a0ef346b49dbb307801ad9b5e00f104d264109bb20da9a419375b7587905/utPLSQL/utPLSQL-SQLDeveloper/issues/89
og:image:alt@tkleiber mentioned this issue at the DOAG conference and sent detailed information via Twitter. I could reproduce it. Here's a simplified version. 1. Create the following package specifications wi...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamePhilippSalvisberg
hostnamegithub.com
expected-hostnamegithub.com
None9db5f28da7e24035385d7f349f17890cbe016a939ddd7952be0f07b862094f5a
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
release4e59fe66217d3c72925af2a341ae3a8f2b5b5b2a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/89#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL-SQLDeveloper%2Fissues%2F89
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%2F89
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/89
Reloadhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/89
Reloadhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/89
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/89
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/89
New issuehttps://github.com/login?return_to=https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/89
#90https://github.com/utPLSQL/utPLSQL-SQLDeveloper/pull/90
Cannot navigate to failed test with throws annotationhttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/89#top
#90https://github.com/utPLSQL/utPLSQL-SQLDeveloper/pull/90
https://github.com/PhilippSalvisberg
bughttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues?q=state%3Aopen%20label%3A%22bug%22
v1.1.1https://github.com/utPLSQL/utPLSQL-SQLDeveloper/milestone/16
https://github.com/PhilippSalvisberg
https://github.com/PhilippSalvisberg
PhilippSalvisberghttps://github.com/PhilippSalvisberg
on Dec 15, 2019https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/89#issue-538065061
@tkleiberhttps://github.com/tkleiber
https://user-images.githubusercontent.com/3883171/70864757-81e26300-1f55-11ea-866b-0fe87bb00446.png
https://user-images.githubusercontent.com/3883171/70864801-03d28c00-1f56-11ea-978a-e59131808363.png
PhilippSalvisberghttps://github.com/PhilippSalvisberg
bughttps://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues?q=state%3Aopen%20label%3A%22bug%22
v1.1.1https://github.com/utPLSQL/utPLSQL-SQLDeveloper/milestone/16
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.