Test code refactoring. Minor CI change.
This commit is contained in:
@@ -54,6 +54,13 @@ public static class MariaDbClone
|
||||
await ExecAsync(root, $"USE `{databaseName}`; {createTable};");
|
||||
}
|
||||
|
||||
//await Parallel.ForEachAsync(tables, async (table, cancellationToken) =>
|
||||
//{
|
||||
// var createTable = await ShowCreateTableAsync(root, templateDbName, table);
|
||||
// // Run DDL in the new DB (the CREATE statement itself doesn't include db name)
|
||||
// await ExecAsync(root, $"USE `{databaseName}`; {createTable};");
|
||||
//});
|
||||
|
||||
// 2) Copy data
|
||||
foreach (var table in tables)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user