Skip to end of banner
Go to start of banner

JMeter performance tests for bulk edit application

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

The tests run at  https://bulk-edit-perf.ci.folio.org environment.

Tests configuration:

Results:

1) Tests results to update 10 records of users data by one user per second:

All tests run without any errors.

2) Tests result to update 100 records of users data by one user per second:

All tests run without any errors.

3) Tests result to update 1000 records of users data by one user per second:

The scenarios for bulk edit using file with users barcodes to get initial users data run without issues.

While tests run query scenarios to get initial users data there are errors:

Error for cql query
codes [Size.job.exportTypeSpecificParameters.query,Size.exportTypeSpecificParameters.query,Size.query,Size.java.lang.String,Size]; 
arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [job.exportTypeSpecificParameters.query,exportTypeSpecificParameters.query]; 
arguments []; default message [exportTypeSpecificParameters.query],5000,0];
default message [size must be between 0 and 5000]]

The reason of above issue is a long cql statement to retrieve 1000 users barcodes.

  • No labels