From 6be3b0611061edb04c4ab3cc30792124f654c8cd Mon Sep 17 00:00:00 2001 From: Xudong Sun Date: Sun, 15 Oct 2023 12:38:14 -0500 Subject: [PATCH] Minor Signed-off-by: Xudong Sun --- .../rabbitmq_controller/proof/helper_invariants/proof.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/controller_examples/rabbitmq_controller/proof/helper_invariants/proof.rs b/src/controller_examples/rabbitmq_controller/proof/helper_invariants/proof.rs index d09263fdc..893332d07 100644 --- a/src/controller_examples/rabbitmq_controller/proof/helper_invariants/proof.rs +++ b/src/controller_examples/rabbitmq_controller/proof/helper_invariants/proof.rs @@ -101,7 +101,6 @@ pub proof fn lemma_always_the_object_in_reconcile_satisfies_state_validation(spe pub proof fn lemma_eventually_always_cm_rv_is_the_same_as_etcd_server_cm_if_cm_updated_forall(spec: TempPred, rabbitmq: RabbitmqClusterView) requires - spec.entails(always(lift_action(RMQCluster::next()))), spec.entails(always(lift_state(RMQCluster::each_object_in_reconcile_has_consistent_key_and_valid_metadata()))), spec.entails(always(lift_state(RMQCluster::every_in_flight_msg_has_unique_id()))), @@ -331,7 +330,6 @@ pub proof fn lemma_eventually_always_object_in_response_at_after_update_resource spec: TempPred, rabbitmq: RabbitmqClusterView ) requires - spec.entails(always(lift_action(RMQCluster::next()))), spec.entails(always(lift_state(RMQCluster::each_object_in_reconcile_has_consistent_key_and_valid_metadata()))), spec.entails(always(lift_state(RMQCluster::every_in_flight_msg_has_unique_id()))),