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
Clone the TestCafe Dashboard from master
Execute
npm install
npm ci
set SCRIPT_BUNDLE_NAME=index.js
yarn resolve-cloud deploy -n saga-bug1 -c cloud-dev
yarn resolve-cloud environment set DEPLOY_ID1 JWT_SECRET=SOMESECRET
clone some big event store (11kk events) and link it to DEPLOY_ID1
add task-termination saga in cloud.app.ts file
yarn resolve-cloud deploy -n saga-bug2 -c cloud-dev
yarn resolve-cloud environment set DEPLOY_ID2 JWT_SECRET=SOMESECRET
link event-store to DEPLOY_ID2
reset sagas and read-models for both deploys
open DEPLOY_ID1.resolve.sh, login, create project, run some tests with testcafe dashboard
Expected behavior
Cloud is working.
Desktop (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Clone the TestCafe Dashboard from master
Execute
npm install
npm ci
set SCRIPT_BUNDLE_NAME=index.js
yarn resolve-cloud deploy -n saga-bug1 -c cloud-dev
yarn resolve-cloud environment set DEPLOY_ID1 JWT_SECRET=SOMESECRET
clone some big event store (11kk events) and link it to DEPLOY_ID1
add task-termination saga in cloud.app.ts file
yarn resolve-cloud deploy -n saga-bug2 -c cloud-dev
yarn resolve-cloud environment set DEPLOY_ID2 JWT_SECRET=SOMESECRET
link event-store to DEPLOY_ID2
reset sagas and read-models for both deploys
open DEPLOY_ID1.resolve.sh, login, create project, run some tests with testcafe dashboard
Expected behavior
Cloud is working.
Desktop (please complete the following information):
ReSolve Version 0.33.4
Please ask @pavsenin or @aleks-pro if you need any additional details.
The text was updated successfully, but these errors were encountered: