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

Investigate Meteor oplog test failures #728

Open
1 of 3 tasks
b1ron opened this issue Jan 4, 2024 · 2 comments
Open
1 of 3 tasks

Investigate Meteor oplog test failures #728

b1ron opened this issue Jan 4, 2024 · 2 comments
Labels
code/chore Dance tool code or tests configuration maintenance improvements

Comments

@b1ron
Copy link
Contributor

b1ron commented Jan 4, 2024

Refs FerretDB/FerretDB/pull/3925

One just times out and one returns $natural sort for non-capped collection is not supported.

Needs more investigation.

Tasks

@b1ron b1ron added the code/chore Dance tool code or tests configuration maintenance improvements label Jan 4, 2024
@b1ron b1ron self-assigned this Jan 4, 2024
@rumyantseva
Copy link
Member

@b1ron did you create oplog collection manually? Something like db.createCollection("oplog.rs", {capped: true, size: 1024000}). FerretDB doesn't create oplog collection automatically, so you can see this error in case oplog was created as a regular collection, not a capped collection.

@b1ron
Copy link
Contributor Author

b1ron commented Jan 5, 2024

@rumyantseva yes I did create the oplog before running the tests, still seeing failures. I will do some more investigation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/chore Dance tool code or tests configuration maintenance improvements
Projects
None yet
Development

No branches or pull requests

2 participants