Skip to content

Commit

Permalink
Do a fake list databases to ensure that cluster info is fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasohlund committed Mar 14, 2024
1 parent 0767b4d commit 3f96bb3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ protected override void Setup(FeatureConfigurationContext context)
{
if (useTransactions)
{
client.ListDatabases();

var clusterType = client.Cluster.Description.Type;

//HINT: cluster configuration check is needed as the built-in checks, executed during "StartTransaction() call,
Expand Down

0 comments on commit 3f96bb3

Please sign in to comment.