Page MenuHomePhabricator

[SQLite] implement tests for messages search
ClosedPublic

Authored by kamil on Jul 23 2024, 2:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 14 2025, 4:57 AM
Unknown Object (File)
Mar 14 2025, 4:42 AM
Unknown Object (File)
Mar 13 2025, 2:48 AM
Unknown Object (File)
Mar 3 2025, 9:09 AM
Unknown Object (File)
Mar 2 2025, 9:09 PM
Unknown Object (File)
Feb 21 2025, 3:33 AM
Unknown Object (File)
Feb 21 2025, 3:32 AM
Unknown Object (File)
Feb 21 2025, 3:32 AM
Subscribers

Details

Summary

Testing searching logic - tests implemented by @inka.

Depends on D12850

Test Plan

Run tests

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Jul 23 2024, 5:03 AM

We can consider one more thing: sorting the returned messages.

web/shared-worker/queries/message-search.test.js
139–146 ↗(On Diff #42670)

Shouldn't this contain targetMessageID?

143 ↗(On Diff #42670)

Can we use constants from messageTypes?

152 ↗(On Diff #42670)

Can we validate more than just the ID? Like we do in other tests.

210 ↗(On Diff #42670)
232 ↗(On Diff #42670)
inka added inline comments.
web/shared-worker/queries/message-search.test.js
155 ↗(On Diff #42670)

Can we change the text to reflect that the timestamp can be equal?
For example "should return only messages with time equal or smaller than timestampCursor"

168 ↗(On Diff #42670)

Why is this a leave thread message?

277 ↗(On Diff #42670)

This is the same test as should prioritizes timestampCursor over messageIDCursor, we can remove one of them

This revision is now accepted and ready to land.Jul 23 2024, 6:44 AM