Lines Matching defs:Store

22 func TestPostStore(t *testing.T, ss store.Store, s SqlStore) {
63 func testPostStoreSave(t *testing.T, ss store.Store) {
204 func testPostStoreSaveMultiple(t *testing.T, ss store.Store) {
432 func testPostStoreSaveChannelMsgCounts(t *testing.T, ss store.Store) {
478 func testPostStoreGet(t *testing.T, ss store.Store) {
504 func testPostStoreGetForThread(t *testing.T, ss store.Store) {
527 func testPostStoreGetSingle(t *testing.T, ss store.Store) {
586 func testPostStoreUpdate(t *testing.T, ss store.Store) {
684 func testPostStoreDelete(t *testing.T, ss store.Store) {
717 func testPostStoreDelete1Level(t *testing.T, ss store.Store) {
743 func testPostStoreDelete2Level(t *testing.T, ss store.Store) {
790 func testPostStorePermDelete1Level(t *testing.T, ss store.Store) {
829 func testPostStorePermDelete1Level2(t *testing.T, ss store.Store) {
865 func testPostStoreGetWithChildren(t *testing.T, ss store.Store) {
911 func testPostStoreGetPostsWithDetails(t *testing.T, ss store.Store) {
1005 func testPostStoreGetPostsBeforeAfter(t *testing.T, ss store.Store) {
1399 func testPostStoreGetPostsSince(t *testing.T, ss store.Store) {
1522 func testPostStoreGetPosts(t *testing.T, ss store.Store) {
1634 func testPostStoreGetPostBeforeAfter(t *testing.T, ss store.Store) {
1734 func testUserCountsWithPostsByDay(t *testing.T, ss store.Store) {
1793 func testPostCountsByDay(t *testing.T, ss store.Store) {
1930 func testPostStoreGetFlaggedPostsForTeam(t *testing.T, ss store.Store, s SqlStore) {
2101 func testPostStoreGetFlaggedPosts(t *testing.T, ss store.Store) {
2192 func testPostStoreGetFlaggedPostsForChannel(t *testing.T, ss store.Store) {
2278 func testPostStoreGetPostsCreatedAt(t *testing.T, ss store.Store) {
2318 func testPostStoreOverwriteMultiple(t *testing.T, ss store.Store) {
2444 func testPostStoreOverwrite(t *testing.T, ss store.Store) {
2545 func testPostStoreGetPostsByIds(t *testing.T, ss store.Store) {
2597 func testPostStoreGetPostsBatchForIndexing(t *testing.T, ss store.Store) {
2653 func testPostStorePermanentDeleteBatch(t *testing.T, ss store.Store) {
2859 func testPostStoreGetOldest(t *testing.T, ss store.Store) {
2890 func testGetMaxPostSize(t *testing.T, ss store.Store) {
2895 func testPostStoreGetParentsForExportAfter(t *testing.T, ss store.Store) {
2944 func testPostStoreGetRepliesForExport(t *testing.T, ss store.Store) {
3011 func testPostStoreGetDirectPostParentsForExportAfter(t *testing.T, ss store.Store, s SqlStore) {
3065 func testPostStoreGetDirectPostParentsForExportAfterDeleted(t *testing.T, ss store.Store, s SqlStor…
3131 func testPostStoreGetDirectPostParentsForExportAfterBatched(t *testing.T, ss store.Store, s SqlStor…
3207 func testHasAutoResponsePostByUserSince(t *testing.T, ss store.Store) {
3252 func testGetPostsSinceForSync(t *testing.T, ss store.Store, s SqlStore) {