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

fix: Remove replay_lock in use_table_listener #749

Merged
merged 3 commits into from
Aug 16, 2024

Conversation

jnumainville
Copy link
Collaborator

Removes replay_lock due to deephaven/deephaven-core#5672

@jnumainville jnumainville requested a review from mofojed August 16, 2024 22:07
@jnumainville
Copy link
Collaborator Author

That failed test was working locally for me. Not sure why it wasn't here

@@ -248,8 +248,6 @@ def test_table_listener(self):
]
)

self.verify_table_replayed(static_table)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is also related to the change? I think you mentioned you can't replay a static table now?

Copy link
Collaborator Author

@jnumainville jnumainville Aug 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was that failed test, yeah, it It looks like this was definitely intentional, that do_replay should not enough to allow a listen on a static table. https://github.com/deephaven/deephaven-core/pull/5672/files#r1678018572

@jnumainville jnumainville merged commit acf35ec into deephaven:main Aug 16, 2024
15 of 16 checks passed
@mattrunyon mattrunyon linked an issue Aug 27, 2024 that may be closed by this pull request
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.

Type Error: replay_lock argument
2 participants