Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Jul 29, 2024
1 parent a94a25a commit b570a01
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions e2e_test/streaming/aggregate/approx_percentile.slt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ select * from m1;
----
-982.5779489474152 -804.4614206837127 0 804.4614206837127 982.5779489474152

# statement ok
# recover;
# Test state encode / decode
onlyif can-use-recover
statement ok
recover;

# wait recovery
# sleep 10s
onlyif can-use-recover
sleep 10s

query I
select * from m1;
Expand Down

0 comments on commit b570a01

Please sign in to comment.