Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use a temp directory for the emulator #1494

Merged
merged 3 commits into from
Dec 6, 2023
Merged

Conversation

demoray
Copy link
Contributor

@demoray demoray commented Dec 5, 2023

Right now, the emulator script has two issues:

  1. It can't be run repeatedly without manually stopping azurite
  2. It litters the source tree with azurite related temp files

This update addresses these via three things:

  1. Updates to the latest azurite
  2. Terminates all sub-processes on script exit
  3. Creates a tempdir and installs azurite in it, then cleans up the tempdir on exit.

Brian Caswell added 3 commits December 5, 2023 18:17
Right now, the emulator script has two issues:

1. It can't be run repeatedly without manually stopping azurite
2. It litters the source tree with azurite related temp files

This update addresses these via three things:
1. Updates to the latest azurite
2. Terminates all sub-processes on script exit
3. Creates a tempdir and installs azurite in it, then cleans up the
   tempdir on exit.
@demoray demoray merged commit 588d27d into Azure:main Dec 6, 2023
19 checks passed
@demoray demoray deleted the emulator-tempdir branch December 6, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants