-
Notifications
You must be signed in to change notification settings - Fork 83
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
feat(mongodb): add extended config options for MongoDB #831
base: main
Are you sure you want to change the base?
Conversation
@@ -85,7 +85,7 @@ | |||
"@hapi/inert": "6.0.3", | |||
"@hapi/joi": "17.1.1", | |||
"@hapi/vision": "6.0.1", | |||
"@mojaloop/central-object-store": "11.0.0-snapshot", | |||
"@mojaloop/central-object-store": "git://github.com/vessels-tech/central-object-store.git#feat/2100-add-tls-config", |
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.
Blocked by mojaloop/object-store-lib#21
@@ -314,6 +314,7 @@ Test('Participant service', async (participantTest) => { | |||
} | |||
}) | |||
|
|||
// TODO: these integration tests are failing... |
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: fix me!
@@ -401,6 +408,7 @@ Test('Handlers test', async handlersTest => { | |||
test.end() | |||
}) | |||
|
|||
// TODO: fix this test! |
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: fix me!
// Act | ||
await sleepPromise(15) // give the timeout handler some time to expire the request | ||
const payerCurrentPosition = await ParticipantService.getPositionByParticipantCurrencyId(td.payer.participantCurrencyId) || {} | ||
// TODO: fix me! |
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: fix me!
@@ -151,6 +145,8 @@ Test('setup', setupTest => { | |||
test.end() | |||
}) | |||
|
|||
// TODO: this testis invalid - the error is `TypeError: server.ext is not a function` |
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: fix me!
@lewisdaly , this for the PR :-) Would it be possible to bring this up to date, so that we can review & merge it? If not its getting stale and we may have to close it |
part of mojaloop/project#2100