MCPcopy Create free account
hub / github.com/dolthub/doltgresql / authTestSkipAsSuper

Function authTestSkipAsSuper

testing/go/auth_test.go:1588–1592  ·  view source on GitHub ↗

authTestSkipAsSuper skips the returned assertion from authTestAssertAsSuper.

(query string, expectedResultSet []sql.Row, expectedErr string)

Source from the content-addressed store, hash-verified

1586
1587// authTestSkipAsSuper skips the returned assertion from authTestAssertAsSuper.
1588func authTestSkipAsSuper(query string, expectedResultSet []sql.Row, expectedErr string) ScriptTestAssertion {
1589 assertion := authTestAssertAsSuper(query, expectedResultSet, expectedErr)
1590 assertion.Skip = true
1591 return assertion
1592}
1593
1594// authTestAssertAsBasic returns a ScriptTestAssertion for the given |query|, |expectedResultSet|, and/or |expectedErr| using
1595// authTestBasicUser.

Callers 1

TestAuthDoltProceduresFunction · 0.85

Calls 1

authTestAssertAsSuperFunction · 0.85

Tested by

no test coverage detected