Browse Source

Merge pull request #7477 from xiangfangyang-tech/add_new_auto_scripts

chore(autotest): turn on mysql&pgsql authz scripts test and mqtt topic rewrite&delayed publish
JianBo He 3 years ago
parent
commit
8f202b6fed
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .github/workflows/run_broker_tests.yaml

+ 4 - 4
.github/workflows/run_broker_tests.yaml

@@ -48,8 +48,8 @@ jobs:
       matrix:
         scripts_type:
         - mqtt_subscription_topic_metrics
-#        - mqtt_delayed_publish
-#        - mqtt_topic_rewrite
+        - mqtt_delayed_publish
+        - mqtt_topic_rewrite
 #        - mqtt_retainer
 
     needs: build
@@ -141,7 +141,7 @@ jobs:
         - 13
         scripts_type:
         - pgsql_authn
- #       - pgsql_authz
+        - pgsql_authz
 
     needs: build
     steps:
@@ -242,7 +242,7 @@ jobs:
         - 8
         scripts_type:
         - mysql_authn
-#        - mysql_authz
+        - mysql_authz
 
     needs: build
     steps: