Skip to content
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

[master] Performance tests improvement - use EmulatedDB #2130

Merged
merged 2 commits into from May 17, 2024

Conversation

rfelcman
Copy link
Contributor

@rfelcman rfelcman commented May 7, 2024

This change in EclipseLink JPA performance tests replace physical database by emulated one.
Emulation is based on org.eclipse.persistence.testing.tests.performance.emulateddb.* classes (JDBC driver).
There are some fixes like new required EmulatedDatabaseMetaData class and change in EmulatedStatement to distinguish passed SQL queries with parameters.

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
java.util.Vector remains due a org.eclipse.persistence.sessions.DatabaseRecord

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
@rfelcman rfelcman merged commit df24ebb into eclipse-ee4j:master May 17, 2024
6 checks passed
@rfelcman rfelcman deleted the perf_test_improvement branch May 17, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants