Skip to content

Commit 8c648a3

Browse files
committed
DEBUG 300k connections test
1 parent 3b8165e commit 8c648a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-unit.yml

+4
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ jobs:
202202
php -d opcache.enable_cli=1 vendor/bin/phpunit --exclude-group none $(if [ -n "$LOG_COVERAGE" ]; then echo --coverage-text; else echo --no-coverage; fi) -v
203203
if [ -n "$LOG_COVERAGE" ]; then mv coverage/phpunit.cov coverage/phpunit-mssql.cov; fi
204204
205+
- name: "Run burnnnnnnn"
206+
run: |
207+
php -r 'for ($i = 0; $i < 300_000; $i++) { if (($i%1000)==0) {echo $i . "\n";} $c = new PDO("oci:dbname=oracle/xe;charset=UTF8", "system", "oracle"); $c->query("select 22 from dual")->execute(); }'
208+
205209
- name: "Run tests: Oracle (only for Phpunit)"
206210
if: startsWith(matrix.type, 'Phpunit')
207211
env:

0 commit comments

Comments
 (0)