Skip to content

Commit

Permalink
Fix matches in the e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed May 6, 2024
1 parent 01dabfa commit 77c5cd3
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@
[invoke node_await_get_from_table "other_items" "seventh"]

[shell electric]
??Restored 1 cached client_checkpoints
??Restored 1 cached client_shape_subscriptions
??Restored 2 cached client_checkpoints
??Restored 2 cached client_shape_subscriptions
??Restored 0 cached client_additional_data records
??Restored 0 cached client_actions
?client_id=$client_1_id .+ Successfully loaded client reconnection info
Expand All @@ -175,10 +175,6 @@
[invoke node_await_get_from_table "other_items" "third"]

[shell electric]
??Restored 1 cached client_checkpoints
??Restored 1 cached client_shape_subscriptions
??Restored 0 cached client_additional_data records
??Restored 0 cached client_actions
?client_id=$client_2_id .+ Successfully loaded client reconnection info

# Stop the server and verify that it persists client_actions and client_additional_data.
Expand All @@ -200,6 +196,8 @@

[invoke start_electric 1]

??Restored 2 cached client_checkpoints
??Restored 2 cached client_shape_subscriptions
?+Restored 1 cached client_additional_data records
?+Restored 1 cached client_actions
?+client_id=$client_1_id .+ Successfully loaded client reconnection info
Expand Down

0 comments on commit 77c5cd3

Please sign in to comment.