Исправить тесты #6

Closed
opened 2024-12-27 17:59:00 +00:00 by Maks1mS · 0 comments
Contributor

Многие тесты сломаны

...
internal/db/db_test.go:105:15: undefined: db.Open
internal/db/db_test.go:116:25: not enough arguments in call to db.InsertPackage
        have (db.Package)
        want (context.Context, db.Package)
internal/db/db_test.go:121:25: not enough arguments in call to db.InsertPackage
        have (db.Package)
        want (context.Context, db.Package)
internal/db/db_test.go:126:28: not enough arguments in call to db.GetPkgs
        have (string)
        want (context.Context, string, ...any)
internal/db/db_test.go:126:28: too many errors
# plemya-x.ru/alr/internal/shutils/handlers_test [plemya-x.ru/alr/internal/shutils/handlers.test]
internal/shutils/handlers/exec_test.go:26:2: "plemya-x.ru/alr/internal/shutils/handlers" imported and not used
internal/shutils/handlers/exec_test.go:92:8: undefined: shutils
# plemya-x.ru/alr/pkg/repos_test [plemya-x.ru/alr/pkg/repos.test]
pkg/repos/find_test.go:33:15: undefined: db.Open
pkg/repos/find_test.go:54:41: not enough arguments in call to repos.FindPkgs
        have ([]string)
        want ("context".Context, []string)
pkg/repos/find_test.go:84:15: undefined: db.Open
pkg/repos/find_test.go:93:25: not enough arguments in call to db.InsertPackage
        have (db.Package)
        want ("context".Context, db.Package)
pkg/repos/find_test.go:108:25: not enough arguments in call to db.InsertPackage
        have (db.Package)
        want ("context".Context, db.Package)
pkg/repos/find_test.go:123:41: not enough arguments in call to repos.FindPkgs
...
Многие тесты сломаны ``` ... internal/db/db_test.go:105:15: undefined: db.Open internal/db/db_test.go:116:25: not enough arguments in call to db.InsertPackage have (db.Package) want (context.Context, db.Package) internal/db/db_test.go:121:25: not enough arguments in call to db.InsertPackage have (db.Package) want (context.Context, db.Package) internal/db/db_test.go:126:28: not enough arguments in call to db.GetPkgs have (string) want (context.Context, string, ...any) internal/db/db_test.go:126:28: too many errors # plemya-x.ru/alr/internal/shutils/handlers_test [plemya-x.ru/alr/internal/shutils/handlers.test] internal/shutils/handlers/exec_test.go:26:2: "plemya-x.ru/alr/internal/shutils/handlers" imported and not used internal/shutils/handlers/exec_test.go:92:8: undefined: shutils # plemya-x.ru/alr/pkg/repos_test [plemya-x.ru/alr/pkg/repos.test] pkg/repos/find_test.go:33:15: undefined: db.Open pkg/repos/find_test.go:54:41: not enough arguments in call to repos.FindPkgs have ([]string) want ("context".Context, []string) pkg/repos/find_test.go:84:15: undefined: db.Open pkg/repos/find_test.go:93:25: not enough arguments in call to db.InsertPackage have (db.Package) want ("context".Context, db.Package) pkg/repos/find_test.go:108:25: not enough arguments in call to db.InsertPackage have (db.Package) want ("context".Context, db.Package) pkg/repos/find_test.go:123:41: not enough arguments in call to repos.FindPkgs ... ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Plemya-x/ALR#6
No description provided.