Codeception / Codeception/module-db
PostgreSQL driver should not be hard-coded to public schema
- 主要言語
- 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