-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI
: split load shedder integration tests (#3675)
Follow up to #3673. ### Changes: - Split `loadshedder-integration-tests` into `integration-tests-all` and `loadshedder-integration-tests-v3` - Removed `loadshedder-integration-tests` from `build_test`: this reverts #3673. We already run loadshedder tests as part of `SK1` and `SK2` test suites. - Add `BackendIntegrationTests-Shedder` test plane. This isn't used by CI (see above point), but it can be useful to run all of the load shedder tests.
- Loading branch information
Showing
4 changed files
with
101 additions
and
11 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
77 changes: 77 additions & 0 deletions
77
BackendIntegrationTests/BackendIntegrationTests-Shedder.xctestplan
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"configurations" : [ | ||
{ | ||
"id" : "62C79EF4-8071-439C-B693-34F1E57211FC", | ||
"name" : "Configuration 1", | ||
"options" : { | ||
"testTimeoutsEnabled" : true | ||
} | ||
} | ||
], | ||
"defaultOptions" : { | ||
"codeCoverage" : false, | ||
"environmentVariableEntries" : [ | ||
{ | ||
"key" : "RCMockAdServicesToken", | ||
"value" : "G9i5hC8lQJeGOfmS+MFycll" | ||
}, | ||
{ | ||
"key" : "RCRunningTests", | ||
"value" : "1" | ||
}, | ||
{ | ||
"key" : "RCRunningIntegrationTests", | ||
"value" : "1" | ||
} | ||
], | ||
"maximumTestExecutionTimeAllowance" : 180, | ||
"maximumTestRepetitions" : 5, | ||
"targetForVariableExpansion" : { | ||
"containerPath" : "container:RevenueCat.xcodeproj", | ||
"identifier" : "2DE20B7E26409EB7004C597D", | ||
"name" : "BackendIntegrationTestsHostApp" | ||
}, | ||
"testExecutionOrdering" : "random", | ||
"testRepetitionMode" : "retryOnFailure", | ||
"testTimeoutsEnabled" : true | ||
}, | ||
"testTargets" : [ | ||
{ | ||
"skippedTests" : [ | ||
"BaseBackendIntegrationTests", | ||
"BaseOfflineStoreKitIntegrationTests", | ||
"BaseSignatureVerificationIntegrationTests", | ||
"BaseStoreKitIntegrationTests", | ||
"BaseStoreKitObserverModeIntegrationTests", | ||
"DisabledSignatureVerificationIntegrationTests", | ||
"DynamicModeSignatureVerificationIntegrationTests", | ||
"EnforcedSignatureVerificationIntegrationTests", | ||
"InformationalSignatureVerificationIntegrationTests", | ||
"OfflineStoreKit1IntegrationTests", | ||
"OfflineStoreKit2IntegrationTests", | ||
"OfflineStoreKit2JWSIntegrationTests", | ||
"OfflineWithNoMappingStoreKitIntegrationTests", | ||
"OtherIntegrationTests", | ||
"PaywallEventsIntegrationTests", | ||
"SignatureVerificationWithoutHeaderHashIntegrationTests", | ||
"StoreKit1IntegrationTests", | ||
"StoreKit1ObserverModeIntegrationTests", | ||
"StoreKit1ObserverModeWithExistingPurchasesTests", | ||
"StoreKit2IntegrationTests", | ||
"StoreKit2JWSIntegrationTests", | ||
"StoreKit2JWSObserverModeIntegrationTests", | ||
"StoreKit2JWSObserverModeWithExistingPurchasesTests", | ||
"StoreKit2ObserverModeIntegrationTests", | ||
"StoreKit2ObserverModeWithExistingPurchasesTests", | ||
"SubscriberAttributesManagerIntegrationTests", | ||
"TestCase" | ||
], | ||
"target" : { | ||
"containerPath" : "container:RevenueCat.xcodeproj", | ||
"identifier" : "2DE20B6B264087FB004C597D", | ||
"name" : "BackendIntegrationTests" | ||
} | ||
} | ||
], | ||
"version" : 1 | ||
} |
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