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

When origin is playground, create user/interview-specific runtime_config vals #906

Open
plocket opened this issue Jun 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@plocket
Copy link
Collaborator

plocket commented Jun 4, 2024

Right now, ALKilnInThePlayground relies on one runtime_config globally to find the artifacts folder for the test. That means two users shouldn't test at the same time. In fact, only one test should run at a time. Either each user/interview combo should have a runtime_config of its own or the runtime_config obj should have a key for each user/interview combo. It can be deleted when the tests are done (with a catch for situations where runtime_config hasn't been created).

Also, explore how to put runtime_config into the root of the docker container (or some other more cleanable (or permanent) location).

@plocket plocket added the bug Something isn't working label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant