Skip to content
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

Run dbaas_core tests with limited concurrency #476

Merged
merged 116 commits into from
Aug 17, 2023
Merged

Run dbaas_core tests with limited concurrency #476

merged 116 commits into from
Aug 17, 2023

Conversation

b1ron
Copy link
Contributor

@b1ron b1ron commented Jun 7, 2023

Closes #424.

I did not investigate all failures as it was taking too much time. I will create new issues as I go, e.g. "investigate X failures".

@b1ron b1ron self-assigned this Jun 7, 2023
@b1ron b1ron changed the title Add and investigate all failures Add and investigate all dbaas_core failures Jun 7, 2023
@b1ron b1ron added the code/chore Dance tool code maintenance improvements label Jun 7, 2023
@b1ron b1ron closed this Jun 7, 2023
@b1ron b1ron reopened this Jun 7, 2023
@b1ron
Copy link
Contributor Author

b1ron commented Jun 8, 2023

@AlekSi just FYI there's around 100 core tests that rely on feature flag server parameters.

> const params = db.adminCommand( { getParameter: "*" } );
> params.featureFlagCollModIndexUnique
{ "value" : true, "version" : "6.0" }

An example of it is here and here.

@AlekSi
Copy link
Member

AlekSi commented Jun 8, 2023

Created FerretDB/FerretDB#2822 to track that

@b1ron b1ron requested a review from AlekSi August 15, 2023 13:16
internal/jstest/jstest.go Outdated Show resolved Hide resolved
@b1ron b1ron requested a review from AlekSi August 15, 2023 17:37
@b1ron b1ron changed the title Investigate all dbaas_core failures Run dbaas_core on CI Aug 16, 2023
@b1ron b1ron changed the title Run dbaas_core on CI Run dbaas_core on CI and set resource limits Aug 16, 2023
@AlekSi AlekSi added the trust PRs that can access Actions secrets label Aug 17, 2023
@AlekSi AlekSi disabled auto-merge August 17, 2023 04:46
@AlekSi AlekSi changed the title Run dbaas_core on CI and set resource limits Run dbaas_core tests with limited concurrency Aug 17, 2023
@AlekSi AlekSi added the not ready Issues that are not ready to be worked on; PRs that should skip CI label Aug 17, 2023
@AlekSi AlekSi enabled auto-merge (squash) August 17, 2023 04:47
@AlekSi AlekSi disabled auto-merge August 17, 2023 04:47
@AlekSi AlekSi enabled auto-merge (squash) August 17, 2023 04:47
@AlekSi AlekSi removed the not ready Issues that are not ready to be worked on; PRs that should skip CI label Aug 17, 2023
@AlekSi AlekSi disabled auto-merge August 17, 2023 10:26
@AlekSi AlekSi merged commit 452bf93 into FerretDB:main Aug 17, 2023
31 of 32 checks passed
@b1ron b1ron deleted the dbaas_core-failures branch December 5, 2023 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/chore Dance tool code maintenance improvements trust PRs that can access Actions secrets
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Investigate all dbaas_core failures
4 participants