Changes related to service method integration tests#277
Open
gdadunashvili wants to merge 9 commits intoeclipse-score:mainfrom
Open
Changes related to service method integration tests#277gdadunashvili wants to merge 9 commits intoeclipse-score:mainfrom
gdadunashvili wants to merge 9 commits intoeclipse-score:mainfrom
Conversation
bemerybmw
requested changes
Apr 13, 2026
Contributor
bemerybmw
left a comment
There was a problem hiding this comment.
The final merge commit can be removed?
b526473 to
2cb49ec
Compare
bemerybmw
reviewed
Apr 15, 2026
2cb49ec to
8da71a5
Compare
8da71a5 to
4adb21f
Compare
bemerybmw
reviewed
Apr 21, 2026
4adb21f to
5f5167a
Compare
bemerybmw
approved these changes
Apr 24, 2026
5f5167a to
10b095e
Compare
This function can safely terminate a test and offers the ability to consume variadic number of printable arguments to print them as an error message
methods tests reuse the same configuration with slight variations, like changing the applicationID or asil_level, but leavidng the rest unchanged. This can lead to many duplicated json files which only slightly differ and are hard to maintain. This config_generator bazel rule together with the config_generator.py and base_mw_com_config.json provides a way to generate config files on the fly during the build step.
Handler scopes need to be reinitiated by PrepareOffer in case they were expired by StopOffer before
10b095e to
7b1adcf
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These are changes that are related to integration tests for methods.
Either bugfixes that were discovered through methods tests, or infrastructure code that will be used by integration tests