-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add smoke test for impacted tests detection
- Loading branch information
1 parent
2fda4f6
commit 9b370b2
Showing
10 changed files
with
553 additions
and
11 deletions.
There are no files selected for viewing
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
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
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
19 changes: 19 additions & 0 deletions
19
...oke-tests/maven/src/test/resources/test_successful_maven_run_impacted_tests/coverages.ftl
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[ { | ||
"files" : [ { | ||
"filename" : "src/test/java/datadog/smoke/TestSucceed.java" | ||
}, { | ||
"filename" : "src/main/java/datadog/smoke/Calculator.java" | ||
} ], | ||
"span_id" : ${content_span_id_6}, | ||
"test_session_id" : ${content_test_session_id}, | ||
"test_suite_id" : ${content_test_suite_id} | ||
}, { | ||
"files" : [ { | ||
"filename" : "src/test/java/datadog/smoke/TestSucceed.java" | ||
}, { | ||
"filename" : "src/main/java/datadog/smoke/Calculator.java" | ||
} ], | ||
"span_id" : ${content_span_id_5}, | ||
"test_session_id" : ${content_test_session_id}, | ||
"test_suite_id" : ${content_test_suite_id} | ||
} ] |
Oops, something went wrong.