change module name 2

This commit is contained in:
2026-04-07 15:04:38 +06:00
parent 17d1a538ca
commit 7894474f2d
20 changed files with 21 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ import (
"testing"
"time"
"linedb/pkg/linedb"
"direct-dev.ru/gitea/GiteaAdmin/elowdb-go/pkg/linedb"
)
// mockMemcached — in-memory реализация MemcachedClient для тестов.
@@ -111,7 +111,7 @@ func TestIndexEncodedCollectionCache(t *testing.T) {
}
initOptions := &linedb.LineDbInitOptions{
CacheSize: 100,
CacheTTL: time.Minute*10,
CacheTTL: time.Minute * 10,
DBFolder: "./data/test-linedb-index-enc",
Collections: []linedb.JSONLFileOptions{
{

View File

@@ -4,11 +4,10 @@
package tests
import (
"linedb/pkg/linedb"
"os"
"testing"
"time"
"linedb/pkg/linedb"
)
func setupPointUpdateDB(t *testing.T) (*linedb.LineDb, func()) {

View File

@@ -7,7 +7,7 @@ import (
"testing"
"time"
"linedb/pkg/linedb"
"direct-dev.ru/gitea/GiteaAdmin/elowdb-go/pkg/linedb"
)
func TestLineDbBasic(t *testing.T) {

View File

@@ -5,7 +5,7 @@ import (
"path/filepath"
"testing"
"linedb/pkg/linedb"
"direct-dev.ru/gitea/GiteaAdmin/elowdb-go/pkg/linedb"
)
const dbDir = "./data/nonpartitioned"

View File

@@ -7,7 +7,7 @@ import (
"strings"
"testing"
"linedb/pkg/linedb"
"direct-dev.ru/gitea/GiteaAdmin/elowdb-go/pkg/linedb"
)
// failingLookupStore — IndexStore, у которого Lookup всегда возвращает ошибку (для проверки FailOnFailureIndexRead).

View File

@@ -6,7 +6,7 @@ import (
"testing"
"time"
"linedb/pkg/linedb"
"direct-dev.ru/gitea/GiteaAdmin/elowdb-go/pkg/linedb"
)
const dbDir = "./data/partitioned"