-
Notifications
You must be signed in to change notification settings - Fork 0
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
[TH2-5179] Implemented value formatter related to JDBC database type #24
Conversation
core/src/main/kotlin/com/exactpro/th2/read/db/core/ValueTransformProvider.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/com/exactpro/th2/read/db/core/ValueTransformProvider.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/com/exactpro/th2/read/db/core/ValueTransformerFactory.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/com/exactpro/th2/read/db/core/impl/DefaultValueTransformer.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/com/exactpro/th2/read/db/core/impl/DefaultValueTransformer.kt
Outdated
Show resolved
Hide resolved
core/src/test/kotlin/com/exactpro/th2/read/db/app/DataBaseReaderIntegrationTest.kt
Outdated
Show resolved
Hide resolved
core/src/test/kotlin/com/exactpro/th2/read/db/core/impl/DefaultValueTransformerTest.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take a look at the tests. Some of them are failed
core/src/main/kotlin/com/exactpro/th2/read/db/core/ValueTransformProvider.kt
Show resolved
Hide resolved
core/src/test/kotlin/com/exactpro/th2/read/db/app/DataBaseReaderIntegrationTest.kt
Outdated
Show resolved
Hide resolved
oracle/src/test/kotlin/com/exactpro/th2/read/db/core/impl/OracleValueTransformTest.kt
Show resolved
Hide resolved
…acleIntegrationTest.kt Co-authored-by: Oleg Smirnov <[email protected]>
core/src/main/kotlin/com/exactpro/th2/read/db/bootstrap/Main.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note that you have failed tests for oracle extension.
If those tests are flake tests we should fix them
I would like to merge all pull requests related to the |
Okay |
No description provided.