You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should think of getting rid of the IP/port hardcoded values scattered throughout the tests.
A benefit of the hard coded values is that they simplify testing because we only need to call the binary to run the test -- no need to create a custom launch script.
We will need to create a python script to launch these tests.
For all components of the system that need this port/ip information, I'd start them with a set of command line args (or a config file), which I'd use to specify this information at runtime (or, rather, start time). I would not do it at compile time.
We should think of getting rid of the IP/port hardcoded values scattered throughout the tests.
A benefit of the hard coded values is that they simplify testing because we only need to call the binary to run the test -- no need to create a custom launch script.
We will need to create a python script to launch these tests.
The IP/port values can come from a few places:
@TylerADavis What do you think?
The text was updated successfully, but these errors were encountered: