Adding support for Apache Skywalking#12
Open
akshathsk wants to merge 1 commit intoxlab-uiuc:skywalkingfrom
Open
Adding support for Apache Skywalking#12akshathsk wants to merge 1 commit intoxlab-uiuc:skywalkingfrom
akshathsk wants to merge 1 commit intoxlab-uiuc:skywalkingfrom
Conversation
46c67d8 to
cafa0f0
Compare
ac4dc21 to
0ff1907
Compare
569cd76 to
8b0ffcc
Compare
8b0ffcc to
74e5a48
Compare
This file contains hidden or 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
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.
Description
This PR enables CTest support to
Apache SkywalkingDetails
Skywalking stores configs as a yml (application.yml). The configs are maintained in a 4-level hierarchical structure in the yaml.
The hierarchy followed for each config is as follows -
To parse configs and enable CTests on this project 3 jars are added in this PR -
core/identify_param/skywalking- To find configs used by each test casecore/generate_value/value_generation.pyupdated to support skywalkingcore/generate_ctest/skywalking- To generate the ctest jsondata/ctest_mapping/skywalking.jsonidentify_param/skywalking- To run a CTest with a config injection fileResults
Module
core/identify_param/skywalkinggenerates 2 filesa.
core/identify_param/results/skywalking/skywalking-test-to-config-flat.jsonb.
core/identify_param/results/skywalking/skywalking-test-to-config.jsonModule
core/generate_value/value_generation.pygeneratesa.
core/generate_value/skywalking-generated-values.tsvModule
core/generate_ctest/skywalkinggeneratesa.
data/ctest_mapping/skywalking.jsonSkywalking modules supported