* Formatting code with clang-tidy
* Roughing in more metastore work
This commit is contained in:
@@ -17,7 +17,9 @@ TEST_CASE("Basic Scheduler Execution", "[scheduler]") {
|
||||
};
|
||||
|
||||
SECTION("Simple Run") {
|
||||
auto fut = sched.scheduleDAG("Simple", tasks, {});
|
||||
fut.get();
|
||||
auto fut_a = sched.scheduleDAG("Simple 1", tasks, {});
|
||||
auto fut_b = sched.scheduleDAG("Simple 2", tasks, {});
|
||||
fut_a.get();
|
||||
fut_b.get();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user