ZihanLi58 commented on code in PR #3544:
URL: https://github.com/apache/gobblin/pull/3544#discussion_r955497232


##########
gobblin-service/src/test/java/org/apache/gobblin/service/modules/orchestration/OrchestratorTest.java:
##########
@@ -152,6 +151,32 @@ private TopologySpec initTopologySpec() {
   }
 
   private FlowSpec initFlowSpec() {

Review Comment:
   Yes, we add orchestrator as listener of specCatalog, which will compile the 
flow. So on line 273 -290, we test that if flow cannot compile, we will not be 
able to add that to the Flow catalog, and if flow can compile, we will put it 
in flowCatalog successfully.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to