Skip to content

Commit

Permalink
Use different store names for funky data tests (dotnet#34506)
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Aug 22, 2024
1 parent 4809952 commit 0ca6bfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -595,5 +595,8 @@ public TestSqlLoggerFactory TestSqlLoggerFactory

protected override ITestStoreFactory TestStoreFactory
=> AzureSynapseTestStoreFactory.Instance;

protected override string StoreName
=> nameof(FunkyDataQueryAzureSynapseTest);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -596,5 +596,8 @@ public TestSqlLoggerFactory TestSqlLoggerFactory

protected override ITestStoreFactory TestStoreFactory
=> SqlServerTestStoreFactory.Instance;

protected override string StoreName
=> nameof(FunkyDataQuerySqlServerTest);
}
}

0 comments on commit 0ca6bfa

Please # to comment.