New IT Framework - InputSource and InputFormat Tests#13597
New IT Framework - InputSource and InputFormat Tests#13597cryptoe merged 6 commits intoapache:masterfrom
Conversation
cryptoe
left a comment
There was a problem hiding this comment.
Minor comments. WIll merge after CICD
| * under the License. | ||
| */ | ||
|
|
||
| package org.apache.druid.testsEx.indexer; |
There was a problem hiding this comment.
Why is this indexer-specific test? Should this package be something else like inputsource
There was a problem hiding this comment.
This is an existing package. I believe "indexer" is the name of the service that does ingestion, not just the name of a process that manages tasks.
There was a problem hiding this comment.
Was following the existing structure. We can create a new package if required.
There was a problem hiding this comment.
Ahh maybe we can change it in another PR .
|
@abhagraw Also please mention the exact tests which are being migrated as part of the PR description for the trail. |
paul-rogers
left a comment
There was a problem hiding this comment.
Looks good. Thanks for doing the conversion. For this one, it appears we were able to reuse the code pretty much as-is. That is a good outcome: it allows tests to be converted rapidly.
I wonder, as we convert, should we remove the old tests? Or, at least leave a comment indicating that they have been converted? Doing so will make it easier to track the conversions as we move beyond having just a handful.
Other than the formatting issue pointed out below, LGTM.
| * under the License. | ||
| */ | ||
|
|
||
| package org.apache.druid.testsEx.indexer; |
There was a problem hiding this comment.
This is an existing package. I believe "indexer" is the name of the service that does ingestion, not just the name of a process that manages tasks.
@paul-rogers Currently we only run tests on jvm 8 using the new framework. We need to add support for running on jvm 11 to remove the old framework tests completely. |
|
Thanks, @abhagraw for migrating these tests!! |
Migrating InputSource and InputFormat Tests to the new IT framework.
The following tests are being migrated to the new framework -