Yim Lee
Yim Lee
Added CI pipeline to run integration tests. @swift-server-bot test this please
Log continued: ``` 12:48:41 Captured log [first][2022-06-10 19:48:36.7570] [ClusterEventStream.swift:65][/system/clusterEvents] [trace] Published event membershipChange(sact://[email protected]:9002 :: [joining] -> [ up]) to 5 subscribers and 2 async subscribers 12:48:41 // metadata: 12:48:41 //...
I am not able to reproduce this. I modified the code to the following (i.e., not using service discovery): ```swift import Distributed import DistributedActors import FlyAppDiscovery import NIO import Foundation...
IIRC the remaining bit is in `ClusterSystem.actorReady`
toolset?
yeah, tools would work too. i don't like utils either (not substantial enough).
Based on previous experiences I think it's sufficient to keep any associated state/data within the individual `LifecycleItem`s themselves--by this I am not suggesting we move the proposed feature from `LifecycleState`...
Deleted CI for Swift versions < 5.8. Updated API breakage check to use Swift 5.10 (was using 5.1). `scripts/soundness.sh` needs to be updated because `scripts/generate_linux_tests.rb` is removed. ``` => Checking...
Also updated branch rules to require Swift 5.8, 5.9 and 5.10 and remove previous Swift versions.
It posts bogus results because the build doesn't get far enough to the cleanup stage to delete previous test result files, and the job is configured to post contents from...