Open m3hm3t opened 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.67%. Comparing base (
6c12b10
) to head (761d481
).
Let me also finish my review in this PR before merging it. I will post my review soon.
This PR resolves the failure in the
isolation_database_cmd_from_any_node
test by updating the object class (oclass_database
) value based on the PostgreSQL version. Theoclass_database
value has changed across versions:oclass_database
is25
oclass_database
is26
oclass_database
is1262
Changes include:
oclass_database
value based on the PostgreSQL version during the test setup.This ensures compatibility with PostgreSQL versions 17, preventing test failures related to incorrect object class identification.