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

Go Client: Rewrite the AsOfJoin test to use static tables #4971

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

kosak
Copy link
Contributor

@kosak kosak commented Dec 21, 2023

The former version of this test was inherently racy because it used TimeTables snapshotted at an arbitrary point.

It is simpler -- and likely more educational for the reader -- to use a couple of small static tables instead.

Also, the entry point under test is AsOfJoin which is deprecated. When we implement Aj and Raj, we will consider whether to delete this test or just leave it.

Fixes #4741

@kosak kosak self-assigned this Dec 21, 2023
@kosak kosak added NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. labels Dec 21, 2023
@kosak kosak merged commit 01b6cf4 into deephaven:main Dec 21, 2023
21 of 23 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 21, 2023
@kosak kosak deleted the kosak_fix-failing-asofjoin-test branch December 21, 2023 21:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tablehandle_test.TestAsOfJoin is a random failer due to racy assertions
2 participants