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: Fixed bug with new panels not always showing initial content #200

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bmingles
Copy link
Collaborator

@bmingles bmingles commented Jan 7, 2025

DH-18347: Fixed bug with new panels not always showing initial content

Testing

from deephaven import time_table

t1 = time_table("PT2S")

t2 = time_table("PT2S")
  1. Run the script 1x
  2. Close panel for t1
  3. Re-run the script
  4. Select t2 tab
  5. Should see ticking table in t2. Before bug fix, this panel was empty

Regression tests

  1. Close all panels
  2. Open t1 then t2 from "PANELS" tree view. Both should have ticking tables

Copy link

github-actions bot commented Jan 7, 2025

End-to-end Test Summary

Tests 📝Passed ✅Failed ❌Skipped ⏭️Pending ⏳Other ❓Flaky 🍂Duration ⏱️
660000005:27:02
A ctrf plugin

Detailed Test Results

NameStatusmsFlaky 🍂
should default to the correct settingspassed ✅2127
should return custom settings: Empty configspassed ✅213
should return custom settings: Populated configspassed ✅148
should be able to load VSCodepassed ✅1232
should only be visible when a supported file type is active: test.groovypassed ✅2941
should only be visible when a supported file type is active: test.pypassed ✅1309
A ctrf plugin

Failed Test Summary

No failed tests ✨

Flaky Test Summary

No flaky tests detected. ✨

@bmingles bmingles requested a review from mofojed January 7, 2025 19:51
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.

1 participant