dbstress icon indicating copy to clipboard operation
dbstress copied to clipboard

JDBC database performance and stress testing tool

Results 8 dbstress issues
Sort by recently updated
recently updated
newest added

Dockerfile was no longer working, since base image no longer has a `:latest` tag (the default). It also is deprecated in favor of https://hub.docker.com/r/sbtscala/scala-sbt/ However, it doesn't support the `:latest`tag,...

Hi, I am testing dbstress with MongodDB and its failing after connection established: 10:43:46.496 [INFO] All database connections initialized, proceeding to the query execution phase unity.parser.ParseException: Encountered " "(" "(...

We should setup docker automated build for all tags.

refactor

Currently, there are only Scala unit/integration tests, it is necessary to add the following ones: * CLI tests * Integration tests should run with multiple databases

refactor

Currently, if you don't want to hardcode password in the scenario configuration YAML, you can use `--password` cmdline parameter, which can be used to set password for all the units....

feature

Implement scenario timeout as command line parameter in ms.

feature

Currently statements with multiple `ResultSet` objects are not supported (only the first `ResultSet` is iterated over). http://docs.oracle.com/javase/7/docs/api/java/sql/Statement.html#getMoreResults()

feature