Skip to content

Commit

Permalink
Fix tests causing Labview hang - Add Cluster Id support for tests (#522)
Browse files Browse the repository at this point in the history
* Fix: Add cluster Id support

* Fix: Revert back project change

* Fix: Get absolute path for key file

* Fix: Connect cluster id as input to create client

* Fix: Review comments

* Fix: Review comments

* Fix: Add comments

* Fix: revert back unwanted change

* Fix: Update project files

* Fix: Revert back this file addition

* Fix: Revert back test movement change

* Fix: Review comments
  • Loading branch information
MounikaBattu17 authored May 30, 2024
1 parent 5b2926b commit 0e09c1e
Show file tree
Hide file tree
Showing 32 changed files with 3 additions and 9 deletions.
Binary file modified Source/Runtime/MeasurementLink Discovery V1/Create Client.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
</Item>
<Item Name="Get Discovery Service Address.vi" Type="VI" URL="../Get Discovery Service Address.vi"/>
<Item Name="Get Discovery Service Key File Path.vi" Type="VI" URL="../Get Discovery Service Key File Path.vi">
<Property Name="NI.LibItem.Scope" Type="Int">4</Property>
<Property Name="NI.LibItem.Scope" Type="Int">2</Property>
</Item>
<Item Name="Read Discovery Service Key File.vi" Type="VI" URL="../Read Discovery Service Key File.vi">
<Property Name="NI.LibItem.Scope" Type="Int">2</Property>
</Item>
<Item Name="Start Discovery Service.vi" Type="VI" URL="../Start Discovery Service.vi">
<Property Name="NI.LibItem.Scope" Type="Int">4</Property>
<Property Name="NI.LibItem.Scope" Type="Int">2</Property>
</Item>
<Item Name="Wait For Key File.vi" Type="VI" URL="../Wait For Key File.vi">
<Property Name="NI.LibItem.Scope" Type="Int">2</Property>
Expand Down
Binary file modified Source/Runtime/MeasurementLink Discovery V1/Recreate Client.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/Tests/run_tests.vi
Binary file not shown.
8 changes: 1 addition & 7 deletions Source/Tests/skip_tests.lst
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
test_DefaultTemplateMeasurement_GetUiDetails_CorrectUiPathUrl.vi
test_NoServicesRegistered_InvalidRegisterRequests_Error.vi
test_SingleServiceRegistered_DiscoveryApiRoundTrip_AllNodesSucceed.vi
test_SingleServiceRegistered_InvalidResolveRequests_Error.vi
test_DiscoveryServiceNotRunning_LaunchDiscoveryService_DiscoveryServiceStarted.vi
test_DiscoveryWrapper_StopDiscoveryService_WrapperMethodsWorkWithoutError.vi
test_SessionManagerWrapper_StopSessionManagementService_WrapperMethodsWorkWithoutError.vi
test_DefaultTemplateMeasurement_GetUiDetails_CorrectUiPathUrl.vi

0 comments on commit 0e09c1e

Please sign in to comment.