Skip to content

Commit e359f03

Browse files
fix test proj
Signed-off-by: Jack Schofield <[email protected]>
1 parent 2fd8fe5 commit e359f03

File tree

51 files changed

+27
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+27
-33
lines changed

src/Monai.Deploy.WorkflowManager.sln

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.WorkflowManage
5959
EndProject
6060
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.WorkflowManager.Storage.Tests", "..\tests\UnitTests\Storage.Tests\Monai.Deploy.WorkflowManager.Storage.Tests.csproj", "{722C0D57-49F8-4178-88F0-06E369B797A3}"
6161
EndProject
62-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monai.Deploy.WorkflowManager.WorkflowExecutor.IntegrationTests", "..\tests\IntegrationTests\Monai.Deploy.WorkflowManager.WorkflowExecutor.IntegrationTests\Monai.Deploy.WorkflowManager.WorkflowExecutor.IntegrationTests.csproj", "{0325A986-7E8B-4688-B4FA-0680F220BE90}"
63-
EndProject
6462
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.WorkflowManager.TaskManager.AideClinicalReview", "TaskManager\Plug-ins\AideClinicalReview\Monai.Deploy.WorkflowManager.TaskManager.AideClinicalReview.csproj", "{013395D4-2091-4AB8-96CB-867C0F982096}"
6563
EndProject
66-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskManager.AideClinicalReview.Tests", "..\tests\UnitTests\TaskManager.AideClinicalReview.Tests\TaskManager.AideClinicalReview.Tests.csproj", "{57D00445-0798-4D86-97D4-1586E1B020BC}"
64+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskManager.AideClinicalReview.Tests", "..\tests\UnitTests\TaskManager.AideClinicalReview.Tests\TaskManager.AideClinicalReview.Tests.csproj", "{57D00445-0798-4D86-97D4-1586E1B020BC}"
65+
EndProject
66+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.WorkflowManager.WorkflowExecutor.IntegrationTests", "..\tests\IntegrationTests\WorkflowExecutor.IntegrationTests\Monai.Deploy.WorkflowManager.WorkflowExecutor.IntegrationTests.csproj", "{91A0D599-472F-4238-A1A3-07807F9C5F61}"
6767
EndProject
6868
Global
6969
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -175,10 +175,6 @@ Global
175175
{722C0D57-49F8-4178-88F0-06E369B797A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
176176
{722C0D57-49F8-4178-88F0-06E369B797A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
177177
{722C0D57-49F8-4178-88F0-06E369B797A3}.Release|Any CPU.Build.0 = Release|Any CPU
178-
{0325A986-7E8B-4688-B4FA-0680F220BE90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
179-
{0325A986-7E8B-4688-B4FA-0680F220BE90}.Debug|Any CPU.Build.0 = Debug|Any CPU
180-
{0325A986-7E8B-4688-B4FA-0680F220BE90}.Release|Any CPU.ActiveCfg = Release|Any CPU
181-
{0325A986-7E8B-4688-B4FA-0680F220BE90}.Release|Any CPU.Build.0 = Release|Any CPU
182178
{013395D4-2091-4AB8-96CB-867C0F982096}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
183179
{013395D4-2091-4AB8-96CB-867C0F982096}.Debug|Any CPU.Build.0 = Debug|Any CPU
184180
{013395D4-2091-4AB8-96CB-867C0F982096}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -187,6 +183,10 @@ Global
187183
{57D00445-0798-4D86-97D4-1586E1B020BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
188184
{57D00445-0798-4D86-97D4-1586E1B020BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
189185
{57D00445-0798-4D86-97D4-1586E1B020BC}.Release|Any CPU.Build.0 = Release|Any CPU
186+
{91A0D599-472F-4238-A1A3-07807F9C5F61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
187+
{91A0D599-472F-4238-A1A3-07807F9C5F61}.Debug|Any CPU.Build.0 = Debug|Any CPU
188+
{91A0D599-472F-4238-A1A3-07807F9C5F61}.Release|Any CPU.ActiveCfg = Release|Any CPU
189+
{91A0D599-472F-4238-A1A3-07807F9C5F61}.Release|Any CPU.Build.0 = Release|Any CPU
190190
EndGlobalSection
191191
GlobalSection(SolutionProperties) = preSolution
192192
HideSolutionNode = FALSE
@@ -207,9 +207,9 @@ Global
207207
{918E4DE3-A7BF-4B7F-9B5A-5C36FEFA3C30} = {71DDEE7B-E213-4E39-A7F4-4646783A27F7}
208208
{A44F975E-70CA-49D6-8513-78F2D5210EAF} = {71DDEE7B-E213-4E39-A7F4-4646783A27F7}
209209
{722C0D57-49F8-4178-88F0-06E369B797A3} = {71DDEE7B-E213-4E39-A7F4-4646783A27F7}
210-
{0325A986-7E8B-4688-B4FA-0680F220BE90} = {71DDEE7B-E213-4E39-A7F4-4646783A27F7}
211210
{013395D4-2091-4AB8-96CB-867C0F982096} = {78B0EB6E-2636-48A7-8FDB-4334C3F3FFF1}
212211
{57D00445-0798-4D86-97D4-1586E1B020BC} = {71DDEE7B-E213-4E39-A7F4-4646783A27F7}
212+
{91A0D599-472F-4238-A1A3-07807F9C5F61} = {71DDEE7B-E213-4E39-A7F4-4646783A27F7}
213213
EndGlobalSection
214214
GlobalSection(ExtensibilityGlobals) = postSolution
215215
SolutionGuid = {DC0D56C8-D8CB-45CE-B528-F3DCF86D63ED}

src/WorkflowManager/Extentions/WorkflowExecutorExtensions.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using Microsoft.Extensions.DependencyInjection;
66
using Microsoft.Extensions.Hosting;
77
using Microsoft.Extensions.Logging;
8-
using Monai.Deploy.Storage.API;
98
using Monai.Deploy.WorkflowManager.Common.Interfaces;
109
using Monai.Deploy.WorkflowManager.Common.Services;
1110
using Monai.Deploy.WorkflowManager.PayloadListener.Services;
@@ -36,12 +35,13 @@ public static IServiceCollection AddWorkflowExecutor(this IServiceCollection ser
3635
services.AddSingleton<IConditionalParameterParser, ConditionalParameterParser>(s =>
3736
{
3837
var logger = s.GetService<ILogger<ConditionalParameterParser>>();
39-
var storage = s.GetService<IStorageService>();
38+
var payloadService = s.GetService<IPayloadService>();
39+
var workflowService = s.GetService<IWorkflowService>();
4040
var dicomStore = s.GetService<IDicomService>();
4141

42-
return new ConditionalParameterParser(logger, storage, dicomStore);
42+
return new ConditionalParameterParser(logger, payloadService, workflowService, dicomStore);
4343
});
44-
44+
4545
services.AddSingleton<PayloadListenerService>();
4646
services.AddHostedService(p => p.GetService<PayloadListenerService>());
4747

src/WorkflowManager/packages.lock.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,9 +1454,8 @@
14541454
"Microsoft.Extensions.Hosting.Abstractions": "6.0.0",
14551455
"Microsoft.Extensions.Logging.Abstractions": "6.0.1",
14561456
"Microsoft.Extensions.Options": "6.0.0",
1457-
"Monai.Deploy.Messaging": "0.1.0-rc0047",
1458-
"Monai.Deploy.Storage": "0.1.0-rc0060",
1459-
"Monai.Deploy.Storage.MinIO": "0.1.0-rc0060",
1457+
"Monai.Deploy.Messaging.RabbitMQ": "0.1.2",
1458+
"Monai.Deploy.Storage.MinIO": "0.1.0",
14601459
"Monai.Deploy.WorkflowManager.Common": "1.0.0",
14611460
"Monai.Deploy.WorkflowManager.Configuration": "1.0.0",
14621461
"Monai.Deploy.WorkflowManager.TaskManager.API": "1.0.0"
@@ -1465,19 +1464,17 @@
14651464
"monai.deploy.workflowmanager.taskmanager.api": {
14661465
"type": "Project",
14671466
"dependencies": {
1468-
"Monai.Deploy.Messaging": "0.1.0-rc0047",
1469-
"Monai.Deploy.Storage": "0.1.0-rc0060",
1470-
"Monai.Deploy.Storage.MinIO": "0.1.0-rc0060"
1467+
"Monai.Deploy.Messaging.RabbitMQ": "0.1.2",
1468+
"Monai.Deploy.Storage.MinIO": "0.1.0"
14711469
}
14721470
},
14731471
"monai.deploy.workflowmanager.taskmanager.argo": {
14741472
"type": "Project",
14751473
"dependencies": {
14761474
"IdentityModel.OidcClient": "5.0.0",
14771475
"KubernetesClient": "7.2.19",
1478-
"Monai.Deploy.Messaging": "0.1.0-rc0047",
1479-
"Monai.Deploy.Storage": "0.1.0-rc0060",
1480-
"Monai.Deploy.Storage.MinIO": "0.1.0-rc0060",
1476+
"Monai.Deploy.Messaging.RabbitMQ": "0.1.2",
1477+
"Monai.Deploy.Storage.MinIO": "0.1.0",
14811478
"Monai.Deploy.WorkflowManager.Common": "1.0.0",
14821479
"Monai.Deploy.WorkflowManager.TaskManager.API": "1.0.0",
14831480
"Newtonsoft.Json": "13.0.1"

0 commit comments

Comments
 (0)