-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding documentation on codec versioning #337
Adding documentation on codec versioning #337
Conversation
@@ -265,6 +265,26 @@ Here, we are testing BWC Tests with BWC version of plugin as 1.0.0.0. Make sure | |||
|
|||
Before adding any new tests to Backward Compatibility Tests, we should be aware that the tests in BWC are not independent. While creating an index, a test cannot use the same index name if it is already used in other tests. Also, adding extra operations to the existing test may impact other existing tests like graphCount. | |||
|
|||
## Codec Versioning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add this(with a hyperlink) to the index on the top of this file ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ack
Signed-off-by: Martin Gaievski <[email protected]>
9f85255
to
db15e81
Compare
Codecov Report
@@ Coverage Diff @@
## main #337 +/- ##
=========================================
Coverage 83.99% 83.99%
Complexity 900 900
=========================================
Files 130 130
Lines 3854 3854
Branches 353 353
=========================================
Hits 3237 3237
Misses 457 457
Partials 160 160 Continue to review full report at Codecov.
|
Signed-off-by: Martin Gaievski <[email protected]>
Signed-off-by: Martin Gaievski [email protected]
Description
Put description of new versioning for codecs from PR description #328 to dev guide.
Issues Resolved
No master issue yet, aiming 2.0 release
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.