Remove tests for now
This commit is contained in:
@@ -1,23 +1,3 @@
|
|||||||
# name: test/sql/ui.test
|
# name: test/sql/ui.test
|
||||||
# description: test ui extension
|
# description: test ui extension
|
||||||
# group: [ui]
|
# group: [ui]
|
||||||
|
|
||||||
# Before we load the extension, this will fail
|
|
||||||
statement error
|
|
||||||
SELECT ui('Sam');
|
|
||||||
----
|
|
||||||
Catalog Error: Scalar Function with name ui does not exist!
|
|
||||||
|
|
||||||
# Require statement will ensure this test is run with this extension loaded
|
|
||||||
require ui
|
|
||||||
|
|
||||||
# Confirm the extension works
|
|
||||||
query I
|
|
||||||
SELECT ui('Sam');
|
|
||||||
----
|
|
||||||
Ui Sam 🐥
|
|
||||||
|
|
||||||
query I
|
|
||||||
SELECT ui_openssl_version('Michael') ILIKE 'Ui Michael, my linked OpenSSL version is OpenSSL%';
|
|
||||||
----
|
|
||||||
true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user