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 for inconsistent tests #4483

Merged
merged 4 commits into from
Sep 15, 2023
Merged

Conversation

rbasralian
Copy link
Contributor

Improvements to the intermittently-failing tests in test_function_genreated_table.py (#4476)

(2/3 fixed — test_generated_table_1trigger still a mystery)

@rbasralian rbasralian marked this pull request as ready for review September 12, 2023 21:15
Comment on lines +52 to +56
print("Adding row at time: " + str(datetime.now()))
append_only_input_table.add(new_table([string_col(name='MyStr', data=['test string'])]))
print("add() returned at time: " + str(datetime.now()))
self.wait_ticking_table_update(result_table, row_count=1, timeout=30)
self.assertEqual(result_table.size, 1)
print("result_table has 1 row at time: " + str(datetime.now()))
Copy link
Contributor

Choose a reason for hiding this comment

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

So the row somehow vanished. Is the table a blink table?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nah — it's an input table, which is backed by an AppendOnlyArrayBackedMutableTable

…`. Include `function_generated_table` in `__all__`.
chipkent
chipkent previously approved these changes Sep 15, 2023
@rbasralian rbasralian merged commit 2bafd80 into deephaven:main Sep 15, 2023
10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 15, 2023
@rbasralian rbasralian deleted the raffi_fix_fgt_py_test branch September 15, 2023 23:44
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.

4 participants