-
Notifications
You must be signed in to change notification settings - Fork 63
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
chore(weave): Tests for Threading Support #1733
Conversation
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=5b66812d276d9f26f02fce50e9c075fd848a284f |
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=d077da521a8d1312313d3377ab97df3c215295ea |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is sort of independent enough + confusing + has considerable helper apparatus to consider another test file. just a thought.
totally agreed. I have been shoving everything in this test file so it is easier to keep track of what is "new weave" vs "old weave"... sigh... |
We are going to be modifying how our context state / stack is managed across threads in the near-term. I wanted to make sure the desired behavior is properly tested. This new test has 3 flavors (1 of which is commented out because it current fails!).
When we fix threading support, we should be able to uncomment out and enable this test.