-
Notifications
You must be signed in to change notification settings - Fork 1
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
Test suite #8
base: master
Are you sure you want to change the base?
Test suite #8
Conversation
…or base deploy mission.
…nfig, include src and test directories. Added some start tests
…ock fixes to satisfy new tests.
|
||
// this.timeout() doesn't work for arrow functions. | ||
describe("Base deploy mission", function () { | ||
this.timeout(5000); |
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.
why is this here?
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.
From time to time, flow falls by timeout of 2000ms. When I increased this, it helps. I know, its not for our soft, It's only for my machine. But I just wanted to keep it while the PR has WIP status. Or should I remove it before each push?
test/cases/DBVersioner.test.ts
Outdated
await mongoAdapter.initialize(dbVersion); | ||
}); | ||
|
||
it("Should return existing temp version when calls configureVersioning()", async () => { |
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.
not sure what this is testing
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.
It shows that DB Versioner can find correct final version if it exists
Tell me if I'm wrong
…st helper to check the contracts.
No description provided.