Skip to content

Instantly share code, notes, and snippets.

@spencergilbert
Created July 6, 2021 14:08
Show Gist options
  • Save spencergilbert/a2c780ea96ca15fa10879840fbd4f657 to your computer and use it in GitHub Desktop.
Save spencergilbert/a2c780ea96ca15fa10879840fbd4f657 to your computer and use it in GitHub Desktop.
JUnit tests
<?xml version="1.0" encoding="UTF-8"?>
<!-- Python / unittest-xml-report -->
<testsuites>
<testsuite errors="0" failures="1" file="api/tests_unittest.py" name="api.tests_unittest.TestStringMethods-20200211105522" skipped="1" tests="5" time="0.007" timestamp="2020-02-11T10:55:22">
<testcase classname="api.tests_unittest.TestStringMethods" file="api/tests_unittest.py" line="8" name="test_isupper" time="0.000" timestamp="2020-02-11T10:55:22"/>
<testcase classname="api.tests_unittest.TestStringMethods" file="api/tests_unittest.py" line="12" name="test_split" time="0.000" timestamp="2020-02-11T10:55:22"/>
<testcase classname="api.tests_unittest.TestStringMethods" file="api/tests_unittest.py" line="5" name="test_upper" time="0.000" timestamp="2020-02-11T10:55:22"/>
<testcase classname="api.tests_unittest.TestStringMethods" file="api/tests_unittest.py" line="19" name="test_skipped_unittest" time="0.000" timestamp="2020-02-11T10:55:22">
<skipped/>
</testcase>
<system-out/>
<system-err/>
</testsuite>
</testsuites>
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="test" package="test" id="0" errors="0" failures="0" tests="96" skipped="2" >
<testcase classname="config::log_schema::test" name="partial_log_schema" time="0"/>
<testcase classname="event::discriminant::tests" name="field_order" time="0"/>
<testcase classname="event::discriminant::tests" name="with_hash_map" time="0"/>
<testcase classname="event::discriminant::tests" name="equal" time="0"/>
<testcase classname="event::finalization::tests" name="batch_status_update" time="0"/>
<testcase classname="event::finalization::tests" name="clone_and_merge_events" time="0"/>
<testcase classname="event::finalization::tests" name="clone_events" time="0"/>
<testcase classname="event::finalization::tests" name="defaults" time="0"/>
<testcase classname="event::discriminant::tests" name="not_equal" time="0"/>
<testcase classname="event::finalization::tests" name="early_update" time="0"/>
<testcase classname="event::finalization::tests" name="event_status_updates" time="0"/>
<testcase classname="event::finalization::tests" name="merge_events" time="0"/>
<testcase classname="event::finalization::tests" name="sends_notification" time="0"/>
<testcase classname="event::finalization::tests" name="multi_event_batch" time="0"/>
<testcase classname="event::legacy_lookup::test" name="array" time="0"/>
<testcase classname="event::legacy_lookup::test" name="impl_index_mut_index_mut" time="0"/>
<testcase classname="event::legacy_lookup::test" name="impl_index_ranges" time="0"/>
<testcase classname="event::legacy_lookup::test" name="impl_index_usize" time="0"/>
<testcase classname="event::discriminant::tests" name="map_values_matter_2" time="0"/>
<testcase classname="event::legacy_lookup::test" name="into_iter" time="0"/>
<testcase classname="event::legacy_lookup::test" name="iter" time="0"/>
<testcase classname="event::legacy_lookup::test" name="pop" time="0"/>
<testcase classname="event::discriminant::tests" name="map_values_matter_1" time="0"/>
<testcase classname="event::legacy_lookup::test" name="simple" time="0"/>
<testcase classname="event::legacy_lookup::test" name="push" time="0"/>
<testcase classname="event::discriminant::tests" name="array_values_insertion_order" time="0"/>
<testcase classname="event::discriminant::tests" name="map_values_key_order" time="0"/>
<testcase classname="event::legacy_lookup::test" name="we_dont_parse_plain_strings_in_from" time="0"/>
<testcase classname="event::legacy_lookup::test" name="to_string" time="0"/>
<testcase classname="event::legacy_lookup::test" name="via_parse" time="0"/>
<testcase classname="event::legacy_lookup::test" name="zero_len_not_allowed" time="0"/>
<testcase classname="event::log_event::test" name="merge_value_works_correctly" time="0"/>
<testcase classname="event::metric::test" name="merge_gauges" time="0"/>
<testcase classname="event::metric::test" name="merge_counters" time="0"/>
<testcase classname="event::merge_state::test" name="log_event_merge_state_example" time="0"/>
<testcase classname="event::metric::test" name="display" time="0"/>
<testcase classname="event::metric::test" name="merge_histograms" time="0"/>
<testcase classname="event::metric::test" name="merge_sets" time="0"/>
<testcase classname="event::log_event::test" name="json_value_to_vector_log_event_to_json_value" time="0"/>
<testcase classname="event::log_event::test" name="merge_event_combines_values_accordingly" time="0"/>
<testcase classname="event::test::serialization" name="type_serialization" time="0"/>
<testcase classname="event::util::log::all_fields::test" name="keys_nested" time="0"/>
<testcase classname="event::log_event::test" name="entry" time="0"/>
<testcase classname="event::test" name="event_iteration" time="0"/>
<testcase classname="event::util::log::all_fields::test" name="keys_simple" time="0"/>
<testcase classname="event::util::log::contains::test" name="contains_simple" time="0"/>
<testcase classname="event::util::log::get::test" name="get_simple" time="0"/>
<testcase classname="event::test" name="event_iteration_order" time="0"/>
<testcase classname="event::util::log::get_mut::test" name="get_mut_simple" time="0"/>
<testcase classname="event::util::log::insert::test" name="test_insert_array" time="0"/>
<testcase classname="event::legacy_lookup::test" name="lookup_to_string_and_serialize" time="0"/>
<testcase classname="event::util::log::keys::test" name="keys_nested" time="0"/>
<testcase classname="event::util::log::keys::test" name="keys_simple" time="0"/>
<testcase classname="event::util::log::insert::test" name="test_insert_nested" time="0"/>
<testcase classname="event::util::log::path_iter::test" name="path_iter_elementary" time="0"/>
<testcase classname="event::util::log::remove::test" name="array_remove_from_middle" time="0"/>
<testcase classname="event::util::log::get::test" name="get_nested" time="0"/>
<testcase classname="event::util::log::get_mut::test" name="get_mut_nested" time="0"/>
<testcase classname="event::util::log::path_iter::test" name="path_iter_complex" time="0"/>
<testcase classname="event::util::log::remove::test" name="remove_prune" time="0"/>
<testcase classname="event::util::log::remove::test" name="remove_simple" time="0"/>
<testcase classname="event::util::log::path_iter::test" name="path_iter_invalid" time="0"/>
<testcase classname="event::test::serialization" name="serialization" time="0"/>
<testcase classname="event::util::log::remove::test" name="remove_nested" time="0"/>
<testcase classname="event::util::log::contains::test" name="contains_nested" time="0"/>
<testcase classname="event::value::test::corner_cases" name="remove_prune_array_with_array" time="0"/>
<testcase classname="event::value::test::corner_cases" name="remove_prune_array_with_map" time="0"/>
<testcase classname="event::value::test::corner_cases" name="remove_prune_map_with_array" time="0"/>
<testcase classname="event::value::test::corner_cases" name="remove_prune_map_with_map" time="0"/>
<testcase classname="event::value::test::insert_get_remove" name="double_nested_field" time="0"/>
<testcase classname="event::value::test::insert_get_remove" name="field_index" time="0"/>
<testcase classname="event::value::test::insert_get_remove" name="field_negative_index" time="0"/>
<testcase classname="event::value::test::insert_get_remove" name="index_field" time="0"/>
<testcase classname="event::value::test::insert_get_remove" name="field_with_nested_index_field" time="0"/>
<testcase classname="event::value::test::insert_get_remove" name="negative_index_resize" time="0"/>
<testcase classname="event::value::test::insert_get_remove" name="nested_field" time="0"/>
<testcase classname="event::value::test::insert_get_remove" name="nested_index" time="0"/>
<testcase classname="event::value::test::insert_get_remove" name="nested_index_field" time="0"/>
<testcase classname="event::value::test::insert_get_remove" name="negative_index" time="0"/>
<testcase classname="event::value::test::insert_get_remove" name="nested_index_negative" time="0"/>
<testcase classname="event::value::test::insert_get_remove" name="single_field" time="0"/>
<testcase classname="event::value::test::insert_get_remove" name="single_index" time="0"/>
<testcase classname="mapping::query::function::not::tests" name="not" time="0"/>
<testcase classname="mapping::query::arithmetic::tests" name="check_compare_query" time="0"/>
<testcase classname="mapping::query::function::flatten::test" name="check_flatten" time="0"/>
<testcase classname="mapping::query::path::tests::check_path_query" name="check_patch_query" time="0">
<skipped/>
</testcase>
<testcase classname="event::value::test" name="json_value_to_vector_value_to_json_value" time="0"/>
<testcase classname="mapping::query::function::split::tests" name="check_split" time="0"/>
<testcase classname="mapping::query::regex::tests" name="create_regex_case_sensitive" time="0"/>
<testcase classname="mapping::query::regex::tests" name="create_regex_case_insensitive" time="0"/>
<testcase classname="mapping::parser::tests" name="check_parser" time="0"/>
<testcase classname="event::value::test::insert_get_remove" name="populated_field" time="0"/>
<testcase classname="metrics::handle::test" name="count" time="0"/>
<testcase classname="metrics::handle::test" name="histogram" time="0"/>
<testcase classname="event::test::serialization" name="back_and_forth_through_bytes" time="0"/>
<testcase classname="event::value::test" name="quickcheck_value" time="0"/>
<system-out/>
<system-err/>
</testsuite>
</testsuites>
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="test" package="test" id="0" errors="0" failures="0" tests="8" skipped="0" >
<testcase classname="src/event/value.rs" name="event::value::Value::is_empty (line 362)" time="2"/>
<testcase classname="src/event/value.rs" name="event::value::Value::lookups (line 1059)" time="2"/>
<testcase classname="src/event/value.rs" name="event::value::Value::get_mut (line 940)" time="2"/>
<testcase classname="src/event/value.rs" name="event::value::Value::insert (line 614)" time="2"/>
<testcase classname="src/event/value.rs" name="event::value::Value::get (line 848)" time="3"/>
<testcase classname="src/event/value.rs" name="event::value::Value::contains (line 1031)" time="3"/>
<testcase classname="src/event/value.rs" name="event::value::Value::remove (line 700)" time="3"/>
<testcase classname="src/event/value.rs" name="event::value::Value::pairs (line 1146)" time="3"/>
<system-out/>
<system-err/>
</testsuite>
</testsuites>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment