Skip to content

Removed old_tests. #799

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 26, 2018
Merged

Removed old_tests. #799

merged 1 commit into from
Nov 26, 2018

Conversation

jgebal
Copy link
Member

@jgebal jgebal commented Nov 26, 2018

Consolidated minimal user tests.
Added missing test for get_schema_ut_packages
Fixed bug in get_schema_ut_packages where cache was not refreshed as needed.
Resolves #475

Consolidated minimal user tests.
Added missing test for `get_schema_ut_packages`
Fixed bug in `get_schema_ut_packages` where cache was not refreshed as needed.
Resolves #475
@jgebal jgebal added this to the v3.1.4 milestone Nov 26, 2018
Copy link

@utplsql-travis utplsql-travis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SonarQube analysis found issues:
Bug Bugs: 6
Vulnerability Vulnerabilities: 0
Code Smell Code Smells: 52

Including the following issue(s) which could not be reported in line:

  1. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  2. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  3. Code Smell Code Smell: Simple loops of the form LOOP .. END LOOP; should be avoid as they behave by default as infite loops. (more)
  4. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  5. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  6. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  7. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  8. Code Smell Code Smell: Add a WHEN OTHERS exception handler to ensure that all exceptions are trapped. (more)
  9. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  10. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  11. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  12. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  13. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  14. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  15. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  16. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  17. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  18. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  19. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  20. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  21. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  22. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  23. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  24. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  25. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  26. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  27. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  28. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  29. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  30. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  31. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  32. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  33. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  34. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  35. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  36. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  37. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  38. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  39. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  40. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  41. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  42. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  43. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  44. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  45. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  46. Code Smell Code Smell: Refactor this SQL query to prevent doing a full table scan due to the value of the "LIKE" condition (more)
  47. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  48. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  49. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  50. Code Smell Code Smell: Simple loops of the form LOOP .. END LOOP; should be avoid as they behave by default as infite loops. (more)
  51. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  52. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  53. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  54. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  55. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)

See all issues in SonarCloud

Copy link

@utplsql-travis utplsql-travis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SonarQube analysis found issues:
Bug Bugs: 6
Vulnerability Vulnerabilities: 0
Code Smell Code Smells: 52

Including the following issue(s) which could not be reported in line:

  1. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  2. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  3. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  4. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  5. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  6. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  7. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  8. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  9. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  10. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  11. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  12. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  13. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  14. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  15. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  16. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  17. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  18. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  19. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  20. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  21. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  22. Code Smell Code Smell: Add a WHEN OTHERS exception handler to ensure that all exceptions are trapped. (more)
  23. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  24. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  25. Code Smell Code Smell: Simple loops of the form LOOP .. END LOOP; should be avoid as they behave by default as infite loops. (more)
  26. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  27. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  28. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  29. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  30. Code Smell Code Smell: Simple loops of the form LOOP .. END LOOP; should be avoid as they behave by default as infite loops. (more)
  31. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  32. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  33. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  34. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  35. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  36. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  37. Code Smell Code Smell: Refactor this SQL query to prevent doing a full table scan due to the value of the "LIKE" condition (more)
  38. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  39. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  40. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  41. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  42. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  43. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  44. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  45. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  46. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  47. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  48. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  49. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  50. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  51. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  52. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  53. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  54. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  55. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)

See all issues in SonarCloud

Copy link

@utplsql-travis utplsql-travis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SonarQube analysis found issues:
Bug Bugs: 6
Vulnerability Vulnerabilities: 0
Code Smell Code Smells: 52

Including the following issue(s) which could not be reported in line:

  1. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  2. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  3. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  4. Code Smell Code Smell: Refactor this SQL query to prevent doing a full table scan due to the value of the "LIKE" condition (more)
  5. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  6. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  7. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  8. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  9. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  10. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  11. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  12. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  13. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  14. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  15. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  16. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  17. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  18. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  19. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  20. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  21. Code Smell Code Smell: Simple loops of the form LOOP .. END LOOP; should be avoid as they behave by default as infite loops. (more)
  22. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  23. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  24. Code Smell Code Smell: Simple loops of the form LOOP .. END LOOP; should be avoid as they behave by default as infite loops. (more)
  25. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  26. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  27. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  28. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  29. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  30. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  31. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  32. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  33. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  34. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  35. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  36. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  37. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  38. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  39. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  40. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  41. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  42. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  43. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  44. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  45. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  46. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  47. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  48. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  49. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  50. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  51. Code Smell Code Smell: Add a WHEN OTHERS exception handler to ensure that all exceptions are trapped. (more)
  52. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  53. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  54. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  55. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)

See all issues in SonarCloud

Copy link

@utplsql-travis utplsql-travis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SonarQube analysis found issues:
Bug Bugs: 6
Vulnerability Vulnerabilities: 0
Code Smell Code Smells: 52

Including the following issue(s) which could not be reported in line:

  1. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  2. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  3. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  4. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  5. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  6. Code Smell Code Smell: Add a WHEN OTHERS exception handler to ensure that all exceptions are trapped. (more)
  7. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  8. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  9. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  10. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  11. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  12. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  13. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  14. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  15. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  16. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  17. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  18. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  19. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  20. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  21. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  22. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  23. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  24. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  25. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  26. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  27. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  28. Code Smell Code Smell: Simple loops of the form LOOP .. END LOOP; should be avoid as they behave by default as infite loops. (more)
  29. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  30. Code Smell Code Smell: Refactor this SQL query to prevent doing a full table scan due to the value of the "LIKE" condition (more)
  31. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  32. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  33. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  34. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  35. Bug Bug: Replace this FOR loop by a more robust WHILE one. (more)
  36. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  37. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  38. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  39. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  40. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  41. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  42. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  43. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  44. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  45. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  46. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  47. Code Smell Code Smell: Simple loops of the form LOOP .. END LOOP; should be avoid as they behave by default as infite loops. (more)
  48. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)
  49. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  50. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  51. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  52. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  53. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  54. Code Smell Code Smell: An illegal character with code point 10 was found in this literal. (more)
  55. Code Smell Code Smell: Replace this weak REF CURSOR by one with a return type. (more)

See all issues in SonarCloud

@jgebal jgebal merged commit 9f258b9 into develop Nov 26, 2018
@jgebal jgebal deleted the feature/test_improvements branch November 30, 2018 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants