Where is the raw data stored?
Liam Morley asked: I understand that all the information from the workers is sent back to the client, but all I see thus far is rough statistical data which seems to have been compiled from the raw data. When the data is sent back to the console, where is it stored? For efficiency, the worker processes only send back aggregate information to the console, not the raw data. Each worker process sends the console a report every 500ms. The report contains information for each test that was invoked during the period which includes the number of invocations, the total time taken, the number of errors, and any other custom statistics. Each worker process writes out the raw information to a process specific data file. This are the data_… files that are stored with the other log files. Apart from the raw data, another advantage that these files give you that the console doesn’t is a record of the testing time line. Whilst the console graphs present this information graphically, the console onl