Skip to content

Commit

Permalink
Enable test cases on mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
agile.zhou committed Sep 8, 2024
1 parent 7eee7d9 commit 7131695
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace AgileConfig.Server.ServiceTests.mysql
{
[TestClass]
public class ConfigServiceTests_mysql : ConfigServiceTests
{
static MySqlContainer _container = new MySqlBuilder().WithImage("mysql:8.0").Build();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

namespace AgileConfig.Server.ServiceTests.mysql
{
[TestClass]
public class ServerNodeServiceTests_mysql : ServerNodeServiceTests
{
static MySqlContainer _container = new MySqlBuilder().WithImage("mysql:8.0").Build();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace AgileConfig.Server.ServiceTests.mysql
{
[TestClass]
public class SettingServiceTests_mysql : SettingServiceTests
{
static MySqlContainer _container = new MySqlBuilder().WithImage("mysql:8.0").Build();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

namespace AgileConfig.Server.ServiceTests.mysql
{
[TestClass]
public class SysLogServiceTests_mysql : SysLogServiceTests
{
static MySqlContainer _container = new MySqlBuilder().WithImage("mysql:8.0").Build();
Expand Down

0 comments on commit 7131695

Please sign in to comment.