- Notifications
You must be signed in to change notification settings - Fork17
#87 - Debug utPLSQL tests#106
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
36 commits Select commitHold shift + click to select a range
76f40dd
comment to integrate in IntelliJ and handle OSGi errors
PhilippSalvisberga26d6f4
extend .gitignore regarding IntelliJ, SonarQube and more
PhilippSalvisbergcd109b2
change resource files to UTF-8 and escape umlauts
PhilippSalvisbergb3b53c7
simplify test, compare length instead of content
PhilippSalvisbergb21f2bf
add debug icon
PhilippSalvisberg3088dda
add debug test label to resource bundle
PhilippSalvisberg39cb25d
add dependencies to run debugger to pom.xml
PhilippSalvisberg3bf3fe8
add getProduceReportPlsql to be passed to the PL/SQL debugger
PhilippSalvisberg2cd156c
add "Debug utPLSQL test" to context menu of Connects window and editor
PhilippSalvisberg56e28af
ensure that realtime reporter is/stays visible during a test run
PhilippSalvisberg22c2898
simplify code
PhilippSalvisberg8ed6eb1
call the PL/SQL debugger when testing via realtime reporter
PhilippSalvisberga6cea12
call the PL/SQL debugger when testing via worksheet
PhilippSalvisberg5006b7c
extend controller to handle debug action in the Connections window an…
PhilippSalvisberg4734c40
refactor, simplify
PhilippSalvisberg372fe3b
add debug icon and debug utPLSQL test context menu for realtime reporter
PhilippSalvisberg402d1b4
create own context, add debugging flag, change enableDebugging signature
PhilippSalvisberg4a39c8d
use new enableDebugging signature
PhilippSalvisberg7a5a945
add toolbar button and context menu to debug utPLSQL tests
PhilippSalvisberg2e8cf80
add stop icon
PhilippSalvisbergb25cdc9
add stop icon and text regarding stop utPLSQL run in realtime reporter
PhilippSalvisberg08b3efa
add jetbrains annotations
PhilippSalvisberg45c9a43
add explicit spring-core dependency
PhilippSalvisbergee5eb1c
intitialize counter with zero values
PhilippSalvisberg7dd053e
initialize counter
PhilippSalvisberg94d8a3e
rename getDisabled to isDisabled
PhilippSalvisberg5ca644e
refactor, simplify
PhilippSalvisbergbfe8f19
make getTotalNumberOfCompletedTests more robust
PhilippSalvisbergd0d6ef1
always abort connections do not ask if connection is closed
PhilippSalvisberg175f821
add consumer connection of a run, to be closed in realtime reporter
PhilippSalvisbergcd16c05
refactor, simplify
PhilippSalvisberg6d69770
add signature to pass timeout in consumeReport
PhilippSalvisbergc3393b5
adapt test cases to match new counter default values
PhilippSalvisberg6f90c82
change timeout to 1h for debugging sessions, close session on abort p…
PhilippSalvisberg1ac611f
refactor, simplify
PhilippSalvisberg7867223
add stop button to toolbar in realtime reporter
PhilippSalvisbergFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
50 changes: 35 additions & 15 deletions.gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,47 @@ | ||
# Compiled class file | ||
*.class | ||
# Log file | ||
*.log | ||
# Package Files | ||
*.jar | ||
*.war | ||
*.nar | ||
*.ear | ||
*.zip | ||
*.tar.gz | ||
*.rar | ||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||
hs_err_pid* | ||
# Xtend | ||
*._trace | ||
*.xtendbin | ||
**/xtend-gen | ||
# SonarQube | ||
**/.sonar | ||
**/.scannerwork | ||
# Eclipse / Visual Studio Code | ||
.project | ||
.classpath | ||
**/.settings | ||
# IntelliJ | ||
**/.idea | ||
*.iml | ||
# macOS | ||
*.DS_Store | ||
# Windows | ||
Thumbs.db | ||
# Targets | ||
**/target | ||
**/bin |
14 changes: 12 additions & 2 deletionssqldev/extension.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
38 changes: 37 additions & 1 deletionsqldev/pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
99 changes: 57 additions & 42 deletionssqldev/src/main/java/org/utplsql/sqldev/dal/RealtimeReporterDao.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.