Personal-Data-Linkage-Module / pxr-operator-service

MIT License
1 stars 2 forks source link

Unit Testが実行できない(CREATE TABLEが正しく実行されない) #5

Open nmatsui opened 1 year ago

nmatsui commented 1 year ago

現在の状況

暫定対応

  1. postgresユーザーでpxr-ver-1.0/database/pxr-operator-serviceのcreateDB.sqlを実行する。
    psql -U postgres -d pxr_pod -f createDB.sql
  2. 1.の手順で作成されたpxr_operator_userpxr-ver-1.0/database/pxr-operator-serviceのcreateTable.sql、operator_5170_alter.sqlを実行する。
    psql -U pxr_operator_user -d pxr_pod -f createTable.sql
    psql -U pxr_operator_user -d pxr_pod -f operator_5170_alter.sql

修正内容

itoshot commented 1 year ago

恒久対応

pxr-operator-serviceリポジトリで必要なsqlファイルを管理し、GitHub ActionsでUnit Testを実行できるようにする。