I am setting up a kubernetes cluster to run test using jenkins kubernetes plugin so that i can run multiple tests in parallel based on need defined using pod template. I will be storing results in influxDB.
Question is : 1) What happens to the test results which is running on multiple pods? is it aggregated and stored in DB?
- How result is handled and stored along with another test running in the same cluster , is it different table for each test run?
- How can i pull the results specific to a test which is running in parallel with others tests in the cluster.
I am new to this, so please pardon for silly questions.
Regards,
Aivnash Billore