Done
Details
Assignee
naeem.akhternaeem.akhterReporter
naeem.akhternaeem.akhterComponents
Fix versions
Priority
High
Details
Details
Assignee
naeem.akhter
naeem.akhterReporter
naeem.akhter
naeem.akhterComponents
Fix versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created February 8, 2022 at 11:08 AM
Updated March 5, 2024 at 9:30 PM
Resolved March 24, 2022 at 10:02 AM
We recently enabled the perl based TAP test cases for pg_stat_monitor, these test cases basically cover the different GUC settings and scenarios that could not be covered traditional SQL regressions.These new test cases will likely break the automated release testing that we normally perform as part of release process.
To fix this we will need to install the required perl dependencies in the environment beforehand you run the regressions. (This will only effect PG 14 & 13). Required perl dependencies (modules) that needs to be installed are: * IPC::RUN
String::Util
Data::Str2Num
Github Actions for & 13 in PGSM repo could be used as a reference to have an idea about the changes.
I would recommend to have a test run for the same to make sure we don't end up with some surprises at release time.)