In WtaDriverPlugin class of spark_plugin, the class field CURRENT_TIME makes the trace file directories all have the same time stamp each the the WtaDriverPlugin is initialized. This makes the new generated traces overwrite the previous one.
The fix is creating a new time stamp every time it is intialized.
In
WtaDriverPlugin
class ofspark_plugin
, the class fieldCURRENT_TIME
makes the trace file directories all have the same time stamp each the theWtaDriverPlugin
is initialized. This makes the new generated traces overwrite the previous one.The fix is creating a new time stamp every time it is intialized.