IN PROGRESS
Table of Contents |
---|
...
Infrastructure
PTF -environment
- 10 m6i.2xlarge EC2 instances (changed. In Lotus it was m5.xlarge)
- 2 instances of db.r6.xlarge database instances, one reader and one writer
- MSK
- 4 m5.2xlarge brokers in 2 zones
- auto.create-topics.enable = true
- log.retention.minutes=120
- 2 partitions per DI topics
- okapi (running tasks -3)
- 1024 CPU units, 1360 MB mem
- mod-users (running tasks -2)
- 128 CPU units, 896 MB mem
- mod-data-export (running tasks -1)
- 1024 CPU units, 896 MB mem
- mod-data-export-spring (running tasks -1)
- 256 CPU units, 1844 MB mem
- mod-data-export-worker (running tasks -1)
- 256 CPU units, 1844 MB mem
- mod-notes (running tasks -2)
- 128 CPU units, 896 MB mem
- mod-agreements (running tasks -2)
- 128 CPU units, 1382 MB mem
Software Versions
- mod-data-export-worker v 1.4.1
- mod-data-export-spring v 1.4.1
- mod-agreements:5.2.0
- mod-notes: 3.1.0
- mod-users: 18.3.0
Test Runs
Scenario
*Users App:
...
Test | Records number | Duration | Results for finding records | Comment | Record identifier file name | Time to process (file upload time+ edited file upload time+ commit time) |
1. | 100 | multiple time check | PASS | Always Pass | 100_User_barcodes_ptf.csv | about 5+5+2sec (file upload time+ edited file upload time+ commit time) |
2. | 1000 | multiple time check | PASS | Always Pass | 1.000_User_barcodes_ptf.csv | about 15+15+5 sec |
3. | 2000 | multiple time check | PASS | Always Pass | 2.000_User_barcodes_ptf.csv | 20+20+15 sec |
4. | 2500 | multiple time check | PASS | Always Pass | 2.500_User_barcodes_ptf.csv | about 30+ 30 sec |
5. | 2560 | multiple time check | PASS | Always Pass (the max record number) | 2.560_User_barcodes_ptf.csv | about 30 +30sec |
6. | 2590 | multiple time check | PASS/FAIL | Sometimes PASS or FAIL | 2.590_User_barcodes_ptf.csv | about 30 sec |
7. | 2600 | multiple time check | FAIL | the identifier file can be uploaded but the edited file upload is not available | 2.600_User_barcodes_ptf.csv | about 30 sec |
8. | 3000 | multiple time check | FAIL | the identifier file can be uploaded but the edited file upload is not available | 3.000_User_barcodes_ptf.csv | about 30 sec |
9. | 5000 | multiple time check | FAIL | the identifier file can be uploaded but the edited file upload is not available | 5.000_User_barcodes_ptf.csv | about 30 sec |
10. | 10000 | multiple time check | FAIL | the identifier file can be uploaded but the edited file upload is not available | 10.000_User_barcodes_ptf.csv | about 30 sec |
...