-
Notifications
You must be signed in to change notification settings - Fork 731
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove test targets from Package.swift * Create ServerIntegrationTest Target and add LegacyInterceptorProviderIntegrationTests WIP on UnitTestPlan * Refactor LegacyInterceptorProviderTests to unit tests and move them out of RequestChainTests * Move StarWarsServer Tests into integration test target * Moved all server dependent tests out of unit tests. Consolidated unit test targets * Convert schemes to use test plans * Reconfigure CircleCI config * minor fix for CircleCI config * Fixes for broken test imports * Fixed test targets to use MacOS 10.15 * Fix SwiftScripts builds * Typo in CircleCI config * Minor fixes * Fix circle CI * Bump CircleCI to use Xcode 12.4 (from 12.1) * Fix simulator versions for CircleCI * Fix macOS SDK version for CircleCI * Attempt to fix macos sdk on circleCI * Remove xcpretty for debugging CircleCI * More fixes for sdk versions * update tvOS version on circle * Add log to try to figure out what on earth is going on with the SHASUM * Fix linker issues with ApolloCodegenTests * Use an NSDIstributedLock to lock the CLI folder while downloading, extracting, and checking SHASUM * Use “.lock” on path for NSDistributedLock * Atomically write SHASUM to extracted zip * Try logging * Attempt changing permissions for extracted CLI folder * test not breaking lock * Removed added logging and cleaned up lock code Co-authored-by: Ellen Shapiro <[email protected]>
- Loading branch information
1 parent
ed93b8e
commit 7afcfc3
Showing
70 changed files
with
1,310 additions
and
1,596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.