ManageIQ/manageiq

View on GitHub
app/models/pglogical_subscription.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
94%

Use String#include? instead of a regex match with literal-only pattern.
Open

    raise unless e.message =~ /could not connect to publisher/ || e.message =~ /replication slot .* does not exist/

There are no issues that match your filters.

Category
Status