You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a proposal to reduce the scope when performing e2e tests in both Desktop and Mobile.
The idea is to allow running the e2e tests against one single datacenter, f.e, status.staging-AMS (1 boot, 2 store, 1 db.)
With that, we will have two benefits:
It is easier to debug issues as we will know which are the impacted nodes
Minimize the impact on e2e tests while the Waku team is debugging a particular issue in a different datacenter, f.e., status.staging-HK.
build with staging fleet already selected (could be treated as "special build for autotests")
teach the app how to select a certain datacenter on the fleet so i can replicate it in tests
ideally, use linux nix build for that (but thats not mandatory, i just want newer qt )
right now changing fleet is pain for tests becuause i first need to start the app with a special flag and then change fleet and then restart. would be much easier to have it already predefined so i dont need to hack tests doing it
This is a proposal to reduce the scope when performing e2e tests in both Desktop and Mobile.
The idea is to allow running the e2e tests against one single datacenter, f.e,
status.staging
-AMS (1 boot, 2 store, 1 db.)With that, we will have two benefits:
status.staging
-HK.( cc @anastasiyaig )
The text was updated successfully, but these errors were encountered: