Codeception / Codeception/module-db

PostgreSQL driver should not be hard-coded to public schema

オープン
#15 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
PHP
スター
23
フォーク
31
PR マージ指標
30日以内にマージされた PR はありません

説明

#### What are you trying to achieve?
In src/Codeception/Lib/Driver/PostgreSql.php, the schema is hard-coded to "public" in method cleanup. In my setup, where the schema used for testing is not public, this causes tests to fail with a ModuleException:
` [ModuleException] Db: SQLSTATE[42501]: Insufficient privilege: 7 ERROR: must be owner of schema public`
The schema is taken into account in "load" method, and this should also be brought into cleaning up the test database.

### Details

* Codeception version: 2.3.7
* PHP Version: 7.0.22
* Operating System: Ubuntu
* Installation type: Phar
* List of installed packages (`composer show`)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

src/Codeception/Lib/Driver/PostgreSql.php から始め、load メソッドのスキーマ処理と cleanup を比較します。public 以外のテスト用スキーマを使用して失敗を再現し、cleanup が public スキーマの所有権をもはや必要としないことを確認します。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
php, postgresql
領域
databases
issue の種類
バグ
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。