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
I'm struggling to get the detached server working reliably with Vitest.
The docs have the comment // must be wrapped in async function but do not offer a real example.
The Java process seems to launch, and some times, everything works OK, but then sometime the CreateTableCommand fails, or the process isn't stopped, meaning the next test to try and start the process might fail cos a table already exists etc.
Basically, please provide real world usage examples of how to use the detached server so tests can run properly, spinning up and stopping the java process as needed.
The text was updated successfully, but these errors were encountered:
I'm struggling to get the detached server working reliably with Vitest.
The docs have the comment
// must be wrapped in async function
but do not offer a real example.The Java process seems to launch, and some times, everything works OK, but then sometime the CreateTableCommand fails, or the process isn't stopped, meaning the next test to try and start the process might fail cos a table already exists etc.
Basically, please provide real world usage examples of how to use the detached server so tests can run properly, spinning up and stopping the java process as needed.
The text was updated successfully, but these errors were encountered: