Slackbot
12/07/2022, 7:17 PMGian Merlino
12/07/2022, 11:30 PMGian Merlino
12/07/2022, 11:30 PMGian Merlino
12/07/2022, 11:31 PMGian Merlino
12/07/2022, 11:31 PMMichael Schiff
12/07/2022, 11:31 PMXavier
12/07/2022, 11:37 PMXavier
12/07/2022, 11:38 PMMichael Schiff
12/07/2022, 11:52 PMMSQ code that needs to be ported to Netty 4if you point me in the right direction I can get started
Karan Kumar
12/08/2022, 2:26 AMKaran Kumar
12/08/2022, 2:26 AM/**
* Base test runner for running MSQ unit tests. It sets up multi stage query execution environment
* and populates data for the datasources. The runner does not go via the HTTP layer for communication between the
* various MSQ processes.
*
* Controller -> Coordinator (Coordinator is mocked)
*
* In the Ut's we go from:
* {@link MSQTaskQueryMaker} -> {@link MSQTestOverlordServiceClient} -> {@link Controller}
*
*
* Controller -> Worker communication happens in {@link MSQTestControllerContext}
*
* Worker -> Controller communication happens in {@link MSQTestControllerClient}
*
* Controller -> Overlord communication happens in {@link MSQTestTaskActionClient}
Karan Kumar
12/08/2022, 2:26 AMXavier
01/12/2023, 10:46 PMXavier
01/12/2023, 10:46 PMXavier
01/23/2023, 7:27 PMKaran Kumar
01/29/2023, 5:00 PM