I've been running test cases using test runner command line utility for past 3 months and suddenly i see today that the C drive on the server is out of space .
When i dig into the issue, i find out that some logs in C drive are being generated when i run test cases using test runner utility.
these are found in C:\Users\<<Accountname>>\lisatmp_9.1.0\amq\rpc.
Tons of folder inside this with numeric names of 5 digits.
inside which there is a folder called kahaDB, consisting of files db.data, db-1.log and lock.
No idea what these files are , from where or why they got generated.
can anyone help me disable these logs?
Prem is correct, we use AMQ for interprocess communications and there will be a persistent db for messages for each port being listened on. Now it's unusual for there to be so many - the fact that there are indicates you may be using the CAI agent or otherwise using AMQ in your tests themselves. Are either of those the case?
You can read up here on ways to diagnose why the files are not being cleaned up - Apache ActiveMQ ™ -- Why do KahaDB log files remain after cleanup
Likely it's some combination of windows locking, and process cleanup, but can't rule out that something isn't cleaning itself up properly so if you can grab some logs with the details above, that would help track down the issue.