-
Notifications
You must be signed in to change notification settings - Fork 17
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
[TS-38628] [Impacted Test Engine] Kotlin Migration #618
[TS-38628] [Impacted Test Engine] Kotlin Migration #618
Conversation
f636e9f
to
680a08a
Compare
680a08a
to
12d4308
Compare
I have solved all true positives. Rest is false positive |
I have changed some docker code to comply to the best practices. I not sure if i tested it correctly. Is it possible to add docker tests? |
What do we do about the bazillion test gaps? |
|
I also did a manual test and seems to work as expected.
|
Migration of the Impacted Test Engine. Follow up of #617
Summary
This Pull Request implements several changes across the project. The most notable updates include the migration to Kotlin conventions in various Gradle files, Java toolchain updates, dependency updates, and the introduction of new classes and test cases for an impacted test execution engine.
Build System Updates:
kotlin-convention
plugin in multiple Gradle scripts to unify project conventions.settings.gradle.kts
to remove unnecessary toolchains plugin and simplify includes..gitignore
.Code Changes:
ImpactedTestEngine
,ImpactedTestsSorter
,InternalImpactedTestEngine
, etc.Test Cases: