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

Examples: Use refresh_table to synchronize CrateDB write operations #71

Merged
merged 3 commits into from
Nov 24, 2023

Conversation

amotl
Copy link
Member

@amotl amotl commented Nov 24, 2023

About

Within the example programs, use REFRESH TABLE ... to synchronize CrateDB write operations before advancing to subsequent operations. Fixes GH-49.

Misc

Two more maintenance commits, nothing special.

@amotl amotl requested review from ckurze and andnig November 24, 2023 22:11
@amotl amotl marked this pull request as ready for review November 24, 2023 22:13
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (78c81d3) 93.39% compared to head (b0754ee) 93.39%.
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   93.39%   93.39%           
=======================================
  Files          14       14           
  Lines         227      227           
=======================================
  Hits          212      212           
  Misses         15       15           
Flag Coverage Δ
unittests 93.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amotl amotl merged commit e7c24b4 into main Nov 24, 2023
6 checks passed
@amotl amotl deleted the amo/improve-examples branch November 24, 2023 22:22
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.

Use REFRESH TABLE ... in examples/tracking_merlion.py
1 participant