Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.5
Description
DataStreamerTest.TsetFinalizer constantly fails on some TC agents, while work OK on others. Most likely we have an environmental issue.
OK:
- publicagent01_03_9090
- publicagent02_02_9090
Not OK:
- publicagent01_01_9090
- publicagent01_02_9090
- publicagent02_01_9090
- publicagent02_03_9090
Quick comparison of agent's configuration reveals only one difference - version of PowerShell. On "good" machines it is 5.1.16299.15, on "bad" machines it is 5.1.17134.1.
PowerShell is essential part of build infrastructure so chances that some incorrect dependencies are linked at some point. I am not sure that this might be the root cause of failures, but at the very least we can try.
Let's downgrade PowerShell on one of affected machines and see if it works.
Attachments
Issue Links
- relates to
-
IGNITE-14655 .NET: Improve DataStreamer API
- Resolved