OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.94k stars 942 forks source link

Flaky build due to NodeState concurrency tests #2592

Closed mregen closed 5 months ago

mregen commented 5 months ago

Type of issue

Current Behavior

Hi @saurla, see https://opcfoundation.visualstudio.com/opcua-netstandard/_build/results?buildId=8437&view=ms.vss-test-web.build-test-results-tab&runId=1314079&resultId=110980&paneView=debug

occasionally failing, root cause yet unclear but is clearly related to the new test case which tests concurrent access to the Nodestate variables. Any idea?

Expected Behavior

test pass and not flaky

Steps To Reproduce

No response

Environment

- OS:
- Environment:
- Runtime:
- Nuget Version:
- Component:
- Server:
- Client:

Anything else?

No response

saurla commented 5 months ago

Hi. I will take a look at the issue this week.

saurla commented 5 months ago

I have opened a pull request which attempts to fix this issue.