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

A few cleanups and bug fixes #4636

Merged
merged 7 commits into from
Oct 16, 2023
Merged

A few cleanups and bug fixes #4636

merged 7 commits into from
Oct 16, 2023

Conversation

rcaudy
Copy link
Member

@rcaudy rcaudy commented Oct 13, 2023

  • Add more details to the failure message seen in TestFormulaArrayEvaluation.testViewIncrementalRandomizedPerformanceTest
  • Some simplification and cleanups for SelectColumn implementations
  • Install the correct (default) UpdateGraph in the ExecutionContext when initializing UpdatePerformanceTracker.InternalState. Don't install an unnecessary one during flush.
  • Re-address RefCountedCow/RspArray static initialization deadlock due to debug flag, by making RefCountedCow's debug flag independent. Introduce private debug flag for SingleRange, rather than sharing RspArray's.

Fixes #4383

…ation.testViewIncrementalRandomizedPerformanceTest
…n initializing UpdatePerformanceTracker.InternalState. Don't install an unncessary one during flush.
…to debug flag, by making RefCountedCow's debug flag independent. Introduce private debug flag for SingleRange, rather than sharing RspArray's.
@rcaudy rcaudy added bug Something isn't working query engine core Core development tasks labels Oct 13, 2023
@rcaudy rcaudy self-assigned this Oct 13, 2023
@rcaudy rcaudy added this to the September 2023 milestone Oct 13, 2023
@rcaudy rcaudy dismissed stale reviews from cpwright and nbauernfeind via 09ada0d October 16, 2023 19:40
@rcaudy rcaudy enabled auto-merge (squash) October 16, 2023 20:28
@rcaudy rcaudy merged commit 044220c into deephaven:main Oct 16, 2023
9 checks passed
@rcaudy rcaudy deleted the rwc-cleanups branch October 16, 2023 20:32
@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working core Core development tasks NoDocumentationNeeded query engine ReleaseNotesNeeded Release notes are needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Class Initialization Monitor Deadlock
3 participants