Skip to content

Implement information_schema views and tables, add as schema #88

Implement information_schema views and tables, add as schema

Implement information_schema views and tables, add as schema #88

Triggered via pull request September 26, 2024 00:08
Status Failure
Total duration 8m 2s
Artifacts

test-enginetests.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

15 errors
test (macos-latest): server/tables/information_schema/init.go#L26
undefined: information_schema.NewTablesTable
test (macos-latest): server/tables/information_schema/init.go#L27
undefined: information_schema.NewViewsTable
test (macos-latest): server/tables/information_schema/views_table.go#L59
undefined: sql.ErrViewCreateStatementInvalid
test (macos-latest): server/tables/information_schema/views_table.go#L63
undefined: sql.ErrViewCreateStatementInvalid
test (macos-latest)
Process completed with exit code 1.
test (ubuntu-latest): server/tables/information_schema/init.go#L26
undefined: information_schema.NewTablesTable
test (ubuntu-latest): server/tables/information_schema/init.go#L27
undefined: information_schema.NewViewsTable
test (ubuntu-latest): server/tables/information_schema/views_table.go#L59
undefined: sql.ErrViewCreateStatementInvalid
test (ubuntu-latest): server/tables/information_schema/views_table.go#L63
undefined: sql.ErrViewCreateStatementInvalid
test (ubuntu-latest)
Process completed with exit code 1.
test (windows-latest): server/tables/information_schema/init.go#L26
undefined: information_schema.NewTablesTable
test (windows-latest): server/tables/information_schema/init.go#L27
undefined: information_schema.NewViewsTable
test (windows-latest): server/tables/information_schema/views_table.go#L59
undefined: sql.ErrViewCreateStatementInvalid
test (windows-latest): server/tables/information_schema/views_table.go#L63
undefined: sql.ErrViewCreateStatementInvalid
test (windows-latest)
Process completed with exit code 1.