Skip to content

Eliminate Fragile and Indeterministic Test and speedup CI execution tackling failure in CI. #4900

@atharvyadav22

Description

@atharvyadav22

Many Tests Relies on flakyTest{} wrapper and @ExtendWith(InstantExecutorExtension::class)
Which causes CI to be indeterministic and takes plenty of time to execute resulting in often No Value Produced and STARANDED_OUT tests.

The solution is to elminimate these fragile code block and use proper modern coroutine rules and pattern, also use proper nested class strucutre to make CI more readable.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions