emqx/apps
Andrew Mayorov 552968e5fe
test(conf): fix flaky config sync testcases
Before the recent changes these testcases relied on the fact that
peer nodes that are part of the test cluster are started one after
the other. This is now not the case in general with `emqx_cth_cluster`,
so now we need to additionally find the "longest running node" in the
cluster before running test logic.
2024-03-11 13:03:13 +01:00
..
emqx chore: bump app version numbers 2024-03-06 19:37:06 +01:00
emqx_audit fix: Revert "fix: redact all headers from logs" 2024-03-01 10:32:57 +08:00
emqx_auth Merge pull request #12559 from zmstone/0221-refactor-use-atom-fileds 2024-02-23 14:38:19 +01:00
emqx_auth_http chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_auth_jwt chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_auth_ldap chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_auth_mnesia chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_auth_mongodb chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_auth_mysql chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_auth_postgresql chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_auth_redis chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_auto_subscribe chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge Merge pull request #12604 from thalesmg/test-gcp-consu-tm-m-20240227 2024-03-06 09:13:41 +08:00
emqx_bridge_azure_event_hub chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_cassandra chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_clickhouse fix: compatible with bridge v1 2024-03-04 17:13:22 +08:00
emqx_bridge_confluent chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_dynamo chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_es test(elastic_search): fix flaky test 2024-03-05 11:29:49 -03:00
emqx_bridge_gcp_pubsub test(gcp_pubsub_consumer): add test case for updating topic when there is a topic mapping 2024-03-05 09:12:24 -03:00
emqx_bridge_greptimedb chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_hstreamdb fix: get grpc_timeout from hstreamdb connector config failed 2024-02-28 08:45:06 +08:00
emqx_bridge_http chore: bump app version numbers 2024-03-06 19:37:06 +01:00
emqx_bridge_influxdb chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_iotdb chore: bump app version numbers 2024-03-06 19:37:06 +01:00
emqx_bridge_kafka test: reduce flakiness 2024-02-29 13:59:43 -03:00
emqx_bridge_kinesis chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_matrix chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_mongodb Merge pull request #12571 from zhongwencool/delete-repeat-ci-test 2024-02-23 17:17:39 +08:00
emqx_bridge_mqtt feat: pulsar bridge v2 2024-02-29 16:23:37 +08:00
emqx_bridge_mysql chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_opents Merge pull request #12449 from lafirest/feat/td 2024-02-02 16:17:01 +08:00
emqx_bridge_oracle Merge pull request #12571 from zhongwencool/delete-repeat-ci-test 2024-02-23 17:17:39 +08:00
emqx_bridge_pgsql chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_pulsar test(pulsar): add pulsar action v2 testcase 2024-02-29 16:23:37 +08:00
emqx_bridge_rabbitmq feat: pulsar bridge v2 2024-02-29 16:23:37 +08:00
emqx_bridge_redis chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_rocketmq chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_s3 fix(s3-bridge): check for unobtainable credentials in healthcheck 2024-02-22 16:56:14 +01:00
emqx_bridge_sqlserver fix: sqlserver connector auto reconnect 2024-03-04 17:13:25 +08:00
emqx_bridge_syskeeper chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_tdengine chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_bridge_timescale chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_conf test(conf): fix flaky config sync testcases 2024-03-11 13:03:13 +01:00
emqx_connector chore: bump app version numbers 2024-03-06 19:37:06 +01:00
emqx_ctl chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_dashboard Merge pull request #12576 from zmstone/0223-hide-bridges-root-from-docs 2024-02-24 09:08:05 +01:00
emqx_dashboard_rbac chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_dashboard_sso chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_durable_storage feat(ds): implement `get_delete_streams`, `make_delete_iterator` and `delete_next` callbacks for builtin storage 2024-03-08 09:56:46 -03:00
emqx_enterprise feat(gcp_pubsub_bridges): make service account json a binary 2024-02-26 09:21:07 -03:00
emqx_eviction_agent chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_exhook chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_ft chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_gateway chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_gateway_coap chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_gateway_exproto chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_gateway_gbt32960 chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_gateway_jt808 chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_gateway_lwm2m chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_gateway_mqttsn chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_gateway_ocpp feat(schema_registry): add JSON schema 2024-02-29 21:03:52 +01:00
emqx_gateway_stomp chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_gcp_device chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_ldap Merge remote-tracking branch 'origin/release-55' 2024-03-04 20:47:20 +08:00
emqx_license chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_machine test(machine): attempt to stabilize flaky test 2024-03-07 10:23:02 -03:00
emqx_management chore: bump app version numbers 2024-03-06 19:37:06 +01:00
emqx_modules chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_mongodb chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_mysql chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_node_rebalance chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_opentelemetry chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_oracle chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_plugins test(plugins): avoid using same workdir for different nodes 2024-02-27 16:41:53 +01:00
emqx_postgresql chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_prometheus chore: bump app version numbers 2024-03-06 19:37:06 +01:00
emqx_psk chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_redis chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_resource feat: refactor MS SQL Server bridge to connector and action 2024-03-04 17:13:21 +08:00
emqx_retainer chore(retainer): actualize README 2024-03-05 13:08:36 +03:00
emqx_rule_engine feat(rule engine SQL): add an `unescape` function 2024-03-08 12:05:06 +01:00
emqx_s3 chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_schema_registry refactor(schema_registry): use one func for both encode and decode check 2024-03-01 07:20:59 +01:00
emqx_slow_subs chore: update copyright-year 2024-02-23 08:21:06 +01:00
emqx_telemetry chore(retainer): refactor types; remove hotwiring to builtin config 2024-02-28 18:43:16 +03:00
emqx_utils chore: bump app version numbers 2024-03-06 19:37:06 +01:00