Ryan Eckenrode
Ryan Eckenrode
Intermittent Test: FGEN test AllocateNamedWaveform_WriteNamedWaveformF64_WaveformWrittenSuccessfully
``` [ RUN ] NiFgenDriverApiTest.AllocateNamedWaveform_WriteNamedWaveformF64_WaveformWrittenSuccessfully unknown file: Failure C++ exception with description "MAX: (Hex 0x80040303) Internal error: The requested object was not found in the configuration database. Please note the...
Saw in [this PR build](https://github.com/ni/grpc-device/actions/runs/5615198415/job/15245404691): ``` [ RUN ] NiRFmxInstrDriverApiTests.GetNIRFSASession_SelfTest_Succeeds unknown file: error: C++ exception with description "The digitizer returned the following error: Status Code: -223552" thrown in the test...
Found in [this PR build](https://github.com/ni/grpc-device/actions/runs/5615198415/job/15245404691): ``` [ RUN ] NiRFmxWCDMADriverApiTests.ModAccMarkerModeFromExample_FetchData_DataLooksReasonable D:\a\grpc-device\grpc-device\source\tests\system\nirfmxwcdma_driver_api_tests.cpp(330): error: Expected: (0.0) < (mod_acc_fetch_reference_waveform_response.reference_waveform(0).real()), actual: 0 vs -0.00393637 [ FAILED ] NiRFmxWCDMADriverApiTests.ModAccMarkerModeFromExample_FetchData_DataLooksReasonable (18462 ms) ``` [AB#2463495](https://dev.azure.com/ni/94b22d7b-ad7b-4f5e-88f0-867910f91c94/_workitems/edit/2463495)
We use set-output in a few of our actions: [build_nilrt.yml](https://github.com/ni/grpc-device/blob/main/.github/workflows/build_nilrt.yml), [create_release.yml](https://github.com/ni/grpc-device/blob/main/.github/workflows/create_release.yml), and [validate_linux_rt.yml](https://github.com/ni/grpc-device/blob/main/.github/workflows/validate_linux_rt.yml). It is planned to be disabled on May 31, 2023: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ We should update them to use...
Saw this pop up in a recent `run_win_system_tests` step of the CI on main: https://github.com/ni/grpc-device/actions/runs/5005492924/jobs/8972251183 From test run: ``` [ RUN ] NiRFSADriverApiTests.SelfTest_Succeeds unknown file: error: C++ exception with description...
Paraphrasing from a Technical Support Engineer: It wasn't clear that there needed to be any permission modifications for the server before running and at first I was getting a "permission...
We should add small READMEs to the codegen/metadata folders for the ones coming from [Scrapigen](https://github.com/ni/grpc-device-scrapigen). Specifically, The non-restricted RFmx ones DAQmx RFSA RFSG [AB#2286705](https://dev.azure.com/ni/94b22d7b-ad7b-4f5e-88f0-867910f91c94/_workitems/edit/2286705)
It was brought up by a support engineer that it'd be nice to have a snippet explaining some of the options for disowning the ni_grpc_device_server process on Linux / RT...
XNET test ConvertFramesToFromSignalsFromExample_CompareFrames_ValuesMatch fails on Ubuntu repeatedly
Brought up in [this PR](https://github.com/ni/grpc-device/pull/1055#issuecomment-2098888440) comment, but the XNET test `ConvertFramesToFromSignalsFromExample_CompareFrames_ValuesMatch` seems to be failing consistently. [AB#2734433](https://dev.azure.com/ni/94b22d7b-ad7b-4f5e-88f0-867910f91c94/_workitems/edit/2734433)