...
By default, Data Collector will reject reports that contain more than 5000 reported test failures. You can change the limit by adding the following Data Collector JVM argument:
Code Block | ||
---|---|---|
| ||
-Dcom.parasoft.sdm.rawstorage.failures.limit=5000 |
...
If a negative value is provided, Data Collector will not reject reports due to number of test failures.
The variables file is overwritten during an upgrade, so you will need to reapply the configuration setting after upgrading DTP.
Configuring Report Scanning Intervals
Reports sent to DTP are queued in a folder in the DTP_DATA directory before being saved to the database. By default, Data Collector checks the queue folder every 60 seconds for new report files. You can change the idle time between scans so that Data Collector checks the queue folder in shorter or longer intervals. Add the following Data Collector JVM argument to the <DTP_INSTALL>/bin/variables file to configure the scanning interval:
Code Block | ||
---|---|---|
| ||
-Dcom.parasoft.sdm.dc.scanning.period=<seconds> |
The variables file is overwritten during an upgrade, so you will need to reapply the configuration setting after upgrading DTP.
Configuring Max Traffic Response from SOAtest
...