Replies: 1 comment 2 replies
-
Hi @oktalz sorry for coming back to this late. Yeah, I like your proposal. Given the options are that, optional, users will be free to choose fully randomised names or having prefixes. But I'd enforce not having fixed network names but as you proposed: only prefixes. If we add a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
new API for network does not allow custom name for network,
if running multiple tests, its hard to differentiate what test is using what network.
especially if more that one project is running tests.
this is also important for stats collection... etc.
Also, ryuk have some issues with deleting networks (in many occasions),
so while its easy to see with labels what is what,
manually is more work.
While this is irrelevant in most cases and we have labels, its much nicer to have distinction between projects/tests.
Would adding a
WithPrefix
or andWithName
to the api cause some issue and does it seems interesting ?like
network.WithPrefix('proj_name')
Beta Was this translation helpful? Give feedback.
All reactions