in process server works with one test more then one test it say name already exists #321
Unanswered
buttonsquared
asked this question in
Q&A
Replies: 2 comments
-
Are you using spring boot test support in your tests ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The simplest approach is to use grpc:
enabled: false
inProcessServerName: ${random.value} Then, in order to create the channel, you inject |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I am writing tests I am adding to my properties
grpc:
enabled: false
inProcessServerName: testingServer
Everything works great. But when I build with more the one test I get the error grpc server can't start server name already exists. Is there a way to make it either shut down the server after each test or just start it once and if it's running not start it again?
Beta Was this translation helpful? Give feedback.
All reactions