emqx/apps/emqx_connector/test
Zaiming (Stone) Shi 2065be569e fix(emqx_cluster_rpc): fail fast on stale state
Due to:

* Cluster RPC MFA is not idempotent!
* There is a lack of rollback for callback's side-effects

For instance, when two nodes try to add a cluster-singleton
concurrently, one of them will have to wait for the table lock
then try to catch-up, then try to apply MFA.
The catch-up will have the singleton created, but the initiated
initiated multicall apply will fail causing the commit to rollback,
but not to 'undo' the singleton creation.
Later, the retries will fail indefinitely.
2022-06-12 20:18:48 +02:00
..
emqx_connector_SUITE.erl fix(emqx_cluster_rpc): fail fast on stale state 2022-06-12 20:18:48 +02:00
emqx_connector_api_SUITE.erl refactor(rule): rename outputs -> actions 2022-05-25 17:02:37 +08:00
emqx_connector_mongo_SUITE.erl fix(test): update test cases for emqx_resource:health_check/1 2022-05-31 10:14:37 +08:00
emqx_connector_mqtt_tests.erl style: reformat all remaining apps 2022-04-27 15:51:18 +02:00
emqx_connector_mqtt_worker_tests.erl style: reformat all remaining apps 2022-04-27 15:51:18 +02:00
emqx_connector_mysql_SUITE.erl fix(test): update test cases for emqx_resource:health_check/1 2022-05-31 10:14:37 +08:00
emqx_connector_pgsql_SUITE.erl fix(test): update test cases for emqx_resource:health_check/1 2022-05-31 10:14:37 +08:00
emqx_connector_redis_SUITE.erl fix(test): update test cases for emqx_resource:health_check/1 2022-05-31 10:14:37 +08:00
emqx_connector_test_helpers.erl style: reformat all remaining apps 2022-04-27 15:51:18 +02:00