Skip to content

Test suite#8

Open
MichaelKorchagin wants to merge 11 commits intomasterfrom
test-suits
Open

Test suite#8
MichaelKorchagin wants to merge 11 commits intomasterfrom
test-suits

Conversation

@MichaelKorchagin
Copy link
Copy Markdown
Collaborator

@MichaelKorchagin MichaelKorchagin commented Sep 28, 2024

No description provided.

@Whytecrowe Whytecrowe changed the title Test suits Test suite Oct 9, 2024

// this.timeout() doesn't work for arrow functions.
describe("Base deploy mission", function () {
this.timeout(5000);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this here?

Copy link
Copy Markdown
Collaborator Author

@MichaelKorchagin MichaelKorchagin Oct 10, 2024

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?

await mongoAdapter.initialize(dbVersion);
});

it("Should return existing temp version when calls configureVersioning()", async () => {
Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants