...
Test Environment | |
---|---|
CPUs | 13th Gen Intel® Core™ i9-13900H × 20 |
Memory | 32.0 GiB |
Commit | 140134: Remove multithreading from module sync watchdog | https://gerrit.onap.org/r/c/cps/+/140134 |
Docker Compose Deployment | docker-compose version 1.29.2 application (CPS) instance - 2 postgres instance - 1 |
Create Test Cases
Test Iteration 1
...
- Default parameters
REGISTRATION_BATCH_SIZE | #WorkerThread | WatchDog Sleep Timer | CM-handles/second | Comments |
---|---|---|---|---|
100 | 1 | 5 sec | 48 |
Test Iteration 2 - Registration Batch Size = 1000
# | REGISTRATION_BATCH_SIZE | #WorkerThread | WatchDog Sleep Timer | CM-handles/second | Comments | ||
---|---|---|---|---|---|---|---|
1 | 1000 | 1 | 5 sec | 118 | Registration is successful. | ||
2 | 1000 | 1 | 5 sec | 0 | Registration failed.
| ||
3 | 1000 | 1 | 5 sec | 0 | Registration failed.
| ||
4 | 1000 | 1 | 5 sec |
115 | Registration is successful. |
Delete Test Cases
Test Iteration 1
...
- Default Parameters
REGISTRATION_BATCH_SIZE | #WorkerThread | WatchDog Sleep Timer | CM-handles/second | Comments |
---|---|---|---|---|
100 | 1 | 5 sec | 428 |
Test Iteration 2 - Registration Batch Size = 1000
# | REGISTRATION_BATCH_SIZE | #WorkerThread | WatchDog Sleep Timer | CM-handles/second | Comments | ||
---|---|---|---|---|---|---|---|
1 | 1000 | 1 | 5 sec | 0 | Deregistration failed. | ||
2 | 1000 | 1 | 5 sec | 0 | Registration failed.
| ||
3 | 1000 | 1 | 5 sec | 0 | Registration failed.
| ||
4 | 1000 | 1 | 5 sec |
361 | Deregistration is successful. |