René's URL Explorer Experiment


Title: Wrong rollback warnings in utPLSQL Development Environment · Issue #982 · utPLSQL/utPLSQL · GitHub

Open Graph Title: Wrong rollback warnings in utPLSQL Development Environment · Issue #982 · utPLSQL/utPLSQL

X Title: Wrong rollback warnings in utPLSQL Development Environment · Issue #982 · utPLSQL/utPLSQL

Description: Describe the bug When I refresh my utpPLSQL development environment I get the following test result: Warnings: 1) utplsql.ut3_tester.core Unable to perform automatic rollback after test suite. An implicit or explicit commit/rollback occu...

Open Graph Description: Describe the bug When I refresh my utpPLSQL development environment I get the following test result: Warnings: 1) utplsql.ut3_tester.core Unable to perform automatic rollback after test suite. An i...

X Description: Describe the bug When I refresh my utpPLSQL development environment I get the following test result: Warnings: 1) utplsql.ut3_tester.core Unable to perform automatic rollback after test suite. An i...

Opengraph URL: https://github.com/utPLSQL/utPLSQL/issues/982

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Wrong rollback warnings in utPLSQL Development Environment","articleBody":"**Describe the bug**\r\n\r\nWhen I refresh my utpPLSQL development environment I get the following test result:\r\n\r\n```\r\nWarnings:\r\n \r\n  1) utplsql.ut3_tester.core\r\n      Unable to perform automatic rollback after test suite. An implicit or explicit commit/rollback occurred in procedures:\r\n      \r\n      Use the \"--%rollback(manual)\" annotation or remove commit/rollback/ddl statements that are causing the issue.\r\n \r\n  2) utplsql\r\n      Unable to perform automatic rollback after test suite. An implicit or explicit commit/rollback occurred in procedures:\r\n      \r\n      Use the \"--%rollback(manual)\" annotation or remove commit/rollback/ddl statements that are causing the issue.\r\n \r\nFinished in 84.704215 seconds\r\n888 tests, 0 failed, 0 errored, 5 disabled, 2 warning(s)\r\n```\r\n\r\nBut when I rerun the tests I do not get this warnings again.\r\n\r\nWhat am I doing wrong?\r\n\r\n**Provide version info**\r\n\r\nInformation about utPLSQL and Database version, \r\n```\r\n19.0.0.0.0\r\n19.0.0\r\n\r\n\r\nPL/SQL procedure successfully completed.\r\n\r\n\r\nUT_VERSION                                                  \r\n------------------------------------------------------------\r\nv3.1.8.3169-develop\r\n\r\n\r\nBANNER                                                                           BANNER_FULL                                                                                                                                                      BANNER_LEGACY                                                                        CON_ID\r\n-------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------- ----------\r\nOracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production           Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production                                                                                           Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production                    0\r\n                                                                                 Version 19.2.0.0.0                                                                                                                                                                                                                                          \r\n\r\n\r\n\r\nPARAMETER                      VALUE                                                           \r\n------------------------------ ----------------------------------------------------------------\r\nNLS_LANGUAGE                   ENGLISH                                                         \r\nNLS_TERRITORY                  SWITZERLAND                                                     \r\nNLS_CURRENCY                   SFr.                                                            \r\nNLS_ISO_CURRENCY               SWITZERLAND                                                     \r\nNLS_NUMERIC_CHARACTERS         .'                                                              \r\nNLS_CALENDAR                   GREGORIAN                                                       \r\nNLS_DATE_FORMAT                DD.MM.YYYY HH24:MI:SS                                           \r\nNLS_DATE_LANGUAGE              ENGLISH                                                         \r\nNLS_SORT                       BINARY                                                          \r\nNLS_TIME_FORMAT                HH24:MI:SSXFF                                                   \r\nNLS_TIMESTAMP_FORMAT           DD.MM.RR HH24:MI:SSXFF                                          \r\n\r\nPARAMETER                      VALUE                                                           \r\n------------------------------ ----------------------------------------------------------------\r\nNLS_TIME_TZ_FORMAT             HH24:MI:SSXFF TZR                                               \r\nNLS_TIMESTAMP_TZ_FORMAT        DD.MM.RR HH24:MI:SSXFF TZR                                      \r\nNLS_DUAL_CURRENCY              SF                                                              \r\nNLS_COMP                       BINARY                                                          \r\nNLS_LENGTH_SEMANTICS           BYTE                                                            \r\nNLS_NCHAR_CONV_EXCP            FALSE                                                           \r\n\r\n17 rows selected. \r\n\r\n\r\nPORT_STRING                                                 \r\n------------------------------------------------------------\r\nx86_64/Linux 2.4.xx\r\n```\r\n\r\n**Information about client software**\r\n\r\nUTPLSQL_CLI_VERSION=\"3.1.6\" (as configured in the current develop branch)\r\n\r\n**To Reproduce**\r\n\r\n1. Refresh develop branch via git\r\n2. Run the following (excerpt of a shell script)\r\n\r\n```\r\n# local cloned utPLSQL repository, is different in your environment\r\ncd /Users/phs/github/utPLSQL\r\n\r\ngit fetch --all\r\nchmod +x development/*.sh\r\nchmod +x test/*.sh\r\nchmod +x .travis/*.sh\r\n\r\n# configuring connection for my database for utPLSQL development\r\necho \"export CONNECTION_STR=127.0.0.1:1521/odb.docker\" \u003e\u003e development/env.sh\r\n\r\n. development/env.sh\r\ndevelopment/cleanup.sh\r\ndevelopment/refresh_ut3.sh\r\ndevelopment/refresh_sources.sh\r\n\r\n# copying JARs which must not be distributed from my local SQLcl installation\r\ncp /usr/local/bin/sqlcl/lib/ojdbc8.jar utPLSQL-cli/lib\r\ncp /usr/local/bin/sqlcl/lib/orai*.jar utPLSQL-cli/lib\r\n\r\ndevelopment/install.sh\r\ntest/install_and_run_tests.sh\r\n```\r\nthen the results contains unexpected warnings:\r\n```\r\nWarnings:\r\n \r\n  1) utplsql.ut3_tester.core\r\n      Unable to perform automatic rollback after test suite. An implicit or explicit commit/rollback occurred in procedures:\r\n      \r\n      Use the \"--%rollback(manual)\" annotation or remove commit/rollback/ddl statements that are causing the issue.\r\n \r\n  2) utplsql\r\n      Unable to perform automatic rollback after test suite. An implicit or explicit commit/rollback occurred in procedures:\r\n      \r\n      Use the \"--%rollback(manual)\" annotation or remove commit/rollback/ddl statements that are causing the issue.\r\n \r\nFinished in 84.704215 seconds\r\n888 tests, 0 failed, 0 errored, 5 disabled, 2 warning(s)\r\n```\r\n\r\n3. Rerun the tests\r\n\r\n```\r\ncd test\r\ntime . ./${DIR}/run_tests.sh\r\n```\r\n\r\nthen the result is as expected:\r\n```\r\nFinished in 62.915066 seconds\r\n888 tests, 0 failed, 0 errored, 5 disabled, 0 warning(s)\r\n```\r\n\r\n**Expected behavior**\r\n\r\nI expect the results of the subsequent runs also in the first run.","author":{"url":"https://github.com/PhilippSalvisberg","@type":"Person","name":"PhilippSalvisberg"},"datePublished":"2019-07-18T07:08:15.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/982/utPLSQL/issues/982"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6ee8db83-480e-4138-b5b5-349a3591880e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDDB4:1F3332:D42FCB:12EE561:6A634A8D
html-safe-nonce6a92ca675021f65c1caaf0be9606df7ab1c9c53e5770b47e993a76088cc22d6d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEREI0OjFGMzMzMjpENDJGQ0I6MTJFRTU2MTo2QTYzNEE4RCIsInZpc2l0b3JfaWQiOiIyNDMwNTE3NDMzMzM2MDIzNjkzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac4fa988650338c5611fba1389a39fd69492359c11999a3759509af203d3775feb
hovercard-subject-tagissue:469604862
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/982/issue_layout
twitter:imagehttps://opengraph.githubassets.com/61d29c95b87e32d7ba428d188c3cf9f44c63875d98768a9829ff27d20136700e/utPLSQL/utPLSQL/issues/982
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/61d29c95b87e32d7ba428d188c3cf9f44c63875d98768a9829ff27d20136700e/utPLSQL/utPLSQL/issues/982
og:image:altDescribe the bug When I refresh my utpPLSQL development environment I get the following test result: Warnings: 1) utplsql.ut3_tester.core Unable to perform automatic rollback after test suite. An i...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamePhilippSalvisberg
hostnamegithub.com
expected-hostnamegithub.com
None59e55daad7174ca59d63c6974d58276ccb5477442e550bebb3c035e1bef11c94
turbo-cache-controlno-preview
go-importgithub.com/utPLSQL/utPLSQL git https://github.com/utPLSQL/utPLSQL.git
octolytics-dimension-user_id15661281
octolytics-dimension-user_loginutPLSQL
octolytics-dimension-repository_id50728220
octolytics-dimension-repository_nwoutPLSQL/utPLSQL
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id50728220
octolytics-dimension-repository_network_root_nwoutPLSQL/utPLSQL
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
release990295d92a4cc7b63fbbd83a046217cd7d77d49c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/utPLSQL/utPLSQL/issues/982#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL%2Fissues%2F982
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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%2Fissues%2F982
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
Reloadhttps://github.com/utPLSQL/utPLSQL/issues/982
Reloadhttps://github.com/utPLSQL/utPLSQL/issues/982
Reloadhttps://github.com/utPLSQL/utPLSQL/issues/982
Please reload this pagehttps://github.com/utPLSQL/utPLSQL/issues/982
utPLSQL https://github.com/utPLSQL
utPLSQLhttps://github.com/utPLSQL/utPLSQL
Notifications https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL
Fork 188 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL
Star 619 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL
Code https://github.com/utPLSQL/utPLSQL
Issues 12 https://github.com/utPLSQL/utPLSQL/issues
Pull requests 0 https://github.com/utPLSQL/utPLSQL/pulls
Discussions https://github.com/utPLSQL/utPLSQL/discussions
Actions https://github.com/utPLSQL/utPLSQL/actions
Projects https://github.com/utPLSQL/utPLSQL/projects
Security and quality 0 https://github.com/utPLSQL/utPLSQL/security
Insights https://github.com/utPLSQL/utPLSQL/pulse
Code https://github.com/utPLSQL/utPLSQL
Issues https://github.com/utPLSQL/utPLSQL/issues
Pull requests https://github.com/utPLSQL/utPLSQL/pulls
Discussions https://github.com/utPLSQL/utPLSQL/discussions
Actions https://github.com/utPLSQL/utPLSQL/actions
Projects https://github.com/utPLSQL/utPLSQL/projects
Security and quality https://github.com/utPLSQL/utPLSQL/security
Insights https://github.com/utPLSQL/utPLSQL/pulse
#1027https://github.com/utPLSQL/utPLSQL/pull/1027
Wrong rollback warnings in utPLSQL Development Environmenthttps://github.com/utPLSQL/utPLSQL/issues/982#top
#1027https://github.com/utPLSQL/utPLSQL/pull/1027
bughttps://github.com/utPLSQL/utPLSQL/issues?q=state%3Aopen%20label%3A%22bug%22
v3.1.10https://github.com/utPLSQL/utPLSQL/milestone/18
https://github.com/PhilippSalvisberg
PhilippSalvisberghttps://github.com/PhilippSalvisberg
on Jul 18, 2019https://github.com/utPLSQL/utPLSQL/issues/982#issue-469604862
bughttps://github.com/utPLSQL/utPLSQL/issues?q=state%3Aopen%20label%3A%22bug%22
v3.1.10https://github.com/utPLSQL/utPLSQL/milestone/18
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.