-
Notifications
You must be signed in to change notification settings - Fork 33
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
Adding Apache Kylin into the openctest framework #29
Open
ConstaT99
wants to merge
70
commits into
xlab-uiuc:main
Choose a base branch
from
ConstaT99:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
ConstaT99
changed the title
add support for Kylin
Adding Apache Kylin into the openctest framework
Dec 6, 2022
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.
OverView
Adding support for Apache Kylin to this project. Total of 45 file changed or added
Details
core/
add_project.sh
setup_kylin()
this function willclone
Kylin repo
from a forked link by our group,checkout
to banchctest-injection
and build the projectctest_const.sh
core/default_configs
core/generate_ctest
ctest_mapping
inject.py
KCOMMON
,KSTORAGE
,KCUBE
,KTOOL
into file which make project able to inject parameter into Apache Kylin.main.py
mapping[param]
toassociated_tests
, it's a bug.run_test.py
testing_dir
ito make sure ctest can find the rightsurefire path
in kylinrun_test_utils.py
program_input.py
program input
setting.sample_kylin-*.tsv
parameter
and itsvalue
by us.core/generate_value
config.py
gutil.py
metadataurl
,ratio
andenv
to increase coverage of value generationkylin-common-generated-values.tsv
value_generation.py
value_generation.py
core/identify_param
add_project.sh
setup_kylin()
this function willclone
Kylin repo
from a forked link by our group,checkout
to banchctest-logging
and build the projectconstant.py
constant value
for kylin.identify_param.sh
kylin-common
runner.py
command
to run test undercore-common
moduleresult/kylin-common
core/run_ctest
inject.py
KCOMMON
into list so it will support forkylin core-common
moduleprogram_input.py
program input
setting.run_test.py
testing_dir
ito make sure ctest can find the rightsurefire path
in kylinrun_test_utils.py
patch
Other
While using the surefire on Kylin. We found a bug in Kylin's
pom.xml
file. It contain a undefined variable which will casue project unable to runsurefire:test
and we fixed it.