Title: Coverage reporters failing with "operand value exceeds system limits" · Issue #368 · utPLSQL/utPLSQL · GitHub
Open Graph Title: Coverage reporters failing with "operand value exceeds system limits" · Issue #368 · utPLSQL/utPLSQL
X Title: Coverage reporters failing with "operand value exceeds system limits" · Issue #368 · utPLSQL/utPLSQL
Description: Hi, I'm getting an error on the Coverage Reports when trying to run them without additional parameters. If i run: exec ut.run(ut_coverage_html_reporter()); I get: ORA-22813: operand value exceeds system limits ORA-06512: at "UT3.UT_RUNNE...
Open Graph Description: Hi, I'm getting an error on the Coverage Reports when trying to run them without additional parameters. If i run: exec ut.run(ut_coverage_html_reporter()); I get: ORA-22813: operand value exceeds s...
X Description: Hi, I'm getting an error on the Coverage Reports when trying to run them without additional parameters. If i run: exec ut.run(ut_coverage_html_reporter()); I get: ORA-22813: operand value excee...
Opengraph URL: https://github.com/utPLSQL/utPLSQL/issues/368
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Coverage reporters failing with \"operand value exceeds system limits\"","articleBody":"Hi,\r\nI'm getting an error on the Coverage Reports when trying to run them without additional parameters.\r\nIf i run:\r\n\r\n`exec ut.run(ut_coverage_html_reporter());`\r\n\r\nI get:\r\n\r\n\u003e ORA-22813: operand value exceeds system limits\r\n\u003e ORA-06512: at \"UT3.UT_RUNNER\", line 87\r\n\u003e ORA-06512: at \"UT3.UT_RUNNER\", line 111\r\n\u003e ORA-06512: at \"UT3.UT\", line 292\r\n\u003e ORA-06512: at \"UT3.UT\", line 267\r\n\u003e ORA-06512: at line 1\r\n\r\nAnd the following trace in DBMS_OUTPUT:\r\n\r\n\u003e ORA-06512: at \"UT3.UT_COVERAGE\", line 167\r\n\u003e ORA-06512: at \"UT3.UT_COVERAGE_HTML_REPORTER\", line 37\r\n\u003e ORA-06512: at \"UT3.UT_EVENT_LISTENER\", line 64\r\n\u003e ORA-06512: at \"UT3.UT_EVENT_LISTENER\", line 32\r\n\u003e ORA-06512: at \"UT3.UT_RUN\", line 66\r\n\u003e ORA-06512: at \"UT3.UT_SUITE_ITEM\", line 48\r\n\u003e ORA-06512: at \"UT3.UT_RUNNER\", line 77ORA-22813: operand value exceeds system limits\r\n\r\nSame with all the other coverage reporters (sonar, coveralls)\r\n\r\nI can make the coverage reports work if I specify the source files mappings. So this works fine:\r\n\r\n```\r\nut.run('mig',\r\n ut_coverage_html_reporter(),\r\n a_source_file_mappings =\u003e \r\n ut_file_mappings(\r\n ut_file_mapping(\r\n file_name =\u003e '\\Temp\\UTv3Samples\\betwnstr.fnc',\r\n object_owner =\u003e 'MIG',\r\n object_name =\u003e 'BETWNSTR',\r\n object_type =\u003e 'FUNCTION'\r\n )\r\n )\r\n );\r\n```\r\nThis works fine and generates the correct html file with coverage for the **betwnstr** function.\r\nutPLSQL version: 3.0.1\r\nOracle version: 11.2.0.4.0","author":{"url":"https://github.com/jolmopar","@type":"Person","name":"jolmopar"},"datePublished":"2017-06-27T15:50:22.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/368/utPLSQL/issues/368"}
| 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:0cbd7fee-d263-1ebe-0c83-781bca5b1143 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 840A:4FFB3:7BD18E:A9CEDC:6A6186EA |
| html-safe-nonce | b87f90f185e7cd7efe5fec9fc0ec7fd1f36d814fbf1fbb1ddd1e2512af4f41b1 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NDBBOjRGRkIzOjdCRDE4RTpBOUNFREM6NkE2MTg2RUEiLCJ2aXNpdG9yX2lkIjoiODEzNDE5ODgyNjY0MTc1MzgzNCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 09bee4894a3b7407aa8f00ad46614dbb1c214f7548eb6e0576f32c7e15ecac01 |
| hovercard-subject-tag | issue:238898113 |
| 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/368/issue_layout |
| twitter:image | https://opengraph.githubassets.com/be4ed04d77de489a7c74f715279c1746c5b24ec30106d3c37e4a2ba495570768/utPLSQL/utPLSQL/issues/368 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/be4ed04d77de489a7c74f715279c1746c5b24ec30106d3c37e4a2ba495570768/utPLSQL/utPLSQL/issues/368 |
| og:image:alt | Hi, I'm getting an error on the Coverage Reports when trying to run them without additional parameters. If i run: exec ut.run(ut_coverage_html_reporter()); I get: ORA-22813: operand value exceeds s... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | jolmopar |
| hostname | github.com |
| expected-hostname | github.com |
| None | c28c2f6607f2aacbd934868d997038895c9780d08babfe918550d73773326f4c |
| turbo-cache-control | no-preview |
| go-import | github.com/utPLSQL/utPLSQL git https://github.com/utPLSQL/utPLSQL.git |
| octolytics-dimension-user_id | 15661281 |
| octolytics-dimension-user_login | utPLSQL |
| octolytics-dimension-repository_id | 50728220 |
| octolytics-dimension-repository_nwo | utPLSQL/utPLSQL |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 50728220 |
| octolytics-dimension-repository_network_root_nwo | utPLSQL/utPLSQL |
| 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 | cd05235d52ffb3318513d883a56c87a121015c8b |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width