-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ASI-756] PR #4 - primary sync from secondary #2303
Conversation
creator-node/scripts/run-tests.sh
Outdated
@@ -53,7 +53,7 @@ run_unit_tests () { | |||
|
|||
run_integration_tests () { | |||
echo Running integration tests... | |||
./node_modules/mocha/bin/mocha test/*.test.js --timeout "${INTEGRATION_TIMEOUT}" --exit | |||
./node_modules/mocha/bin/mocha test/nodesync.test.js --timeout "${INTEGRATION_TIMEOUT}" --exit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO revert full file changes
@@ -106,6 +106,7 @@ async function processSync( | |||
timeout: 300000 /* 5m = 300000ms */ | |||
}) | |||
|
|||
// SIDNOTE - zero instances of this log on prod 14 days |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO remove underlying code
@@ -0,0 +1,47 @@ | |||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copied from processSync.js
with very slight modifications:
- rename
redisKey
tologPrefix
- wrpa in try-catch
9490bd2
to
f69e157
Compare
c6924b1
to
6b68a46
Compare
closing in favor of #3399 |
Description
Tests
How will this change be monitored?