testproject-io / java-opensdk

TestProject Java OpenSDK
Apache License 2.0
50 stars 42 forks source link

infer missing report settings when re-creating AgentClient instance. #112

Closed s-glatshtein closed 3 years ago

s-glatshtein commented 3 years ago

When AgentClient instance is re-created, we compare the settings to check if we need to reopen the session. If the report settings are inferred from test class, then the report setting will never match because the values are currently null. We should infer the settings on creation before comparing the settings

Issue: https://github.com/testproject-io/java-opensdk/issues/110