realm / realm-core

Core database component for the Realm Mobile Database SDKs
https://realm.io
Apache License 2.0
1k stars 152 forks source link

Upgrade exfat macos testing to macos14 #7652

Open sync-by-unito[bot] opened 2 months ago

sync-by-unito[bot] commented 2 months ago

➤ PM Bot commented:

Jira ticket: RCORE-2106

kiburtse commented 2 months ago

it looks like macos14 issue - i see it also in my local setup.

every time some task hangs there is UVFSService which hogs the cpu at 100%, it can be seen in System Logs on evergreen:

[2024/04/29 23:18:34.633] {"message":"","pid":59563,"parentPid":1,"numThreads":3,"command":"/System/Library/PrivateFrameworks/UVFSXPCService.framework/Versions/A/XPCServices/UVFSService.xpc/Contents/MacOS/UVFSService","cpu":{"user":1352428,"system":740,"idle":0,"nice":0,"iowait":0,"irq":0,"softirq":0,"steal":0,"guest":0,"guestNice":0},"io":{"readCount":0,"writeCount":0,"readBytes":0,"writeBytes":0},"net":[{"name":"all","bytesSent":24867653846,"bytesRecv":26803023525,"packetsSent":5692880,"packetsRecv":6273882,"errin":0,"errout":0,"dropin":0,"dropout":0,"fifoin":0,"fifoout":0}],"mem":{"rss":9142272,"vms":418503589888,"hwm":0,"data":0,"stack":0,"locked":0,"swap":0},"memExtra":{},"errors":null,"metadata":{"level":30,"time":"0001-01-01T00:00:00Z"}}

locally, i have to kill the service with sudo for the test process to end with failures, and even after that i can't use hdiutil to create and attach new exfat volume to run tests again - the command just fails, and the reboot is needed.