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 use Jenkins to test, build and deploy our code for multiple clients.
The jobs run in parallel, so when we write tests which use this library, we encounter an issue where only one job will pass the tests, with the rest failing with "Cannot create preexisting table", which makes sense, as they all use the same codebase, which all reference the same local address for jest-dynamodb, https://localhost:8000.
Is there anyway around this?
Would using random ports work, or does it have to be 8000?
The text was updated successfully, but these errors were encountered:
We use Jenkins to test, build and deploy our code for multiple clients.
The jobs run in parallel, so when we write tests which use this library, we encounter an issue where only one job will pass the tests, with the rest failing with "Cannot create preexisting table", which makes sense, as they all use the same codebase, which all reference the same local address for jest-dynamodb, https://localhost:8000.
Is there anyway around this?
Would using random ports work, or does it have to be 8000?
The text was updated successfully, but these errors were encountered: