-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-codegenIssue is related to code generatorIssue is related to code generatorctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Milestone
Description
Description
In pull request #1114 we temporarily disable compiling and executing parameterized tests for some test samples because some bugs were done after Andrey fixed whole pipeline.
We need to return them.
Currently the list of disabled (in parameterized mode) tests is:
- ClassWithStaticAndInnerClassesTest
- CustomerExamplesTest
- FieldMockTest
- MockFinalClassTest
- MockRandomTest
- MockStaticMethodExampleTest
- AnonymousClassesExampleTest
Expected behavior
We avoid configurations like
TestLastStage(CodegenLanguage.JAVA, lastStage = TestExecution, parameterizedModeLastStage = Compilation)
and prefer to have similar last stage in standard and parameterized mode.
Metadata
Metadata
Assignees
Labels
comp-codegenIssue is related to code generatorIssue is related to code generatorctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Type
Projects
Status
Done