hrj
|
a3fbbf836b
|
update jar file path for tests
|
2022-02-02 09:46:39 +05:30 |
hrj
|
e78af73951
|
update jar path in second test
Signed-off-by: hrj <harshad.rj@gmail.com>
|
2022-01-03 18:56:06 +05:30 |
hrj
|
4853e6bccf
|
change jar path in test
Signed-off-by: hrj <harshad.rj@gmail.com>
|
2022-01-03 18:56:06 +05:30 |
Rahul Rudragoudar
|
dff305ae14
|
Add maxAttempts in debug-config.json
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
|
2021-12-27 10:40:47 +05:30 |
jacobp
|
99ee7c55b5
|
Added configuration to disable serving the playground webpage and configuration to set Access-Control-Allow-Origin header value on responses.
Signed-off-by: JacobPozaic <jacobpozaic@gmail.com>
|
2021-12-09 11:02:43 -05:00 |
hrj
|
6f6c6eda66
|
added address to debug config
|
2021-05-19 20:19:23 +05:30 |
hrj
|
ed3afbc47e
|
ensure data directory is present in the repo
to ease running the app on checkout and in CI
|
2021-04-19 18:51:20 +05:30 |
hrj
|
caf3669bd9
|
functional tests: show failed answers
Signed-off-by: hrj <harshad.rj@gmail.com>
|
2021-04-13 14:54:16 +05:30 |
hrj
|
1d746f7655
|
functional test: reduce failure criteria
Signed-off-by: hrj <harshad.rj@gmail.com>
|
2021-04-13 14:54:16 +05:30 |
hrj
|
1ff4a30da7
|
use tesseract instead of gocr
Signed-off-by: hrj <harshad.rj@gmail.com>
|
2021-04-13 14:54:16 +05:30 |
hrj
|
328f046379
|
make locust output less verbose
Signed-off-by: hrj <harshad.rj@gmail.com>
|
2021-04-13 14:54:16 +05:30 |
hrj
|
3845645f9a
|
use debug config
Signed-off-by: hrj <harshad.rj@gmail.com>
|
2021-04-13 14:54:16 +05:30 |
hrj
|
c0ac570746
|
simplify locust file
Signed-off-by: hrj <harshad.rj@gmail.com>
|
2021-04-13 14:54:16 +05:30 |
hrj
|
3cfba7a08e
|
run functional test
Signed-off-by: hrj <harshad.rj@gmail.com>
|
2021-04-13 14:54:16 +05:30 |
hrj
|
79428bc5e7
|
reduce number of users in locust stress test
by reducing wait time, we can generate same load with fewer users
|
2021-04-12 16:56:59 +05:30 |
hrj
|
7e87f6721b
|
test script: fix path to activate
|
2021-04-02 16:51:48 +05:30 |
hrj
|
c9abe141ec
|
fail early in test script
|
2021-04-02 16:42:00 +05:30 |
hrj
|
30f5705aa5
|
exit test script with locust's exit code
|
2021-04-02 16:41:33 +05:30 |
hrj
|
5226e0032e
|
check for failure rate in locust test
|
2021-04-02 16:17:07 +05:30 |
hrj
|
f02eadb945
|
specify run time of locust tests
|
2021-04-02 15:51:55 +05:30 |
hrj
|
e79da3b881
|
start locust in headless mode
|
2021-04-02 15:48:09 +05:30 |
hrj
|
6ea5691c5e
|
run locust tests in CI
|
2021-04-02 15:42:47 +05:30 |
Rahul Rudragoudar
|
d9ff3a14b9
|
Update locustfile
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
|
2021-03-02 21:34:58 +05:30 |
Rahul Rudragoudar
|
b16c2698d2
|
Fix issue in GC (#54)
* Update sql to map uuid to token
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Fix millis to secs conversion
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add synchronisation to media enpoint DB access
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Change error code for rate limiter
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* move prepared statements to Thread Local Storage
* Change test end points
* init GC
* Add GC
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Change status return
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Auto generate token in db
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Remove user management and rate limiting
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add seed for random number generator
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Store random instance as class member
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Update locustfile
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add API documentation
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Move updateTimeStamp to getChallenge methdod
Remove user tables for the DB
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Update Timestamp when creating mapId entry
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add request method type
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Minor fixes
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Fix issue in GC
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Change db directory
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Update locust test
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Update .gitignore
|
2021-02-16 16:02:57 +05:30 |
Rahul Rudragoudar
|
5c3bdfeb83
|
GC, Seed and User management (#52)
* Update sql to map uuid to token
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Fix millis to secs conversion
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add synchronisation to media enpoint DB access
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Change error code for rate limiter
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* move prepared statements to Thread Local Storage
* Change test end points
* init GC
* Add GC
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Change status return
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Auto generate token in db
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Remove user management and rate limiting
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add seed for random number generator
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Store random instance as class member
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Update locustfile
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add API documentation
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Move updateTimeStamp to getChallenge methdod
Remove user tables for the DB
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Update Timestamp when creating mapId entry
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Add request method type
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
* Minor fixes
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
|
2020-09-23 22:58:42 +05:30 |