Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed Aug 16, 2024
1 parent 3cbf769 commit 225b53b
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions tests/emqx5-ds-from-git.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
id: ds-pers-ses-from-git
region: sa-east-1
use_spot_instances: true
emqx:
instance_type: m7i.large
edition: emqx
dashboard_default_password: admin
data_dir: /data/emqx
durable_sessions_enabled: true
extra_volumes:
- mount_point: /data
volume_size: 30
volume_type: gp3
mount_options: defaults,noatime,discard
scripts:
- scripts/create-mqtt-user.sh
install_source: git
# git_repo: git@github.com:thalesmg/emqx.git
git_repo: https://github.com/thalesmg/emqx.git
git_ref: 20240815-r58-session-ds-data-mnesia
cluster_discovery_strategy: singleton
durable_storage_backend: builtin_local
nodes:
- role: core
instance_count: 1

loadgens:
instance_type: m7i.large
nodes:
- type: emqttb
scenario: '--motto "persistent_session" --log-level info @persistent_session --max-stuck-time 20s --pubtime 5s --pubinterval 19us -P 10 -S 10 --cycles 5 @g --inflight 1000 --username perftest --password perftest'
31 changes: 31 additions & 0 deletions tests/emqx5-ds-from-git2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
id: ds-pers-ses-from-git2
region: sa-east-1
use_spot_instances: true
emqx:
instance_type: m7i.large
edition: emqx
dashboard_default_password: admin
data_dir: /data/emqx
durable_sessions_enabled: true
extra_volumes:
- mount_point: /data
volume_size: 30
volume_type: gp3
mount_options: defaults,noatime,discard
scripts:
- scripts/create-mqtt-user.sh
install_source: git
# git_repo: git@github.com:thalesmg/emqx.git
git_repo: https://github.com/thalesmg/emqx.git
git_ref: 20240815-r58-session-ds-data-mnesia
cluster_discovery_strategy: singleton
durable_storage_backend: builtin_local
nodes:
- role: core
instance_count: 1

loadgens:
instance_type: m7i.large
nodes:
- type: emqttb
scenario: '--motto "persistent_session" --log-level info @persistent_session --max-stuck-time 20s --pubtime 5s --pubinterval 19us -P 10 -S 10 --cycles 5 @g --inflight 1000 --username perftest --password perftest'

0 comments on commit 225b53b

Please sign in to comment.