Home
last modified time | relevance | path

Searched refs:mustExec (Results 1 – 25 of 118) sorted by relevance

12345

/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/
H A DScaffoldUpgradeTest.php60 $this->mustExec("composer install --no-ansi", $sut);
66 $this->mustExec("composer config --unset repositories.packagist.org", $sut);
80 $this->mustExec("composer config repositories.packagist.org false", $sut);
81 …$this->mustExec("composer config repositories.composer-scaffold vcs 'file:///$scaffoldPluginTmpRep…
90 $stdout = $this->mustExec("composer scaffold", $sut);
112 $this->mustExec("git init", $target);
113 $this->mustExec('git config user.email "scaffoldtest@example.com"', $target);
114 $this->mustExec('git config user.name "Scaffold Test"', $target);
115 $this->mustExec("git add .", $target);
116 $this->mustExec("git commit -m 'Initial commit'", $target);
[all …]
H A DComposerHookTest.php78 $this->mustExec("composer install --no-ansi", $sut);
84 …$stdout = $this->mustExec("composer require --no-ansi --no-interaction fixtures/scaffold-override-…
93 $this->mustExec("composer update --no-ansi", $sut);
100 $this->mustExec("composer install --no-ansi", $sut);
106 $this->mustExec("composer drupal:scaffold --no-ansi", $sut);
113 …$stdout = $this->mustExec("composer create-project --repository=packages.json fixtures/drupal-drup…
120 $this->mustExec("composer install --no-ansi", $sut);
123 …$stdout = $this->mustExec("composer require --no-ansi --no-interaction fixtures/scaffold-override-…
136 $stdout = $this->mustExec("composer install --no-ansi", $sut);
142 $stdout = $this->mustExec("composer scaffold --no-ansi", $sut);
[all …]
H A DManageGitIgnoreTest.php89 $this->mustExec('git init', $sut);
91 $this->mustExec('git config user.email "test@example.com"', $sut);
92 $this->mustExec('git config user.name "Test User"', $sut);
93 $this->mustExec('git add .', $sut);
94 $this->mustExec('git commit -m "Initial commit."', $sut);
141 $stdout = $this->mustExec('git status --porcelain', $sut);
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/
H A DScaffoldUpgradeTest.php62 $this->mustExec("composer install --no-ansi", $sut);
68 $this->mustExec("composer config --unset repositories.packagist.org", $sut);
82 $this->mustExec("composer config repositories.packagist.org false", $sut);
83 …$this->mustExec("composer config repositories.composer-scaffold vcs 'file:///$scaffoldPluginTmpRep…
92 $stdout = $this->mustExec("composer scaffold", $sut);
114 $this->mustExec("git init", $target);
115 $this->mustExec('git config user.email "scaffoldtest@example.com"', $target);
116 $this->mustExec('git config user.name "Scaffold Test"', $target);
117 $this->mustExec("git add .", $target);
118 $this->mustExec("git commit -m 'Initial commit'", $target);
[all …]
H A DComposerHookTest.php80 $this->mustExec("composer install --no-ansi", $sut);
86 …$stdout = $this->mustExec("composer require --no-ansi --no-interaction fixtures/scaffold-override-…
95 $this->mustExec("composer update --no-ansi", $sut);
102 $this->mustExec("composer install --no-ansi", $sut);
108 $this->mustExec("composer drupal:scaffold --no-ansi", $sut);
115 …$stdout = $this->mustExec("composer create-project --repository=packages.json fixtures/drupal-drup…
122 $this->mustExec("composer install --no-ansi", $sut);
125 …$stdout = $this->mustExec("composer require --no-ansi --no-interaction fixtures/scaffold-override-…
138 $stdout = $this->mustExec("composer install --no-ansi", $sut);
144 $stdout = $this->mustExec("composer scaffold --no-ansi", $sut);
[all …]
H A DManageGitIgnoreTest.php91 $this->mustExec('git init', $sut);
93 $this->mustExec('git config user.email "test@example.com"', $sut);
94 $this->mustExec('git config user.name "Test User"', $sut);
95 $this->mustExec('git add .', $sut);
96 $this->mustExec('git commit -m "Initial commit."', $sut);
143 $stdout = $this->mustExec('git status --porcelain', $sut);
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/
H A Dput_get_user_stage_test.go49 dbt.mustExec(fmt.Sprintf(sqlText, dbname))
61 dbt.mustExec("rm @" + stageName)
75 dbt.mustExec("rm @" + stageName)
76 dbt.mustExec("drop stage if exists " + stageName)
77 dbt.mustExec("drop table if exists " + dbname)
101 dbt.mustExec("use warehouse " + data.warehouse)
109 dbt.mustExec(execQuery)
114 dbt.mustExec(execQuery)
115 defer dbt.mustExec("drop table if exists gotest_putget_t2")
116 defer dbt.mustExec("drop stage if exists " + data.stage)
[all …]
H A Dmultistatement_test.go18 dbt.mustExec("drop table if exists test_multi_statement_txn")
19 dbt.mustExec(`create or replace table test_multi_statement_txn(
21 defer dbt.mustExec("drop table if exists test_multi_statement_txn")
115 dbt.mustExec("drop table if exists test_multi_statement_txn_rb")
139 dbt.mustExec("drop table if exists test_multi_statement_txn")
140 dbt.mustExec(`create or replace table test_multi_statement_txn(
155 dbt.mustExec("drop table if exists test_multi_statement_txn")
156 dbt.mustExec(`create or replace table test_multi_statement_txn(
179 dbt.mustExec("drop table if exists test_multi_statement_txn")
347 dbt.mustExec("insert into test_tbl values(1, 0)")
[all …]
H A Dput_get_test.go101 dbt.mustExec("drop database " + td.database)
102 dbt.mustExec("drop warehouse " + td.warehouse)
131 dbt.mustExec(fmt.Sprintf(
151 dbt.mustExec("use warehouse " + data.warehouse)
165 dbt.mustExec(execQuery)
170 dbt.mustExec(execQuery)
218 dbt.mustExec("rm @~/test_put_uncompress_file")
221 dbt.mustExec(sqlText)
252 dbt.mustExec("rm @~/test_put_overwrite")
373 dbt.mustExec("copy into " + tableName)
[all …]
H A Dbindings_test.go33 dbt.mustExec("INSERT INTO test VALUES (1, ?)", expected)
44 dbt.mustExec("DROP TABLE IF EXISTS test")
62 dbt.mustExec("DROP TABLE IF EXISTS test")
71 dbt.mustExec(
132 dbt.mustExec("DROP TABLE tztest")
156 dbt.mustExec("DROP TABLE bintest")
184 dbt.mustExec("DROP TABLE tztest")
282 dbt.mustExec(createTableSQL)
283 defer dbt.mustExec(deleteTableSQL)
290 dbt.mustExec(insertSQL, Array(&intArray), Array(&fltArray),
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/go-sql-driver/mysql/
H A Ddriver_test.go188 dbt.mustExec("CREATE TABLE test (value BOOL)")
266 res = dbt.mustExec("DELETE FROM test")
344 dbt.mustExec("DROP TABLE IF EXISTS test")
363 dbt.mustExec("DROP TABLE IF EXISTS test")
386 dbt.mustExec("DROP TABLE IF EXISTS test")
409 dbt.mustExec("DROP TABLE IF EXISTS test")
432 dbt.mustExec("DROP TABLE IF EXISTS test")
459 dbt.mustExec("DROP TABLE IF EXISTS test")
993 dbt.mustExec("TRUNCATE TABLE test")
1081 dbt.mustExec("TRUNCATE TABLE test")
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/go-sql-driver/mysql/
H A Ddriver_test.go188 dbt.mustExec("CREATE TABLE test (value BOOL)")
266 res = dbt.mustExec("DELETE FROM test")
344 dbt.mustExec("DROP TABLE IF EXISTS test")
363 dbt.mustExec("DROP TABLE IF EXISTS test")
386 dbt.mustExec("DROP TABLE IF EXISTS test")
409 dbt.mustExec("DROP TABLE IF EXISTS test")
432 dbt.mustExec("DROP TABLE IF EXISTS test")
459 dbt.mustExec("DROP TABLE IF EXISTS test")
993 dbt.mustExec("TRUNCATE TABLE test")
1081 dbt.mustExec("TRUNCATE TABLE test")
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/pkg/test/
H A Drestore_test.go286 mustExec(t, conn, `CREATE TABLE PUBLIC."two_Partitions" (
298mustExec(t, conn, `CREATE INDEX ON PUBLIC."two_Partitions" ("timeCustom" DESC NULLS LAST, device_i…
300 mustExec(t, conn, `INSERT INTO public."two_Partitions" VALUES
308mustExec(t, conn, `INSERT INTO public."two_Partitions"("timeCustom", device_id, series_0, series_1…
313mustExec(t, conn, `INSERT INTO public."two_Partitions"("timeCustom", device_id, series_0, series_1…
315 mustExec(t, conn, `ALTER TABLE public."two_Partitions" SET (timescaledb.compress=true)`)
318 mustExec(t, conn, `CREATE TABLE PUBLIC."insert_test" (
325 mustExec(t, conn, `INSERT INTO public."insert_test"(tstamp, device_id, series_0, series_1) VALUES
379 mustExec(t, conn, fmt.Sprintf("DROP DATABASE IF EXISTS %s", db.dbName))
381 mustExec(t, conn, fmt.Sprintf("CREATE DATABASE %s", db.dbName))
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/go-sql-driver/mysql/
H A Ddriver_test.go307 res = dbt.mustExec("DELETE FROM test")
387 dbt.mustExec("DROP TABLE IF EXISTS test")
407 dbt.mustExec("DROP TABLE IF EXISTS test")
431 dbt.mustExec("DROP TABLE IF EXISTS test")
455 dbt.mustExec("DROP TABLE IF EXISTS test")
589 dbt.mustExec("DROP TABLE IF EXISTS test")
1153 dbt.mustExec("TRUNCATE TABLE test")
1256 dbt.mustExec("TRUNCATE TABLE test")
2012 dbt.mustExec(`
2120 dbt.mustExec("DROP TABLE test")
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/go-sql-driver/mysql/
H A Ddriver_test.go307 res = dbt.mustExec("DELETE FROM test")
387 dbt.mustExec("DROP TABLE IF EXISTS test")
407 dbt.mustExec("DROP TABLE IF EXISTS test")
431 dbt.mustExec("DROP TABLE IF EXISTS test")
455 dbt.mustExec("DROP TABLE IF EXISTS test")
589 dbt.mustExec("DROP TABLE IF EXISTS test")
1153 dbt.mustExec("TRUNCATE TABLE test")
1256 dbt.mustExec("TRUNCATE TABLE test")
2012 dbt.mustExec(`
2120 dbt.mustExec("DROP TABLE test")
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/go-sql-driver/mysql/
H A Ddriver_test.go307 res = dbt.mustExec("DELETE FROM test")
387 dbt.mustExec("DROP TABLE IF EXISTS test")
407 dbt.mustExec("DROP TABLE IF EXISTS test")
431 dbt.mustExec("DROP TABLE IF EXISTS test")
455 dbt.mustExec("DROP TABLE IF EXISTS test")
589 dbt.mustExec("DROP TABLE IF EXISTS test")
1153 dbt.mustExec("TRUNCATE TABLE test")
1256 dbt.mustExec("TRUNCATE TABLE test")
2012 dbt.mustExec(`
2120 dbt.mustExec("DROP TABLE test")
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-sql-driver/mysql/
H A Ddriver_test.go307 res = dbt.mustExec("DELETE FROM test")
387 dbt.mustExec("DROP TABLE IF EXISTS test")
407 dbt.mustExec("DROP TABLE IF EXISTS test")
431 dbt.mustExec("DROP TABLE IF EXISTS test")
455 dbt.mustExec("DROP TABLE IF EXISTS test")
589 dbt.mustExec("DROP TABLE IF EXISTS test")
1153 dbt.mustExec("TRUNCATE TABLE test")
1256 dbt.mustExec("TRUNCATE TABLE test")
2012 dbt.mustExec(`
2120 dbt.mustExec("DROP TABLE test")
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/go-sql-driver/mysql/
H A Ddriver_test.go309 res = dbt.mustExec("DELETE FROM test")
389 dbt.mustExec("DROP TABLE IF EXISTS test")
409 dbt.mustExec("DROP TABLE IF EXISTS test")
433 dbt.mustExec("DROP TABLE IF EXISTS test")
457 dbt.mustExec("DROP TABLE IF EXISTS test")
614 dbt.mustExec("DROP TABLE IF EXISTS test")
1178 dbt.mustExec("TRUNCATE TABLE test")
1281 dbt.mustExec("TRUNCATE TABLE test")
2045 dbt.mustExec(`
2153 dbt.mustExec("DROP TABLE test")
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-sql-driver/mysql/
H A Ddriver_test.go309 res = dbt.mustExec("DELETE FROM test")
389 dbt.mustExec("DROP TABLE IF EXISTS test")
409 dbt.mustExec("DROP TABLE IF EXISTS test")
433 dbt.mustExec("DROP TABLE IF EXISTS test")
457 dbt.mustExec("DROP TABLE IF EXISTS test")
614 dbt.mustExec("DROP TABLE IF EXISTS test")
1178 dbt.mustExec("TRUNCATE TABLE test")
1281 dbt.mustExec("TRUNCATE TABLE test")
2045 dbt.mustExec(`
2153 dbt.mustExec("DROP TABLE test")
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/go-sql-driver/mysql/
H A Ddriver_test.go309 res = dbt.mustExec("DELETE FROM test")
389 dbt.mustExec("DROP TABLE IF EXISTS test")
409 dbt.mustExec("DROP TABLE IF EXISTS test")
433 dbt.mustExec("DROP TABLE IF EXISTS test")
457 dbt.mustExec("DROP TABLE IF EXISTS test")
614 dbt.mustExec("DROP TABLE IF EXISTS test")
1178 dbt.mustExec("TRUNCATE TABLE test")
1281 dbt.mustExec("TRUNCATE TABLE test")
2045 dbt.mustExec(`
2153 dbt.mustExec("DROP TABLE test")
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/jackc/pgx/
H A Dcopy_to_test.go16 mustExec(t, conn, `create temporary table foo(
25mustExec(t, conn, `insert into foo values (0, 1, 2, 'abc', 'efg', '2000-01-01', '{"abc":"def","foo…
26 mustExec(t, conn, `insert into foo values (null, null, null, null, null, null, null)`)
50 mustExec(t, conn, `create temporary table foo(
63mustExec(t, conn, `insert into foo values (0, 1, 2, 'abc', 'efg', '2000-01-01', '{"abc":"def","foo…
H A Dcopy_from_test.go24 mustExec(t, conn, `create temporary table foo(
73 mustExec(t, conn, "truncate foo")
110 mustExec(t, conn, `create temporary table foo(
161 mustExec(t, conn, "truncate foo")
204 mustExec(t, conn, `create temporary table foo(
245 mustExec(t, conn, "truncate foo")
304 mustExec(t, conn, `create temporary table foo(
349 mustExec(t, conn, "truncate foo")
411 mustExec(t, conn, `create temporary table foo(
465 mustExec(t, conn, `create temporary table foo(
[all …]
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/jackc/pgx/v4/
H A Dconn_test.go185 if results := mustExec(t, conn, "drop table foo;"); string(results) != "DROP TABLE" {
200 if results := mustExec(t, conn, "--;"); string(results) != "" {
485 mustExec(t, listener, "listen chat")
490 mustExec(t, notifier, "notify chat")
498 mustExec(t, notifier, "notify chat")
516 mustExec(t, notifier, "notify chat")
534 mustExec(t, conn, "listen busysafe")
578 mustExec(t, conn, "notify busysafe, 'hello'")
593 mustExec(t, conn, "listen self")
596 mustExec(t, conn, "notify self")
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/jackc/pgx/v4/
H A Dconn_test.go185 if results := mustExec(t, conn, "drop table foo;"); string(results) != "DROP TABLE" {
200 if results := mustExec(t, conn, "--;"); string(results) != "" {
485 mustExec(t, listener, "listen chat")
490 mustExec(t, notifier, "notify chat")
498 mustExec(t, notifier, "notify chat")
516 mustExec(t, notifier, "notify chat")
534 mustExec(t, conn, "listen busysafe")
578 mustExec(t, conn, "notify busysafe, 'hello'")
593 mustExec(t, conn, "listen self")
596 mustExec(t, conn, "notify self")
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/jackc/pgx/v4/
H A Dconn_test.go155 if results := mustExec(t, conn, "drop table foo;"); string(results) != "DROP TABLE" {
170 if results := mustExec(t, conn, "--;"); string(results) != "" {
495 mustExec(t, listener, "listen chat")
500 mustExec(t, notifier, "notify chat")
508 mustExec(t, notifier, "notify chat")
526 mustExec(t, notifier, "notify chat")
544 mustExec(t, conn, "listen busysafe")
588 mustExec(t, conn, "notify busysafe, 'hello'")
603 mustExec(t, conn, "listen self")
606 mustExec(t, conn, "notify self")
[all …]

12345