-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to test multi service API version (#12719)
* [WIP] prototype: multi-service-version test support * Move multi-version test support into its own package * Add some unit tests * Add README * Fix missing rollup error in CI build * Disable browser test bundling * Remove option to specify custom string comparison function Now it's required to have a sorted list of API version strings supported by the service from the oldest to the latest. This list is used to compare version strings. Add missing `skip` method to the chain object. Add unit tests * Fix README analysis issue * Move `forEach()` and `onVersions()` into `versionsToTest()` * Ignore README verification errors * Fix rollup error * Undo file moves * Minor README tweak * Fix build error in pipeline * Add `DISABLE_MULTI_VERSION_TESTING` env var
- Loading branch information
1 parent
0b18dd6
commit d6d5163
Showing
16 changed files
with
925 additions
and
197 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.