newrelic-dotnet-agent icon indicating copy to clipboard operation
newrelic-dotnet-agent copied to clipboard

Tech debt: Refactor `RemoteApplication` in Integration Tests

Open tippmar-nr opened this issue 1 year ago • 1 comments

We currently have a number of classes that inherit RemoteApplication, and several of them have nearly identical implementations of Start(). We should look for opportunities to refactor and make the base class more flexible - for example, we might move the code that sets the (long and growing) list of required environment variables to the base class which would simplify the derived class implementations considerably.

There are also likely to be similar overrides of CopyToRemote() that we should try to refactor if it makes sense.

tippmar-nr avatar Sep 10 '24 18:09 tippmar-nr

https://new-relic.atlassian.net/browse/NR-311700