newrelic_rpm 4.1.0.333 → 4.2.0.334
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +30 -25
- data/CHANGELOG.md +19 -0
- data/lib/new_relic/agent/database.rb +9 -3
- data/lib/new_relic/agent/datastores.rb +8 -7
- data/lib/new_relic/agent/instrumentation/action_controller_subscriber.rb +3 -4
- data/lib/new_relic/agent/instrumentation/active_record_subscriber.rb +26 -4
- data/lib/new_relic/agent/instrumentation/acts_as_solr.rb +4 -2
- data/lib/new_relic/agent/instrumentation/controller_instrumentation.rb +3 -5
- data/lib/new_relic/agent/instrumentation/data_mapper.rb +5 -2
- data/lib/new_relic/agent/instrumentation/mongo.rb +5 -5
- data/lib/new_relic/agent/instrumentation/rake.rb +3 -1
- data/lib/new_relic/agent/method_tracer_helpers.rb +0 -57
- data/lib/new_relic/agent/supported_versions.rb +6 -5
- data/lib/new_relic/agent/transaction.rb +58 -67
- data/lib/new_relic/agent/transaction/abstract_segment.rb +33 -4
- data/lib/new_relic/agent/transaction/datastore_segment.rb +22 -21
- data/lib/new_relic/agent/transaction/external_request_segment.rb +4 -3
- data/lib/new_relic/agent/transaction/segment.rb +27 -1
- data/lib/new_relic/agent/transaction/tracing.rb +18 -4
- data/lib/new_relic/agent/transaction_sampler.rb +0 -105
- data/lib/new_relic/agent/transaction_state.rb +0 -8
- data/lib/new_relic/control/frameworks/ruby.rb +2 -2
- data/lib/new_relic/version.rb +1 -1
- data/lib/sequel/extensions/newrelic_instrumentation.rb +21 -9
- data/newrelic_rpm.gemspec +2 -2
- metadata +3 -764
- data/lib/new_relic/agent/traced_method_stack.rb +0 -109
- data/test/agent_helper.rb +0 -672
- data/test/config/newrelic.yml +0 -46
- data/test/config/test.cert.crt +0 -18
- data/test/config/test.cert.key +0 -15
- data/test/config/test_control.rb +0 -54
- data/test/environments/.gitignore +0 -16
- data/test/environments/lib/environments/runner.rb +0 -111
- data/test/environments/norails/Gemfile +0 -19
- data/test/environments/norails/Rakefile +0 -9
- data/test/environments/rails21/Gemfile +0 -23
- data/test/environments/rails21/Rakefile +0 -16
- data/test/environments/rails21/app/controllers/application.rb +0 -20
- data/test/environments/rails21/config/boot.rb +0 -113
- data/test/environments/rails21/config/database.yml +0 -26
- data/test/environments/rails21/config/environment.rb +0 -26
- data/test/environments/rails21/config/environments/development.rb +0 -10
- data/test/environments/rails21/config/environments/production.rb +0 -8
- data/test/environments/rails21/config/environments/test.rb +0 -10
- data/test/environments/rails21/config/routes.rb +0 -5
- data/test/environments/rails21/db/schema.rb +0 -5
- data/test/environments/rails22/Gemfile +0 -24
- data/test/environments/rails22/Rakefile +0 -16
- data/test/environments/rails22/app/controllers/application.rb +0 -20
- data/test/environments/rails22/config/boot.rb +0 -113
- data/test/environments/rails22/config/database.yml +0 -26
- data/test/environments/rails22/config/environment.rb +0 -25
- data/test/environments/rails22/config/environments/development.rb +0 -10
- data/test/environments/rails22/config/environments/production.rb +0 -8
- data/test/environments/rails22/config/environments/test.rb +0 -10
- data/test/environments/rails22/config/routes.rb +0 -5
- data/test/environments/rails22/db/schema.rb +0 -5
- data/test/environments/rails23/Gemfile +0 -24
- data/test/environments/rails23/Rakefile +0 -16
- data/test/environments/rails23/app/controllers/application.rb +0 -20
- data/test/environments/rails23/config/boot.rb +0 -127
- data/test/environments/rails23/config/database.yml +0 -26
- data/test/environments/rails23/config/environment.rb +0 -16
- data/test/environments/rails23/config/environments/production.rb +0 -8
- data/test/environments/rails23/config/environments/test.rb +0 -10
- data/test/environments/rails23/config/preinitializer.rb +0 -25
- data/test/environments/rails23/config/routes.rb +0 -5
- data/test/environments/rails23/db/schema.rb +0 -5
- data/test/environments/rails30/Gemfile +0 -23
- data/test/environments/rails30/Rakefile +0 -11
- data/test/environments/rails30/config/application.rb +0 -17
- data/test/environments/rails30/config/boot.rb +0 -10
- data/test/environments/rails30/config/database.yml +0 -26
- data/test/environments/rails30/config/environment.rb +0 -6
- data/test/environments/rails30/config/initializers/new_rails_defaults.rb +0 -11
- data/test/environments/rails30/db/schema.rb +0 -5
- data/test/environments/rails31/Gemfile +0 -24
- data/test/environments/rails31/Rakefile +0 -11
- data/test/environments/rails31/config/application.rb +0 -18
- data/test/environments/rails31/config/boot.rb +0 -10
- data/test/environments/rails31/config/database.yml +0 -26
- data/test/environments/rails31/config/environment.rb +0 -6
- data/test/environments/rails31/config/initializers/new_rails_defaults.rb +0 -21
- data/test/environments/rails31/db/schema.rb +0 -5
- data/test/environments/rails32/Gemfile +0 -26
- data/test/environments/rails32/Rakefile +0 -12
- data/test/environments/rails32/config/application.rb +0 -19
- data/test/environments/rails32/config/boot.rb +0 -10
- data/test/environments/rails32/config/database.yml +0 -26
- data/test/environments/rails32/config/environment.rb +0 -6
- data/test/environments/rails32/db/schema.rb +0 -5
- data/test/environments/rails40/Gemfile +0 -26
- data/test/environments/rails40/Rakefile +0 -11
- data/test/environments/rails40/config/application.rb +0 -18
- data/test/environments/rails40/config/boot.rb +0 -10
- data/test/environments/rails40/config/database.yml +0 -26
- data/test/environments/rails40/config/environment.rb +0 -6
- data/test/environments/rails40/db/schema.rb +0 -5
- data/test/environments/rails41/Gemfile +0 -26
- data/test/environments/rails41/Rakefile +0 -11
- data/test/environments/rails41/config/application.rb +0 -18
- data/test/environments/rails41/config/boot.rb +0 -10
- data/test/environments/rails41/config/database.yml +0 -26
- data/test/environments/rails41/config/environment.rb +0 -6
- data/test/environments/rails41/db/schema.rb +0 -5
- data/test/environments/rails42/Gemfile +0 -27
- data/test/environments/rails42/Rakefile +0 -11
- data/test/environments/rails42/config/application.rb +0 -18
- data/test/environments/rails42/config/boot.rb +0 -10
- data/test/environments/rails42/config/database.yml +0 -26
- data/test/environments/rails42/config/environment.rb +0 -6
- data/test/environments/rails42/db/schema.rb +0 -5
- data/test/environments/rails50/Gemfile +0 -23
- data/test/environments/rails50/Rakefile +0 -11
- data/test/environments/rails50/config/application.rb +0 -18
- data/test/environments/rails50/config/boot.rb +0 -10
- data/test/environments/rails50/config/database.yml +0 -26
- data/test/environments/rails50/config/environment.rb +0 -6
- data/test/environments/rails50/db/schema.rb +0 -5
- data/test/fixtures/cross_agent_tests/README.md +0 -34
- data/test/fixtures/cross_agent_tests/attribute_configuration.json +0 -384
- data/test/fixtures/cross_agent_tests/aws.json +0 -312
- data/test/fixtures/cross_agent_tests/cat/README.md +0 -28
- data/test/fixtures/cross_agent_tests/cat/cat_map.json +0 -595
- data/test/fixtures/cross_agent_tests/cat/path_hashing.json +0 -51
- data/test/fixtures/cross_agent_tests/cat_map.json +0 -597
- data/test/fixtures/cross_agent_tests/data_transport/data_transport.json +0 -1441
- data/test/fixtures/cross_agent_tests/data_transport/data_transport.md +0 -35
- data/test/fixtures/cross_agent_tests/datastores/README.md +0 -16
- data/test/fixtures/cross_agent_tests/datastores/datastore_api.json +0 -443
- data/test/fixtures/cross_agent_tests/datastores/datastore_instances.json +0 -73
- data/test/fixtures/cross_agent_tests/docker_container_id/README.md +0 -6
- data/test/fixtures/cross_agent_tests/docker_container_id/cases.json +0 -75
- data/test/fixtures/cross_agent_tests/docker_container_id/docker-0.9.1.txt +0 -10
- data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.0.0.txt +0 -10
- data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-lxc-driver.txt +0 -10
- data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-native-driver-fs.txt +0 -10
- data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-native-driver-systemd.txt +0 -10
- data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.3.txt +0 -9
- data/test/fixtures/cross_agent_tests/docker_container_id/empty.txt +0 -0
- data/test/fixtures/cross_agent_tests/docker_container_id/heroku.txt +0 -1
- data/test/fixtures/cross_agent_tests/docker_container_id/invalid-characters.txt +0 -9
- data/test/fixtures/cross_agent_tests/docker_container_id/invalid-length.txt +0 -9
- data/test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.04-lxc-container.txt +0 -10
- data/test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.04-no-container.txt +0 -10
- data/test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.10-no-container.txt +0 -10
- data/test/fixtures/cross_agent_tests/labels.json +0 -195
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/README.md +0 -16
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.colon_obfuscated.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.explain.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.obfuscated.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.explain.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.colon_obfuscated.txt +0 -5
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.explain.txt +0 -5
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.obfuscated.txt +0 -5
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.colon_obfuscated.txt +0 -5
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.explain.txt +0 -5
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.obfuscated.txt +0 -5
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.colon_obfuscated.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.explain.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.obfuscated.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.explain.txt +0 -3
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.colon_obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.explain.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.obfuscated.txt +0 -2
- data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.query.txt +0 -1
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_1core_1logical.txt +0 -3
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_1core_2logical.txt +0 -14
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_2core_2logical.txt +0 -14
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_4core_4logical.txt +0 -28
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_12core_24logical.txt +0 -575
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_20core_40logical.txt +0 -999
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_2core_2logical.txt +0 -51
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_2core_4logical.txt +0 -28
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_4core_4logical.txt +0 -28
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/4pack_4core_4logical.txt +0 -103
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/8pack_8core_8logical.txt +0 -199
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/README.md +0 -28
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/Xpack_Xcore_2logical.txt +0 -43
- data/test/fixtures/cross_agent_tests/proc_cpuinfo/malformed_file.txt +0 -3
- data/test/fixtures/cross_agent_tests/proc_meminfo/README.md +0 -7
- data/test/fixtures/cross_agent_tests/proc_meminfo/meminfo_4096MB.txt +0 -47
- data/test/fixtures/cross_agent_tests/rules.json +0 -165
- data/test/fixtures/cross_agent_tests/rum_client_config.json +0 -91
- data/test/fixtures/cross_agent_tests/rum_footer_insertion_location/close-body-in-comment.html +0 -10
- data/test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html +0 -19
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/basic.html +0 -10
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/body_with_attributes.html +0 -3
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_after_x_ua_tag.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_before_x_ua_tag.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_with_spaces.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/comments1.html +0 -24
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/comments2.html +0 -24
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag_after_x_ua_tag.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag_before_x_ua_tag.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/empty_head +0 -4
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes1.html +0 -27
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes2.html +0 -24
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes_mismatch.html +0 -24
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_single_quotes1.html +0 -25
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_single_quotes_mismatch.html +0 -25
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/head_with_attributes.html +0 -10
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/incomplete_non_meta_tags.html +0 -10
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_end_header.html +0 -6
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_header.html +0 -7
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_html_and_no_header.html +0 -3
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_start_header.html +0 -9
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/script1.html +0 -19
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/script2.html +0 -17
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag.html +0 -10
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_multiline.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_multiple_tags.html +0 -12
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_spaces_around_equals.html +0 -10
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_with_others.html +0 -11
- data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_with_spaces.html +0 -10
- data/test/fixtures/cross_agent_tests/sql_obfuscation/README.md +0 -36
- data/test/fixtures/cross_agent_tests/sql_obfuscation/sql_obfuscation.json +0 -619
- data/test/fixtures/cross_agent_tests/sql_parsing.json +0 -55
- data/test/fixtures/cross_agent_tests/synthetics/README.md +0 -65
- data/test/fixtures/cross_agent_tests/synthetics/synthetics.json +0 -317
- data/test/fixtures/cross_agent_tests/transaction_segment_terms.json +0 -389
- data/test/fixtures/cross_agent_tests/url_clean.json +0 -15
- data/test/fixtures/cross_agent_tests/url_domain_extraction.json +0 -35
- data/test/fixtures/cross_agent_tests/utilization/README.md +0 -13
- data/test/fixtures/cross_agent_tests/utilization/utilization_json.json +0 -132
- data/test/helpers/exceptions.rb +0 -16
- data/test/helpers/file_searching.rb +0 -28
- data/test/helpers/logging.rb +0 -37
- data/test/helpers/minitest.rb +0 -50
- data/test/helpers/misc.rb +0 -87
- data/test/helpers/mongo_metric_builder.rb +0 -34
- data/test/helpers/transaction_sample.rb +0 -44
- data/test/intentional_fail.rb +0 -13
- data/test/multiverse/.gitignore +0 -13
- data/test/multiverse/README.md +0 -85
- data/test/multiverse/lib/multiverse.rb +0 -32
- data/test/multiverse/lib/multiverse/color.rb +0 -23
- data/test/multiverse/lib/multiverse/envfile.rb +0 -66
- data/test/multiverse/lib/multiverse/output_collector.rb +0 -82
- data/test/multiverse/lib/multiverse/runner.rb +0 -126
- data/test/multiverse/lib/multiverse/shell_utils.rb +0 -27
- data/test/multiverse/lib/multiverse/suite.rb +0 -536
- data/test/multiverse/script/runner +0 -5
- data/test/multiverse/suites/active_record/.gitignore +0 -1
- data/test/multiverse/suites/active_record/Envfile +0 -60
- data/test/multiverse/suites/active_record/Rakefile +0 -9
- data/test/multiverse/suites/active_record/active_record_test.rb +0 -618
- data/test/multiverse/suites/active_record/app/models/models.rb +0 -34
- data/test/multiverse/suites/active_record/ar_method_aliasing.rb +0 -43
- data/test/multiverse/suites/active_record/before_suite.rb +0 -23
- data/test/multiverse/suites/active_record/config/database.rb +0 -79
- data/test/multiverse/suites/active_record/config/database.yml +0 -20
- data/test/multiverse/suites/active_record/config/newrelic.yml +0 -17
- data/test/multiverse/suites/active_record/db/migrate/20141105131800_create_users_and_aliases.rb +0 -21
- data/test/multiverse/suites/active_record/db/migrate/20141106082200_create_orders_and_shipments.rb +0 -25
- data/test/multiverse/suites/active_record/db/migrate/20150413011200_add_timestamps_to_orders.rb +0 -16
- data/test/multiverse/suites/active_record/db/migrate/20150414084400_create_groups.rb +0 -21
- data/test/multiverse/suites/activemerchant/Envfile +0 -26
- data/test/multiverse/suites/activemerchant/activemerchant_test.rb +0 -62
- data/test/multiverse/suites/agent_only/Envfile +0 -5
- data/test/multiverse/suites/agent_only/agent_attributes_test.rb +0 -351
- data/test/multiverse/suites/agent_only/agent_run_id_handling_test.rb +0 -39
- data/test/multiverse/suites/agent_only/audit_log_test.rb +0 -57
- data/test/multiverse/suites/agent_only/collector_exception_handling_test.rb +0 -87
- data/test/multiverse/suites/agent_only/config/newrelic.yml +0 -26
- data/test/multiverse/suites/agent_only/cross_application_tracing_test.rb +0 -94
- data/test/multiverse/suites/agent_only/custom_analytics_events_test.rb +0 -82
- data/test/multiverse/suites/agent_only/custom_queue_time_test.rb +0 -60
- data/test/multiverse/suites/agent_only/encoding_handling_test.rb +0 -122
- data/test/multiverse/suites/agent_only/error_events_test.rb +0 -98
- data/test/multiverse/suites/agent_only/exclusive_time_test.rb +0 -176
- data/test/multiverse/suites/agent_only/harvest_timestamps_test.rb +0 -61
- data/test/multiverse/suites/agent_only/http_response_code_test.rb +0 -38
- data/test/multiverse/suites/agent_only/keepalive_test.rb +0 -24
- data/test/multiverse/suites/agent_only/key_transactions_test.rb +0 -118
- data/test/multiverse/suites/agent_only/labels_test.rb +0 -83
- data/test/multiverse/suites/agent_only/logging_test.rb +0 -162
- data/test/multiverse/suites/agent_only/marshaling_test.rb +0 -89
- data/test/multiverse/suites/agent_only/pipe_manager_test.rb +0 -41
- data/test/multiverse/suites/agent_only/rename_rule_test.rb +0 -91
- data/test/multiverse/suites/agent_only/rum_instrumentation_test.rb +0 -97
- data/test/multiverse/suites/agent_only/script/env_change.rb +0 -10
- data/test/multiverse/suites/agent_only/script/loading.rb +0 -20
- data/test/multiverse/suites/agent_only/script/public_api_when_disabled.rb +0 -57
- data/test/multiverse/suites/agent_only/script/symbol_env.rb +0 -10
- data/test/multiverse/suites/agent_only/script/warnings.rb +0 -15
- data/test/multiverse/suites/agent_only/service_timeout_test.rb +0 -39
- data/test/multiverse/suites/agent_only/set_transaction_name_test.rb +0 -118
- data/test/multiverse/suites/agent_only/ssl_test.rb +0 -21
- data/test/multiverse/suites/agent_only/start_up_test.rb +0 -107
- data/test/multiverse/suites/agent_only/synthetics_test.rb +0 -131
- data/test/multiverse/suites/agent_only/testing_app.rb +0 -58
- data/test/multiverse/suites/agent_only/thread_profiling_test.rb +0 -137
- data/test/multiverse/suites/agent_only/transaction_events_test.rb +0 -31
- data/test/multiverse/suites/agent_only/transaction_ignoring_test.rb +0 -42
- data/test/multiverse/suites/agent_only/utilization_data_collection_test.rb +0 -105
- data/test/multiverse/suites/agent_only/xray_sessions_test.rb +0 -196
- data/test/multiverse/suites/bare/Envfile +0 -3
- data/test/multiverse/suites/bare/standalone_instrumentation_test.rb +0 -43
- data/test/multiverse/suites/capistrano/Capfile +0 -26
- data/test/multiverse/suites/capistrano/Envfile +0 -23
- data/test/multiverse/suites/capistrano/config/deploy.rb +0 -14
- data/test/multiverse/suites/capistrano/config/deploy/production.rb +0 -9
- data/test/multiverse/suites/capistrano/config/newrelic.yml +0 -20
- data/test/multiverse/suites/capistrano/deployment_test.rb +0 -51
- data/test/multiverse/suites/capistrano2/Capfile +0 -4
- data/test/multiverse/suites/capistrano2/Envfile +0 -8
- data/test/multiverse/suites/capistrano2/config/deploy.rb +0 -19
- data/test/multiverse/suites/capistrano2/config/newrelic.yml +0 -20
- data/test/multiverse/suites/capistrano2/deployment_test.rb +0 -37
- data/test/multiverse/suites/config_file_loading/Envfile +0 -13
- data/test/multiverse/suites/config_file_loading/config_file_loading_test.rb +0 -213
- data/test/multiverse/suites/curb/Envfile +0 -27
- data/test/multiverse/suites/curb/config/newrelic.yml +0 -17
- data/test/multiverse/suites/curb/curb_test.rb +0 -212
- data/test/multiverse/suites/datamapper/Envfile +0 -36
- data/test/multiverse/suites/datamapper/config/newrelic.yml +0 -19
- data/test/multiverse/suites/datamapper/datamapper_test.rb +0 -429
- data/test/multiverse/suites/deferred_instrumentation/Envfile +0 -15
- data/test/multiverse/suites/deferred_instrumentation/config/newrelic.yml +0 -19
- data/test/multiverse/suites/deferred_instrumentation/sinatra_test.rb +0 -110
- data/test/multiverse/suites/delayed_job/Envfile +0 -101
- data/test/multiverse/suites/delayed_job/before_suite.rb +0 -43
- data/test/multiverse/suites/delayed_job/config/newrelic.yml +0 -17
- data/test/multiverse/suites/delayed_job/delayed_job_instrumentation_test.rb +0 -106
- data/test/multiverse/suites/delayed_job/delayed_job_sampler_test.rb +0 -128
- data/test/multiverse/suites/delayed_job/unsupported_backend_test.rb +0 -21
- data/test/multiverse/suites/excon/Envfile +0 -18
- data/test/multiverse/suites/excon/config/newrelic.yml +0 -17
- data/test/multiverse/suites/excon/excon_test.rb +0 -81
- data/test/multiverse/suites/grape/Envfile +0 -9
- data/test/multiverse/suites/grape/config/newrelic.yml +0 -18
- data/test/multiverse/suites/grape/grape_test.rb +0 -219
- data/test/multiverse/suites/grape/grape_test_api.rb +0 -64
- data/test/multiverse/suites/grape/grape_versioning_test.rb +0 -118
- data/test/multiverse/suites/grape/grape_versioning_test_api.rb +0 -130
- data/test/multiverse/suites/grape/unsupported_version_test.rb +0 -28
- data/test/multiverse/suites/high_security/Envfile +0 -3
- data/test/multiverse/suites/high_security/config/newrelic.yml +0 -69
- data/test/multiverse/suites/high_security/high_security_test.rb +0 -214
- data/test/multiverse/suites/httpclient/Envfile +0 -15
- data/test/multiverse/suites/httpclient/config/newrelic.yml +0 -17
- data/test/multiverse/suites/httpclient/httpclient_test.rb +0 -75
- data/test/multiverse/suites/httprb/Envfile +0 -21
- data/test/multiverse/suites/httprb/config/newrelic.yml +0 -17
- data/test/multiverse/suites/httprb/httprb_test.rb +0 -78
- data/test/multiverse/suites/json/Envfile +0 -22
- data/test/multiverse/suites/json/config/newrelic.yml +0 -21
- data/test/multiverse/suites/json/json_test.rb +0 -16
- data/test/multiverse/suites/marshalling/Envfile +0 -3
- data/test/multiverse/suites/marshalling/config/newrelic.yml +0 -19
- data/test/multiverse/suites/marshalling/marshalling_test.rb +0 -16
- data/test/multiverse/suites/memcached/Envfile +0 -36
- data/test/multiverse/suites/memcached/dalli_test.rb +0 -163
- data/test/multiverse/suites/memcached/memcache_client_test.rb +0 -25
- data/test/multiverse/suites/memcached/memcache_test_cases.rb +0 -315
- data/test/multiverse/suites/memcached/memcached_test.rb +0 -179
- data/test/multiverse/suites/mongo/Envfile +0 -74
- data/test/multiverse/suites/mongo/config/newrelic.yml +0 -17
- data/test/multiverse/suites/mongo/helpers/mongo_operation_tests.rb +0 -551
- data/test/multiverse/suites/mongo/helpers/mongo_replica_set.rb +0 -97
- data/test/multiverse/suites/mongo/helpers/mongo_replica_set_test.rb +0 -82
- data/test/multiverse/suites/mongo/helpers/mongo_server.rb +0 -241
- data/test/multiverse/suites/mongo/helpers/mongo_server_test.rb +0 -176
- data/test/multiverse/suites/mongo/mongo2_instrumentation_test.rb +0 -493
- data/test/multiverse/suites/mongo/mongo_connection_test.rb +0 -40
- data/test/multiverse/suites/mongo/mongo_instrumentation_test.rb +0 -58
- data/test/multiverse/suites/mongo/mongo_unsupported_version_test.rb +0 -72
- data/test/multiverse/suites/net_http/Envfile +0 -6
- data/test/multiverse/suites/net_http/config/newrelic.yml +0 -17
- data/test/multiverse/suites/net_http/net_http_test.rb +0 -115
- data/test/multiverse/suites/padrino/Envfile +0 -19
- data/test/multiverse/suites/padrino/config/newrelic.yml +0 -21
- data/test/multiverse/suites/padrino/padrino_test.rb +0 -52
- data/test/multiverse/suites/rack/Envfile +0 -64
- data/test/multiverse/suites/rack/before_suite.rb +0 -12
- data/test/multiverse/suites/rack/builder_map_test.rb +0 -128
- data/test/multiverse/suites/rack/config/newrelic.yml +0 -17
- data/test/multiverse/suites/rack/example_app.rb +0 -119
- data/test/multiverse/suites/rack/http_response_code_test.rb +0 -49
- data/test/multiverse/suites/rack/nested_non_rack_app_test.rb +0 -66
- data/test/multiverse/suites/rack/puma_rack_builder_test.rb +0 -84
- data/test/multiverse/suites/rack/rack_auto_instrumentation_test.rb +0 -151
- data/test/multiverse/suites/rack/rack_cascade_test.rb +0 -44
- data/test/multiverse/suites/rack/rack_env_mutation_test.rb +0 -52
- data/test/multiverse/suites/rack/rack_parameter_filtering_test.rb +0 -49
- data/test/multiverse/suites/rack/rack_unsupported_version_test.rb +0 -43
- data/test/multiverse/suites/rack/response_content_type_test.rb +0 -49
- data/test/multiverse/suites/rack/url_map_test.rb +0 -155
- data/test/multiverse/suites/rails/Envfile +0 -61
- data/test/multiverse/suites/rails/action_cable_test.rb +0 -81
- data/test/multiverse/suites/rails/action_controller_live_rum_test.rb +0 -39
- data/test/multiverse/suites/rails/activejob_test.rb +0 -151
- data/test/multiverse/suites/rails/app.rb +0 -44
- data/test/multiverse/suites/rails/app/views/foos/_foo.html.haml +0 -1
- data/test/multiverse/suites/rails/app/views/views/_a_partial.html.erb +0 -2
- data/test/multiverse/suites/rails/app/views/views/_mid_partial.html.erb +0 -1
- data/test/multiverse/suites/rails/app/views/views/_top_partial.html.erb +0 -3
- data/test/multiverse/suites/rails/app/views/views/deep_partial.html.erb +0 -3
- data/test/multiverse/suites/rails/app/views/views/haml_view.html.haml +0 -6
- data/test/multiverse/suites/rails/app/views/views/index.html.erb +0 -4
- data/test/multiverse/suites/rails/bad_instrumentation_test.rb +0 -29
- data/test/multiverse/suites/rails/config/newrelic.yml +0 -29
- data/test/multiverse/suites/rails/dummy.txt +0 -1
- data/test/multiverse/suites/rails/error_tracing_test.rb +0 -346
- data/test/multiverse/suites/rails/gc_instrumentation_test.rb +0 -73
- data/test/multiverse/suites/rails/ignore_test.rb +0 -79
- data/test/multiverse/suites/rails/middleware_instrumentation_test.rb +0 -41
- data/test/multiverse/suites/rails/middlewares.rb +0 -19
- data/test/multiverse/suites/rails/parameter_capture_test.rb +0 -328
- data/test/multiverse/suites/rails/queue_time_test.rb +0 -89
- data/test/multiverse/suites/rails/rails2_app/app/controllers/application.rb +0 -7
- data/test/multiverse/suites/rails/rails2_app/config/boot.rb +0 -127
- data/test/multiverse/suites/rails/rails2_app/config/database.yml +0 -18
- data/test/multiverse/suites/rails/rails2_app/config/environment.rb +0 -16
- data/test/multiverse/suites/rails/rails2_app/config/environments/development.rb +0 -10
- data/test/multiverse/suites/rails/rails2_app/config/initializers/load_newrelic_rpm.rb +0 -9
- data/test/multiverse/suites/rails/rails2_app/config/preinitializer.rb +0 -25
- data/test/multiverse/suites/rails/rails2_app/config/routes.rb +0 -19
- data/test/multiverse/suites/rails/rails2_app/db/schema.rb +0 -5
- data/test/multiverse/suites/rails/rails3_app/app_rails3_plus.rb +0 -99
- data/test/multiverse/suites/rails/request_statistics_test.rb +0 -192
- data/test/multiverse/suites/rails/transaction_ignoring_test.rb +0 -41
- data/test/multiverse/suites/rails/view_instrumentation_test.rb +0 -254
- data/test/multiverse/suites/rake/Envfile +0 -43
- data/test/multiverse/suites/rake/Rakefile +0 -54
- data/test/multiverse/suites/rake/config/newrelic.yml +0 -17
- data/test/multiverse/suites/rake/multitask_test.rb +0 -40
- data/test/multiverse/suites/rake/rake_test.rb +0 -209
- data/test/multiverse/suites/rake/rake_test_helper.rb +0 -66
- data/test/multiverse/suites/rake/unsupported_rake_test.rb +0 -19
- data/test/multiverse/suites/redis/Envfile +0 -23
- data/test/multiverse/suites/redis/config/newrelic.yml +0 -18
- data/test/multiverse/suites/redis/redis_instrumentation_test.rb +0 -331
- data/test/multiverse/suites/redis/redis_unsupported_version_test.rb +0 -20
- data/test/multiverse/suites/resque/Envfile +0 -9
- data/test/multiverse/suites/resque/Rakefile +0 -3
- data/test/multiverse/suites/resque/config/newrelic.yml +0 -18
- data/test/multiverse/suites/resque/instrumentation_test.rb +0 -159
- data/test/multiverse/suites/resque/resque_marshalling_test.rb +0 -61
- data/test/multiverse/suites/sequel/Envfile +0 -41
- data/test/multiverse/suites/sequel/config/newrelic.yml +0 -17
- data/test/multiverse/suites/sequel/database.rb +0 -54
- data/test/multiverse/suites/sequel/sequel_extension_test.rb +0 -142
- data/test/multiverse/suites/sequel/sequel_helpers.rb +0 -62
- data/test/multiverse/suites/sequel/sequel_plugin_test.rb +0 -230
- data/test/multiverse/suites/sequel/sequel_safety_test.rb +0 -30
- data/test/multiverse/suites/sidekiq/Envfile +0 -43
- data/test/multiverse/suites/sidekiq/after_suite.rb +0 -16
- data/test/multiverse/suites/sidekiq/config/newrelic.yml +0 -19
- data/test/multiverse/suites/sidekiq/log/.gitkeep +0 -0
- data/test/multiverse/suites/sidekiq/sidekiq_instrumentation_test.rb +0 -220
- data/test/multiverse/suites/sidekiq/sidekiq_server.rb +0 -35
- data/test/multiverse/suites/sidekiq/test_model.rb +0 -12
- data/test/multiverse/suites/sidekiq/test_worker.rb +0 -71
- data/test/multiverse/suites/sinatra/Envfile +0 -27
- data/test/multiverse/suites/sinatra/config/newrelic.yml +0 -20
- data/test/multiverse/suites/sinatra/ignoring_test.rb +0 -226
- data/test/multiverse/suites/sinatra/nested_middleware_test.rb +0 -47
- data/test/multiverse/suites/sinatra/sinatra_classic_test.rb +0 -103
- data/test/multiverse/suites/sinatra/sinatra_error_tracing_test.rb +0 -48
- data/test/multiverse/suites/sinatra/sinatra_metric_explosion_test.rb +0 -102
- data/test/multiverse/suites/sinatra/sinatra_modular_test.rb +0 -93
- data/test/multiverse/suites/sinatra/sinatra_parameter_capture_test.rb +0 -82
- data/test/multiverse/suites/sinatra/sinatra_routes_test.rb +0 -49
- data/test/multiverse/suites/sinatra/sinatra_test_cases.rb +0 -226
- data/test/multiverse/suites/typhoeus/Envfile +0 -68
- data/test/multiverse/suites/typhoeus/config/newrelic.yml +0 -17
- data/test/multiverse/suites/typhoeus/typhoeus_test.rb +0 -145
- data/test/multiverse/suites/yajl/Envfile +0 -20
- data/test/multiverse/suites/yajl/config/newrelic.yml +0 -20
- data/test/multiverse/suites/yajl/yajl_test.rb +0 -16
- data/test/multiverse/test/multiverse_test.rb +0 -59
- data/test/multiverse/test/suite_examples/one/a/Envfile +0 -3
- data/test/multiverse/test/suite_examples/one/a/a_test.rb +0 -14
- data/test/multiverse/test/suite_examples/one/a/config/newrelic.yml +0 -21
- data/test/multiverse/test/suite_examples/one/b/Envfile +0 -3
- data/test/multiverse/test/suite_examples/one/b/b_test.rb +0 -14
- data/test/multiverse/test/suite_examples/one/b/config/newrelic.yml +0 -21
- data/test/multiverse/test/suite_examples/three/a/Envfile +0 -2
- data/test/multiverse/test/suite_examples/three/a/fail_test.rb +0 -10
- data/test/multiverse/test/suite_examples/three/b/Envfile +0 -2
- data/test/multiverse/test/suite_examples/three/b/win_test.rb +0 -10
- data/test/multiverse/test/suite_examples/two/a/Envfile +0 -1
- data/test/multiverse/test/suite_examples/two/a/fail_test.rb +0 -10
- data/test/new_relic/FAKECHANGELOG +0 -21
- data/test/new_relic/agent/agent/connect_test.rb +0 -299
- data/test/new_relic/agent/agent/start_test.rb +0 -188
- data/test/new_relic/agent/agent/start_worker_thread_test.rb +0 -74
- data/test/new_relic/agent/agent_logger_test.rb +0 -389
- data/test/new_relic/agent/agent_test.rb +0 -710
- data/test/new_relic/agent/agent_test_controller.rb +0 -84
- data/test/new_relic/agent/apdex_from_server_test.rb +0 -13
- data/test/new_relic/agent/api_tests/datastore_api_test.rb +0 -64
- data/test/new_relic/agent/attribute_filter_test.rb +0 -218
- data/test/new_relic/agent/attribute_processing_test.rb +0 -164
- data/test/new_relic/agent/audit_logger_test.rb +0 -208
- data/test/new_relic/agent/autostart_test.rb +0 -79
- data/test/new_relic/agent/aws_info_test.rb +0 -76
- data/test/new_relic/agent/busy_calculator_test.rb +0 -104
- data/test/new_relic/agent/commands/agent_command_router_test.rb +0 -256
- data/test/new_relic/agent/commands/agent_command_test.rb +0 -37
- data/test/new_relic/agent/commands/thread_profiler_session_test.rb +0 -216
- data/test/new_relic/agent/commands/xray_session_collection_test.rb +0 -332
- data/test/new_relic/agent/commands/xray_session_test.rb +0 -42
- data/test/new_relic/agent/configuration/default_source_test.rb +0 -229
- data/test/new_relic/agent/configuration/dotted_hash_test.rb +0 -53
- data/test/new_relic/agent/configuration/environment_source_test.rb +0 -201
- data/test/new_relic/agent/configuration/high_security_source_test.rb +0 -92
- data/test/new_relic/agent/configuration/manager_test.rb +0 -455
- data/test/new_relic/agent/configuration/manual_source_test.rb +0 -18
- data/test/new_relic/agent/configuration/orphan_configuration_test.rb +0 -91
- data/test/new_relic/agent/configuration/server_source_test.rb +0 -202
- data/test/new_relic/agent/configuration/yaml_source_test.rb +0 -117
- data/test/new_relic/agent/cross_app_monitor_test.rb +0 -248
- data/test/new_relic/agent/custom_event_aggregator_test.rb +0 -127
- data/test/new_relic/agent/database/postgres_explain_obfuscator_test.rb +0 -34
- data/test/new_relic/agent/database/sql_obfuscation_test.rb +0 -52
- data/test/new_relic/agent/database_test.rb +0 -482
- data/test/new_relic/agent/datastores/metric_helper_test.rb +0 -203
- data/test/new_relic/agent/datastores/mongo/event_formatter_test.rb +0 -175
- data/test/new_relic/agent/datastores/mongo/metric_translator_test.rb +0 -270
- data/test/new_relic/agent/datastores/mongo/obfuscator_test.rb +0 -99
- data/test/new_relic/agent/datastores/mongo/statement_formatter_test.rb +0 -72
- data/test/new_relic/agent/datastores/redis_test.rb +0 -126
- data/test/new_relic/agent/datastores_test.rb +0 -202
- data/test/new_relic/agent/deprecator_test.rb +0 -52
- data/test/new_relic/agent/encoding_normalizer_test.rb +0 -69
- data/test/new_relic/agent/error_collector_test.rb +0 -407
- data/test/new_relic/agent/error_event_aggregator_test.rb +0 -237
- data/test/new_relic/agent/error_trace_aggregator_test.rb +0 -298
- data/test/new_relic/agent/event_aggregator_test.rb +0 -178
- data/test/new_relic/agent/event_buffer_test_cases.rb +0 -168
- data/test/new_relic/agent/event_listener_test.rb +0 -70
- data/test/new_relic/agent/event_loop_test.rb +0 -202
- data/test/new_relic/agent/harvester_test.rb +0 -79
- data/test/new_relic/agent/hostname_test.rb +0 -121
- data/test/new_relic/agent/http_clients/uri_util_test.rb +0 -64
- data/test/new_relic/agent/inbound_request_monitor_test.rb +0 -49
- data/test/new_relic/agent/instrumentation/action_cable_subscriber_test.rb +0 -124
- data/test/new_relic/agent/instrumentation/action_controller_subscriber_test.rb +0 -299
- data/test/new_relic/agent/instrumentation/action_view_subscriber_test.rb +0 -249
- data/test/new_relic/agent/instrumentation/active_job_test.rb +0 -20
- data/test/new_relic/agent/instrumentation/active_record_helper_test.rb +0 -66
- data/test/new_relic/agent/instrumentation/active_record_subscriber_test.rb +0 -210
- data/test/new_relic/agent/instrumentation/controller_instrumentation_test.rb +0 -328
- data/test/new_relic/agent/instrumentation/delayed_job_instrumentation_test.rb +0 -23
- data/test/new_relic/agent/instrumentation/instance_identification_test.rb +0 -169
- data/test/new_relic/agent/instrumentation/instrumentation_test.rb +0 -14
- data/test/new_relic/agent/instrumentation/middleware_proxy_test.rb +0 -256
- data/test/new_relic/agent/instrumentation/middleware_tracing_test.rb +0 -49
- data/test/new_relic/agent/instrumentation/mongodb_command_subscriber_test.rb +0 -112
- data/test/new_relic/agent/instrumentation/net_instrumentation_test.rb +0 -41
- data/test/new_relic/agent/instrumentation/queue_time_test.rb +0 -103
- data/test/new_relic/agent/instrumentation/rack_test.rb +0 -44
- data/test/new_relic/agent/instrumentation/sequel_helper_test.rb +0 -36
- data/test/new_relic/agent/instrumentation/sinatra/transaction_namer_test.rb +0 -62
- data/test/new_relic/agent/instrumentation/sinatra_test.rb +0 -80
- data/test/new_relic/agent/instrumentation/task_instrumentation_test.rb +0 -186
- data/test/new_relic/agent/javascript_instrumentor_test.rb +0 -340
- data/test/new_relic/agent/memory_logger_test.rb +0 -85
- data/test/new_relic/agent/method_interrobang_test.rb +0 -31
- data/test/new_relic/agent/method_tracer/class_methods/add_method_tracer_test.rb +0 -112
- data/test/new_relic/agent/method_tracer/instance_methods/trace_execution_scoped_test.rb +0 -215
- data/test/new_relic/agent/method_tracer_test.rb +0 -480
- data/test/new_relic/agent/method_visibility_test.rb +0 -90
- data/test/new_relic/agent/mock_scope_listener.rb +0 -30
- data/test/new_relic/agent/new_relic_service/json_marshaller_test.rb +0 -27
- data/test/new_relic/agent/new_relic_service_test.rb +0 -972
- data/test/new_relic/agent/obfuscator_test.rb +0 -77
- data/test/new_relic/agent/parameter_filtering_test.rb +0 -39
- data/test/new_relic/agent/payload_metric_mapping_test.rb +0 -74
- data/test/new_relic/agent/pipe_channel_manager_test.rb +0 -315
- data/test/new_relic/agent/pipe_service_test.rb +0 -151
- data/test/new_relic/agent/rpm_agent_test.rb +0 -91
- data/test/new_relic/agent/rules_engine_test.rb +0 -136
- data/test/new_relic/agent/sampled_buffer_test.rb +0 -142
- data/test/new_relic/agent/sampler_collection_test.rb +0 -90
- data/test/new_relic/agent/sampler_test.rb +0 -66
- data/test/new_relic/agent/samplers/cpu_sampler_test.rb +0 -79
- data/test/new_relic/agent/samplers/memory_sampler_test.rb +0 -66
- data/test/new_relic/agent/samplers/vm_sampler_test.rb +0 -349
- data/test/new_relic/agent/sized_buffer_test.rb +0 -29
- data/test/new_relic/agent/sql_sampler_test.rb +0 -463
- data/test/new_relic/agent/stats_engine/gc_profiler_test.rb +0 -176
- data/test/new_relic/agent/stats_engine/stats_hash_test.rb +0 -195
- data/test/new_relic/agent/stats_engine_test.rb +0 -344
- data/test/new_relic/agent/stats_test.rb +0 -167
- data/test/new_relic/agent/synthetics_event_aggregator_test.rb +0 -180
- data/test/new_relic/agent/synthetics_event_buffer_test.rb +0 -54
- data/test/new_relic/agent/synthetics_monitor_test.rb +0 -93
- data/test/new_relic/agent/system_info_test.rb +0 -133
- data/test/new_relic/agent/threading/agent_thread_test.rb +0 -149
- data/test/new_relic/agent/threading/backtrace_node_test.rb +0 -184
- data/test/new_relic/agent/threading/backtrace_service_test.rb +0 -603
- data/test/new_relic/agent/threading/fake_thread.rb +0 -43
- data/test/new_relic/agent/threading/thread_profile_test.rb +0 -271
- data/test/new_relic/agent/threading/threaded_test_case.rb +0 -18
- data/test/new_relic/agent/traced_method_stack_test.rb +0 -184
- data/test/new_relic/agent/transaction/abstract_segment_test.rb +0 -103
- data/test/new_relic/agent/transaction/attributes_test.rb +0 -268
- data/test/new_relic/agent/transaction/datastore_segment_test.rb +0 -336
- data/test/new_relic/agent/transaction/external_request_segment_test.rb +0 -335
- data/test/new_relic/agent/transaction/request_attributes_test.rb +0 -84
- data/test/new_relic/agent/transaction/segment_test.rb +0 -77
- data/test/new_relic/agent/transaction/slowest_sample_buffer_test.rb +0 -67
- data/test/new_relic/agent/transaction/synthetics_sample_buffer_test.rb +0 -38
- data/test/new_relic/agent/transaction/trace_node_test.rb +0 -342
- data/test/new_relic/agent/transaction/trace_test.rb +0 -394
- data/test/new_relic/agent/transaction/tracing_test.rb +0 -176
- data/test/new_relic/agent/transaction/xray_sample_buffer_test.rb +0 -71
- data/test/new_relic/agent/transaction_error_primitive_test.rb +0 -117
- data/test/new_relic/agent/transaction_event_aggregator_test.rb +0 -211
- data/test/new_relic/agent/transaction_event_primitive_test.rb +0 -195
- data/test/new_relic/agent/transaction_event_recorder_test.rb +0 -80
- data/test/new_relic/agent/transaction_interrobang_test.rb +0 -33
- data/test/new_relic/agent/transaction_metrics_test.rb +0 -113
- data/test/new_relic/agent/transaction_sample_builder_test.rb +0 -215
- data/test/new_relic/agent/transaction_sampler_test.rb +0 -857
- data/test/new_relic/agent/transaction_state_test.rb +0 -122
- data/test/new_relic/agent/transaction_test.rb +0 -1476
- data/test/new_relic/agent/transaction_timings_test.rb +0 -91
- data/test/new_relic/agent/utilization_data_test.rb +0 -258
- data/test/new_relic/agent/vm/monotonic_gc_profiler_test.rb +0 -42
- data/test/new_relic/agent/vm/mri_vm_test.rb +0 -40
- data/test/new_relic/agent/vm/snapshot_test.rb +0 -13
- data/test/new_relic/agent/vm_test.rb +0 -48
- data/test/new_relic/agent/worker_loop_test.rb +0 -98
- data/test/new_relic/agent_test.rb +0 -461
- data/test/new_relic/cli/commands/deployments_test.rb +0 -136
- data/test/new_relic/cli/commands/install_test.rb +0 -27
- data/test/new_relic/coerce_test.rb +0 -93
- data/test/new_relic/collection_helper_test.rb +0 -113
- data/test/new_relic/control/class_methods_test.rb +0 -52
- data/test/new_relic/control/frameworks/rails_test.rb +0 -29
- data/test/new_relic/control/instance_methods_test.rb +0 -50
- data/test/new_relic/control/instrumentation_test.rb +0 -41
- data/test/new_relic/control_test.rb +0 -167
- data/test/new_relic/data_container_tests.rb +0 -87
- data/test/new_relic/dependency_detection_test.rb +0 -155
- data/test/new_relic/dispatcher_test.rb +0 -60
- data/test/new_relic/environment_report_test.rb +0 -107
- data/test/new_relic/evil_server.rb +0 -55
- data/test/new_relic/fake_collector.rb +0 -390
- data/test/new_relic/fake_external_server.rb +0 -65
- data/test/new_relic/fake_instance_metadata_service.rb +0 -45
- data/test/new_relic/fake_rpm_site.rb +0 -35
- data/test/new_relic/fake_server.rb +0 -104
- data/test/new_relic/filtering_test_app.rb +0 -19
- data/test/new_relic/framework_test.rb +0 -58
- data/test/new_relic/http_client_test_cases.rb +0 -639
- data/test/new_relic/language_support_test.rb +0 -98
- data/test/new_relic/latest_changes_test.rb +0 -34
- data/test/new_relic/license_test.rb +0 -115
- data/test/new_relic/load_test.rb +0 -15
- data/test/new_relic/local_environment_test.rb +0 -103
- data/test/new_relic/marshalling_test_cases.rb +0 -183
- data/test/new_relic/metric_data_test.rb +0 -144
- data/test/new_relic/metric_spec_test.rb +0 -144
- data/test/new_relic/multiverse_helpers.rb +0 -289
- data/test/new_relic/noticed_error_test.rb +0 -267
- data/test/new_relic/rack/agent_hooks_test.rb +0 -44
- data/test/new_relic/rack/agent_middleware_test.rb +0 -32
- data/test/new_relic/rack/browser_monitoring_test.rb +0 -195
- data/test/new_relic/transaction_ignoring_test_cases.rb +0 -102
- data/test/nullverse/default_source_require_test.rb +0 -21
- data/test/nullverse/nullverse_helper.rb +0 -10
- data/test/performance/README.md +0 -175
- data/test/performance/lib/performance.rb +0 -38
- data/test/performance/lib/performance/baseline.rb +0 -36
- data/test/performance/lib/performance/baseline_compare_reporter.rb +0 -103
- data/test/performance/lib/performance/baseline_save_reporter.rb +0 -24
- data/test/performance/lib/performance/console_reporter.rb +0 -66
- data/test/performance/lib/performance/formatting_helpers.rb +0 -22
- data/test/performance/lib/performance/hako_client.rb +0 -31
- data/test/performance/lib/performance/hako_reporter.rb +0 -26
- data/test/performance/lib/performance/instrumentation/cpu_usage.rb +0 -26
- data/test/performance/lib/performance/instrumentation/gc_stats.rb +0 -56
- data/test/performance/lib/performance/instrumentation/perf_tools.rb +0 -30
- data/test/performance/lib/performance/instrumentation/stackprof.rb +0 -46
- data/test/performance/lib/performance/instrumentor.rb +0 -96
- data/test/performance/lib/performance/json_reporter.rb +0 -15
- data/test/performance/lib/performance/platform.rb +0 -31
- data/test/performance/lib/performance/reporting.rb +0 -36
- data/test/performance/lib/performance/result.rb +0 -104
- data/test/performance/lib/performance/runner.rb +0 -221
- data/test/performance/lib/performance/table.rb +0 -105
- data/test/performance/lib/performance/test_case.rb +0 -152
- data/test/performance/lib/performance/timer.rb +0 -40
- data/test/performance/script/baselines +0 -102
- data/test/performance/script/mega-runner +0 -37
- data/test/performance/script/runner +0 -131
- data/test/performance/suites/active_record.rb +0 -26
- data/test/performance/suites/active_record_subscriber.rb +0 -100
- data/test/performance/suites/agent_attributes.rb +0 -62
- data/test/performance/suites/config.rb +0 -35
- data/test/performance/suites/datastores.rb +0 -59
- data/test/performance/suites/error_collector.rb +0 -28
- data/test/performance/suites/external_segment.rb +0 -80
- data/test/performance/suites/marshalling.rb +0 -148
- data/test/performance/suites/queue_time.rb +0 -21
- data/test/performance/suites/rack_middleware.rb +0 -134
- data/test/performance/suites/redis.rb +0 -45
- data/test/performance/suites/rules_engine.rb +0 -35
- data/test/performance/suites/rum_autoinsertion.rb +0 -75
- data/test/performance/suites/segment_terms_rule.rb +0 -27
- data/test/performance/suites/sql_obfuscation.rb +0 -50
- data/test/performance/suites/startup.rb +0 -12
- data/test/performance/suites/stats_hash.rb +0 -31
- data/test/performance/suites/thread_profiling.rb +0 -116
- data/test/performance/suites/trace_execution_scoped.rb +0 -31
- data/test/performance/suites/transaction_tracing.rb +0 -105
- data/test/script/before_install/gemstash_mirror.sh +0 -10
- data/test/script/before_script/install_mongodb.sh +0 -12
- data/test/script/ci.sh +0 -15
- data/test/script/external_server.rb +0 -31
- data/test/script/path_hash.rb +0 -49
- data/test/test_helper.rb +0 -59
@@ -1,109 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# This file is distributed under New Relic's license terms.
|
3
|
-
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.
|
4
|
-
|
5
|
-
module NewRelic
|
6
|
-
module Agent
|
7
|
-
class TracedMethodFrame
|
8
|
-
attr_reader :tag
|
9
|
-
attr_accessor :name, :start_time, :children_time
|
10
|
-
def initialize(tag, start_time)
|
11
|
-
@tag = tag
|
12
|
-
@start_time = start_time
|
13
|
-
@children_time = 0
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
# TracedMethodStack is responsible for tracking the push and pop of methods
|
18
|
-
# that we are tracing, notifying the transaction sampler, and calculating
|
19
|
-
# exclusive time when a method is complete. This is allowed whether a
|
20
|
-
# transaction is in progress not.
|
21
|
-
class TracedMethodStack
|
22
|
-
def initialize
|
23
|
-
@stack = []
|
24
|
-
end
|
25
|
-
|
26
|
-
# Pushes a frame onto the transaction stack - this generates a
|
27
|
-
# Agent::Transaction::TraceNode at the end of transaction execution.
|
28
|
-
#
|
29
|
-
# The generated node won't be named until pop_frame is called.
|
30
|
-
#
|
31
|
-
# +tag+ should be a Symbol, and is only for debugging purposes to
|
32
|
-
# identify this frame if the stack gets corrupted.
|
33
|
-
def push_frame(state, tag, time = Time.now.to_f)
|
34
|
-
transaction_sampler.notice_push_frame(state, time) if sampler_enabled?
|
35
|
-
frame = TracedMethodFrame.new(tag, time)
|
36
|
-
@stack.push frame
|
37
|
-
frame
|
38
|
-
end
|
39
|
-
|
40
|
-
def push_segment state, segment
|
41
|
-
transaction_sampler.notice_push_frame(state, segment.start_time) if sampler_enabled?
|
42
|
-
@stack.push segment
|
43
|
-
segment
|
44
|
-
end
|
45
|
-
|
46
|
-
# Pops a frame off the transaction stack - this updates the transaction
|
47
|
-
# sampler that we've finished execution of a traced method.
|
48
|
-
#
|
49
|
-
# +expected_frame+ should be TracedMethodFrame from the corresponding
|
50
|
-
# push_frame call.
|
51
|
-
#
|
52
|
-
# +name+ will be applied to the generated transaction trace node.
|
53
|
-
def pop_frame(state, expected_frame, name, time, deduct_call_time_from_parent=true)
|
54
|
-
frame = fetch_matching_frame(expected_frame)
|
55
|
-
|
56
|
-
note_children_time(frame, time, deduct_call_time_from_parent)
|
57
|
-
|
58
|
-
transaction_sampler.notice_pop_frame(state, name, time) if sampler_enabled?
|
59
|
-
frame.name = name if frame.is_a? TracedMethodFrame
|
60
|
-
frame
|
61
|
-
end
|
62
|
-
|
63
|
-
def fetch_matching_frame(expected_frame)
|
64
|
-
while frame = @stack.pop
|
65
|
-
if frame == expected_frame
|
66
|
-
return frame
|
67
|
-
else
|
68
|
-
NewRelic::Agent.logger.info("Unexpected frame in traced method stack: #{frame.inspect} expected to be #{expected_frame.inspect}")
|
69
|
-
NewRelic::Agent.logger.debug do
|
70
|
-
["Backtrace for unexpected frame: ", caller.join("\n")]
|
71
|
-
end
|
72
|
-
end
|
73
|
-
end
|
74
|
-
|
75
|
-
raise "Frame not found in blame stack: #{expected_frame.inspect}"
|
76
|
-
end
|
77
|
-
|
78
|
-
def note_children_time(frame, time, deduct_call_time_from_parent)
|
79
|
-
if !@stack.empty?
|
80
|
-
if deduct_call_time_from_parent
|
81
|
-
@stack.last.children_time += (time - frame.start_time)
|
82
|
-
else
|
83
|
-
@stack.last.children_time += frame.children_time
|
84
|
-
end
|
85
|
-
end
|
86
|
-
end
|
87
|
-
|
88
|
-
def sampler_enabled?
|
89
|
-
Agent.config[:'transaction_tracer.enabled']
|
90
|
-
end
|
91
|
-
|
92
|
-
def transaction_sampler
|
93
|
-
Agent.instance.transaction_sampler
|
94
|
-
end
|
95
|
-
|
96
|
-
def clear
|
97
|
-
@stack.clear
|
98
|
-
end
|
99
|
-
|
100
|
-
def empty?
|
101
|
-
@stack.empty?
|
102
|
-
end
|
103
|
-
|
104
|
-
def last
|
105
|
-
@stack.last
|
106
|
-
end
|
107
|
-
end
|
108
|
-
end
|
109
|
-
end
|
data/test/agent_helper.rb
DELETED
@@ -1,672 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# This file is distributed under New Relic's license terms.
|
3
|
-
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.
|
4
|
-
|
5
|
-
# These helpers should not have any gem dependencies except on newrelic_rpm
|
6
|
-
# itself, and should be usable from within any multiverse suite.
|
7
|
-
|
8
|
-
require 'json'
|
9
|
-
|
10
|
-
class ArrayLogDevice
|
11
|
-
def initialize( array=[] )
|
12
|
-
@array = array
|
13
|
-
end
|
14
|
-
attr_reader :array
|
15
|
-
|
16
|
-
def write( message )
|
17
|
-
@array << message
|
18
|
-
end
|
19
|
-
|
20
|
-
def close; end
|
21
|
-
end
|
22
|
-
|
23
|
-
def assert_between(floor, ceiling, value, message="expected #{floor} <= #{value} <= #{ceiling}")
|
24
|
-
assert((floor <= value && value <= ceiling), message)
|
25
|
-
end
|
26
|
-
|
27
|
-
def assert_in_delta(expected, actual, delta)
|
28
|
-
assert_between((expected - delta), (expected + delta), actual)
|
29
|
-
end
|
30
|
-
|
31
|
-
def harvest_error_traces!
|
32
|
-
NewRelic::Agent.instance.error_collector.error_trace_aggregator.harvest!
|
33
|
-
end
|
34
|
-
|
35
|
-
def reset_error_traces!
|
36
|
-
NewRelic::Agent.instance.error_collector.error_trace_aggregator.reset!
|
37
|
-
end
|
38
|
-
|
39
|
-
def assert_has_traced_error(error_class)
|
40
|
-
errors = harvest_error_traces!
|
41
|
-
assert \
|
42
|
-
errors.find {|e| e.exception_class_name == error_class.name} != nil, \
|
43
|
-
"Didn't find error of class #{error_class}"
|
44
|
-
end
|
45
|
-
|
46
|
-
def last_traced_error
|
47
|
-
harvest_error_traces!.last
|
48
|
-
end
|
49
|
-
|
50
|
-
unless defined?( assert_block )
|
51
|
-
def assert_block(*msgs)
|
52
|
-
assert yield, *msgs
|
53
|
-
end
|
54
|
-
end
|
55
|
-
|
56
|
-
unless defined?( assert_includes )
|
57
|
-
def assert_includes( collection, member, msg=nil )
|
58
|
-
msg = "Expected #{collection.inspect} to include #{member.inspect}"
|
59
|
-
assert_block( msg ) { collection.include?(member) }
|
60
|
-
end
|
61
|
-
end
|
62
|
-
|
63
|
-
unless defined?( assert_not_includes )
|
64
|
-
def assert_not_includes( collection, member, msg=nil )
|
65
|
-
msg = "Expected #{collection.inspect} not to include #{member.inspect}"
|
66
|
-
assert !collection.include?(member), msg
|
67
|
-
end
|
68
|
-
end
|
69
|
-
|
70
|
-
unless defined?( assert_empty )
|
71
|
-
def assert_empty(collection, msg=nil)
|
72
|
-
assert collection.empty?, msg
|
73
|
-
end
|
74
|
-
end
|
75
|
-
|
76
|
-
def assert_equal_unordered(left, right)
|
77
|
-
assert_equal(left.length, right.length, "Lengths don't match. #{left.length} != #{right.length}")
|
78
|
-
left.each { |element| assert_includes(right, element) }
|
79
|
-
end
|
80
|
-
|
81
|
-
def assert_audit_log_contains(audit_log_contents, needle)
|
82
|
-
# Original request bodies dumped to the log have symbol keys, but once
|
83
|
-
# they go through a dump/load, they're strings again, so we strip
|
84
|
-
# double-quotes and colons from the log, and the strings we searching for.
|
85
|
-
regex = /[:"]/
|
86
|
-
needle = needle.gsub(regex, '')
|
87
|
-
haystack = audit_log_contents.gsub(regex, '')
|
88
|
-
assert(haystack.include?(needle), "Expected log to contain '#{needle}'")
|
89
|
-
end
|
90
|
-
|
91
|
-
# Because we don't generate a strictly machine-readable representation of
|
92
|
-
# request bodies for the audit log, the transformation into strings is
|
93
|
-
# effectively one-way. This, combined with the fact that Hash traversal order
|
94
|
-
# is arbitrary in Ruby 1.8.x means that it's difficult to directly assert that
|
95
|
-
# some object graph made it into the audit log (due to different possible
|
96
|
-
# orderings of the key/value pairs in Hashes that were embedded in the request
|
97
|
-
# body). So, this method traverses an object graph and only makes assertions
|
98
|
-
# about the terminal (non-Array-or-Hash) nodes therein.
|
99
|
-
def assert_audit_log_contains_object(audit_log_contents, o, format = :json)
|
100
|
-
case o
|
101
|
-
when Hash
|
102
|
-
o.each do |k,v|
|
103
|
-
assert_audit_log_contains_object(audit_log_contents, v, format)
|
104
|
-
assert_audit_log_contains_object(audit_log_contents, k, format)
|
105
|
-
end
|
106
|
-
when Array
|
107
|
-
o.each do |el|
|
108
|
-
assert_audit_log_contains_object(audit_log_contents, el, format)
|
109
|
-
end
|
110
|
-
when NilClass
|
111
|
-
assert_audit_log_contains(audit_log_contents, format == :json ? "null" : "nil")
|
112
|
-
else
|
113
|
-
assert_audit_log_contains(audit_log_contents, o.inspect)
|
114
|
-
end
|
115
|
-
end
|
116
|
-
|
117
|
-
def compare_metrics(expected, actual)
|
118
|
-
actual.delete_if {|a| a.include?('GC/Transaction/') }
|
119
|
-
assert_equal(expected.to_a.sort, actual.to_a.sort, "extra: #{(actual - expected).to_a.inspect}; missing: #{(expected - actual).to_a.inspect}")
|
120
|
-
end
|
121
|
-
|
122
|
-
def metric_spec_from_specish(specish)
|
123
|
-
spec = case specish
|
124
|
-
when String then NewRelic::MetricSpec.new(specish)
|
125
|
-
when Array then NewRelic::MetricSpec.new(*specish)
|
126
|
-
end
|
127
|
-
spec
|
128
|
-
end
|
129
|
-
|
130
|
-
def _normalize_metric_expectations(expectations)
|
131
|
-
case expectations
|
132
|
-
when Array
|
133
|
-
hash = {}
|
134
|
-
# Just assert that the metric is present, nothing about the attributes
|
135
|
-
expectations.each { |k| hash[k] = { } }
|
136
|
-
hash
|
137
|
-
when String
|
138
|
-
{ expectations => {} }
|
139
|
-
else
|
140
|
-
expectations
|
141
|
-
end
|
142
|
-
end
|
143
|
-
|
144
|
-
def dump_stats(stats)
|
145
|
-
str = " Call count: #{stats.call_count}\n"
|
146
|
-
str << " Total call time: #{stats.total_call_time}\n"
|
147
|
-
str << " Total exclusive time: #{stats.total_exclusive_time}\n"
|
148
|
-
str << " Min call time: #{stats.min_call_time}\n"
|
149
|
-
str << " Max call time: #{stats.max_call_time}\n"
|
150
|
-
str << " Sum of squares: #{stats.sum_of_squares}\n"
|
151
|
-
str << " Apdex S: #{stats.apdex_s}\n"
|
152
|
-
str << " Apdex T: #{stats.apdex_t}\n"
|
153
|
-
str << " Apdex F: #{stats.apdex_f}\n"
|
154
|
-
str
|
155
|
-
end
|
156
|
-
|
157
|
-
def assert_stats_has_values(stats, expected_spec, expected_attrs)
|
158
|
-
expected_attrs.each do |attr, expected_value|
|
159
|
-
actual_value = stats.send(attr)
|
160
|
-
if attr == :call_count
|
161
|
-
assert_equal(expected_value, actual_value,
|
162
|
-
"Expected #{attr} for #{expected_spec} to be #{expected_value}, got #{actual_value}.\nActual stats:\n#{dump_stats(stats)}")
|
163
|
-
else
|
164
|
-
assert_in_delta(expected_value, actual_value, 0.0001,
|
165
|
-
"Expected #{attr} for #{expected_spec} to be ~#{expected_value}, got #{actual_value}.\nActual stats:\n#{dump_stats(stats)}")
|
166
|
-
end
|
167
|
-
end
|
168
|
-
end
|
169
|
-
|
170
|
-
def assert_metrics_recorded(expected)
|
171
|
-
expected = _normalize_metric_expectations(expected)
|
172
|
-
expected.each do |specish, expected_attrs|
|
173
|
-
expected_spec = metric_spec_from_specish(specish)
|
174
|
-
actual_stats = NewRelic::Agent.instance.stats_engine.to_h[expected_spec]
|
175
|
-
if !actual_stats
|
176
|
-
all_specs = NewRelic::Agent.instance.stats_engine.to_h.keys.sort
|
177
|
-
matches = all_specs.select { |spec| spec.name == expected_spec.name }
|
178
|
-
matches.map! { |m| " #{m.inspect}" }
|
179
|
-
|
180
|
-
msg = "Did not find stats for spec #{expected_spec.inspect}."
|
181
|
-
msg += "\nDid find specs: [\n#{matches.join(",\n")}\n]" unless matches.empty?
|
182
|
-
msg += "\nAll specs in there were: #{format_metric_spec_list(all_specs)}"
|
183
|
-
|
184
|
-
assert(actual_stats, msg)
|
185
|
-
end
|
186
|
-
assert_stats_has_values(actual_stats, expected_spec, expected_attrs)
|
187
|
-
end
|
188
|
-
end
|
189
|
-
|
190
|
-
# Use this to assert that *only* the given set of metrics has been recorded.
|
191
|
-
#
|
192
|
-
# If you want to scope the search for unexpected metrics to a particular
|
193
|
-
# namespace (e.g. metrics matching 'Controller/'), pass a Regex for the
|
194
|
-
# :filter option. Only metrics matching the regex will be searched when looking
|
195
|
-
# for unexpected metrics.
|
196
|
-
#
|
197
|
-
# If you want to *allow* unexpected metrics matching certain patterns, use
|
198
|
-
# the :ignore_filter option. This will allow you to specify a Regex that
|
199
|
-
# whitelists broad swathes of metric territory (e.g. 'Supportability/').
|
200
|
-
#
|
201
|
-
def assert_metrics_recorded_exclusive(expected, options={})
|
202
|
-
expected = _normalize_metric_expectations(expected)
|
203
|
-
assert_metrics_recorded(expected)
|
204
|
-
|
205
|
-
recorded_metrics = NewRelic::Agent.instance.stats_engine.to_h.keys
|
206
|
-
|
207
|
-
if options[:filter]
|
208
|
-
recorded_metrics = recorded_metrics.select { |m| m.name.match(options[:filter]) }
|
209
|
-
end
|
210
|
-
if options[:ignore_filter]
|
211
|
-
recorded_metrics.reject! { |m| m.name.match(options[:ignore_filter]) }
|
212
|
-
end
|
213
|
-
|
214
|
-
expected_metrics = expected.keys.map { |s| metric_spec_from_specish(s) }
|
215
|
-
|
216
|
-
unexpected_metrics = recorded_metrics - expected_metrics
|
217
|
-
unexpected_metrics.reject! { |m| m.name =~ /GC\/Transaction/ }
|
218
|
-
|
219
|
-
assert_equal(0, unexpected_metrics.size, "Found unexpected metrics: #{format_metric_spec_list(unexpected_metrics)}")
|
220
|
-
end
|
221
|
-
|
222
|
-
def assert_metrics_not_recorded(not_expected)
|
223
|
-
not_expected = _normalize_metric_expectations(not_expected)
|
224
|
-
found_but_not_expected = []
|
225
|
-
not_expected.each do |specish, _|
|
226
|
-
spec = metric_spec_from_specish(specish)
|
227
|
-
if NewRelic::Agent.instance.stats_engine.to_h[spec]
|
228
|
-
found_but_not_expected << spec
|
229
|
-
end
|
230
|
-
end
|
231
|
-
assert_equal([], found_but_not_expected, "Found unexpected metrics: #{format_metric_spec_list(found_but_not_expected)}")
|
232
|
-
end
|
233
|
-
|
234
|
-
alias :refute_metrics_recorded :assert_metrics_not_recorded
|
235
|
-
|
236
|
-
def assert_no_metrics_match(regex)
|
237
|
-
matching_metrics = []
|
238
|
-
NewRelic::Agent.instance.stats_engine.to_h.keys.map(&:to_s).each do |metric|
|
239
|
-
matching_metrics << metric if metric.match regex
|
240
|
-
end
|
241
|
-
|
242
|
-
assert_equal(
|
243
|
-
[],
|
244
|
-
matching_metrics,
|
245
|
-
"Found unexpected metrics:\n" + matching_metrics.map { |m| " '#{m}'"}.join("\n") + "\n\n"
|
246
|
-
)
|
247
|
-
end
|
248
|
-
|
249
|
-
alias :refute_metrics_match :assert_no_metrics_match
|
250
|
-
|
251
|
-
def format_metric_spec_list(specs)
|
252
|
-
spec_strings = specs.map do |spec|
|
253
|
-
"#{spec.name} (#{spec.scope.empty? ? '<unscoped>' : spec.scope})"
|
254
|
-
end
|
255
|
-
"[\n #{spec_strings.join(",\n ")}\n]"
|
256
|
-
end
|
257
|
-
|
258
|
-
def assert_truthy(expected, msg = nil)
|
259
|
-
msg ||= "Expected #{expected.inspect} to be truthy"
|
260
|
-
assert !!expected, msg
|
261
|
-
end
|
262
|
-
|
263
|
-
def assert_falsy(expected, msg = nil)
|
264
|
-
msg ||= "Expected #{expected.inspect} to be falsy"
|
265
|
-
assert !expected, msg
|
266
|
-
end
|
267
|
-
|
268
|
-
unless defined?( assert_false )
|
269
|
-
def assert_false(expected)
|
270
|
-
assert_equal false, expected
|
271
|
-
end
|
272
|
-
end
|
273
|
-
|
274
|
-
unless defined?(refute)
|
275
|
-
alias refute assert_false
|
276
|
-
end
|
277
|
-
|
278
|
-
# Mock up a transaction for testing purposes, optionally specifying a name and
|
279
|
-
# transaction category. The given block will be executed within the context of the
|
280
|
-
# dummy transaction.
|
281
|
-
#
|
282
|
-
# Examples:
|
283
|
-
#
|
284
|
-
# With default name ('dummy') and category (:other):
|
285
|
-
# in_transaction { ... }
|
286
|
-
#
|
287
|
-
# With an explicit transaction name and default category:
|
288
|
-
# in_transaction('foobar') { ... }
|
289
|
-
#
|
290
|
-
# With default name and explicit category:
|
291
|
-
# in_transaction(:category => :controller) { ... }
|
292
|
-
#
|
293
|
-
# With a transaction name plus category:
|
294
|
-
# in_transaction('foobar', :category => :controller) { ... }
|
295
|
-
#
|
296
|
-
def in_transaction(*args, &blk)
|
297
|
-
opts = (args.last && args.last.is_a?(Hash)) ? args.pop : {}
|
298
|
-
category = (opts && opts.delete(:category)) || :other
|
299
|
-
|
300
|
-
# At least one test passes `:transaction_name => nil`, so handle it gently
|
301
|
-
name = opts.key?(:transaction_name) ? opts.delete(:transaction_name) :
|
302
|
-
args.first || 'dummy'
|
303
|
-
|
304
|
-
state = NewRelic::Agent::TransactionState.tl_get
|
305
|
-
txn = nil
|
306
|
-
|
307
|
-
NewRelic::Agent::Transaction.wrap(state, name, category, opts) do
|
308
|
-
txn = state.current_transaction
|
309
|
-
yield state.current_transaction
|
310
|
-
end
|
311
|
-
|
312
|
-
txn
|
313
|
-
end
|
314
|
-
|
315
|
-
def stub_transaction_guid(guid)
|
316
|
-
NewRelic::Agent::Transaction.tl_current.instance_variable_set(:@guid, guid)
|
317
|
-
end
|
318
|
-
|
319
|
-
# Convenience wrapper around in_transaction that sets the category so that it
|
320
|
-
# looks like we are in a web transaction
|
321
|
-
def in_web_transaction(name='dummy')
|
322
|
-
in_transaction(name, :category => :controller, :request => stub(:path => '/')) do |txn|
|
323
|
-
yield txn
|
324
|
-
end
|
325
|
-
end
|
326
|
-
|
327
|
-
def in_background_transaction(name='silly')
|
328
|
-
in_transaction(name, :category => :task) do |txn|
|
329
|
-
yield txn
|
330
|
-
end
|
331
|
-
end
|
332
|
-
|
333
|
-
def refute_contains_request_params(attributes)
|
334
|
-
attributes.keys.each do |key|
|
335
|
-
refute_match(/^request\.parameters\./, key.to_s)
|
336
|
-
end
|
337
|
-
end
|
338
|
-
|
339
|
-
def last_transaction_trace
|
340
|
-
NewRelic::Agent.agent.transaction_sampler.last_sample
|
341
|
-
end
|
342
|
-
|
343
|
-
def last_transaction_trace_request_params
|
344
|
-
agent_attributes = attributes_for(last_transaction_trace, :agent)
|
345
|
-
agent_attributes.inject({}) do |memo, (key, value)|
|
346
|
-
memo[key] = value if key.to_s.start_with?("request.parameters.")
|
347
|
-
memo
|
348
|
-
end
|
349
|
-
end
|
350
|
-
|
351
|
-
def find_sql_trace(metric_name)
|
352
|
-
NewRelic::Agent.agent.sql_sampler.sql_traces.values.detect do |trace|
|
353
|
-
trace.database_metric_name == metric_name
|
354
|
-
end
|
355
|
-
end
|
356
|
-
|
357
|
-
def last_sql_trace
|
358
|
-
NewRelic::Agent.agent.sql_sampler.sql_traces.values.last
|
359
|
-
end
|
360
|
-
|
361
|
-
def find_last_transaction_node(transaction_sample=nil)
|
362
|
-
if transaction_sample
|
363
|
-
root_node = transaction_sample.root_node
|
364
|
-
else
|
365
|
-
builder = NewRelic::Agent.agent.transaction_sampler.tl_builder
|
366
|
-
root_node = builder.current_node
|
367
|
-
end
|
368
|
-
|
369
|
-
last_node = nil
|
370
|
-
root_node.each_node {|s| last_node = s }
|
371
|
-
|
372
|
-
return last_node
|
373
|
-
end
|
374
|
-
|
375
|
-
def find_node_with_name(transaction_sample, name)
|
376
|
-
transaction_sample.root_node.each_node do |node|
|
377
|
-
if node.metric_name == name
|
378
|
-
return node
|
379
|
-
end
|
380
|
-
end
|
381
|
-
|
382
|
-
nil
|
383
|
-
end
|
384
|
-
|
385
|
-
def find_node_with_name_matching(transaction_sample, regex)
|
386
|
-
transaction_sample.root_node.each_node do |node|
|
387
|
-
if node.metric_name.match regex
|
388
|
-
return node
|
389
|
-
end
|
390
|
-
end
|
391
|
-
|
392
|
-
nil
|
393
|
-
end
|
394
|
-
|
395
|
-
def find_all_nodes_with_name_matching(transaction_sample, regexes)
|
396
|
-
regexes = [regexes].flatten
|
397
|
-
matching_nodes = []
|
398
|
-
|
399
|
-
transaction_sample.root_node.each_node do |node|
|
400
|
-
regexes.each do |regex|
|
401
|
-
if node.metric_name.match regex
|
402
|
-
matching_nodes << node
|
403
|
-
end
|
404
|
-
end
|
405
|
-
end
|
406
|
-
|
407
|
-
matching_nodes
|
408
|
-
end
|
409
|
-
|
410
|
-
def with_config(config_hash, at_start=true)
|
411
|
-
config = NewRelic::Agent::Configuration::DottedHash.new(config_hash, true)
|
412
|
-
NewRelic::Agent.config.add_config_for_testing(config, at_start)
|
413
|
-
NewRelic::Agent.instance.refresh_attribute_filter
|
414
|
-
begin
|
415
|
-
yield
|
416
|
-
ensure
|
417
|
-
NewRelic::Agent.config.remove_config(config)
|
418
|
-
NewRelic::Agent.instance.refresh_attribute_filter
|
419
|
-
end
|
420
|
-
end
|
421
|
-
|
422
|
-
def with_config_low_priority(config_hash)
|
423
|
-
with_config(config_hash, false) do
|
424
|
-
yield
|
425
|
-
end
|
426
|
-
end
|
427
|
-
|
428
|
-
def with_transaction_renaming_rules(rule_specs)
|
429
|
-
original_engine = NewRelic::Agent.agent.instance_variable_get(:@transaction_rules)
|
430
|
-
begin
|
431
|
-
new_engine = NewRelic::Agent::RulesEngine.create_transaction_rules('transaction_name_rules' => rule_specs)
|
432
|
-
NewRelic::Agent.agent.instance_variable_set(:@transaction_rules, new_engine)
|
433
|
-
yield
|
434
|
-
ensure
|
435
|
-
NewRelic::Agent.agent.instance_variable_set(:@transaction_rules, original_engine)
|
436
|
-
end
|
437
|
-
end
|
438
|
-
|
439
|
-
# Need to guard against double-installing this patch because in 1.8.x the same
|
440
|
-
# file can be required multiple times under different non-canonicalized paths.
|
441
|
-
unless Time.respond_to?(:__original_now)
|
442
|
-
Time.instance_eval do
|
443
|
-
class << self
|
444
|
-
attr_accessor :__frozen_now
|
445
|
-
alias_method :__original_now, :now
|
446
|
-
|
447
|
-
def now
|
448
|
-
__frozen_now || __original_now
|
449
|
-
end
|
450
|
-
end
|
451
|
-
end
|
452
|
-
end
|
453
|
-
|
454
|
-
def freeze_time(now=Time.now)
|
455
|
-
Time.__frozen_now = now
|
456
|
-
end
|
457
|
-
|
458
|
-
def unfreeze_time
|
459
|
-
Time.__frozen_now = nil
|
460
|
-
end
|
461
|
-
|
462
|
-
def advance_time(seconds)
|
463
|
-
freeze_time(Time.now + seconds)
|
464
|
-
end
|
465
|
-
|
466
|
-
def with_constant_defined(constant_symbol, implementation=Module.new)
|
467
|
-
const_path = constant_path(constant_symbol.to_s)
|
468
|
-
|
469
|
-
if const_path
|
470
|
-
# Constant is already defined, nothing to do
|
471
|
-
return yield
|
472
|
-
else
|
473
|
-
const_path = constant_path(constant_symbol.to_s, :allow_partial => true)
|
474
|
-
parent = const_path[-1]
|
475
|
-
constant_symbol = constant_symbol.to_s.split('::').last.to_sym
|
476
|
-
end
|
477
|
-
|
478
|
-
begin
|
479
|
-
parent.const_set(constant_symbol, implementation)
|
480
|
-
yield
|
481
|
-
ensure
|
482
|
-
parent.send(:remove_const, constant_symbol)
|
483
|
-
end
|
484
|
-
end
|
485
|
-
|
486
|
-
def constant_path(name, opts={})
|
487
|
-
allow_partial = opts[:allow_partial]
|
488
|
-
path = [Object]
|
489
|
-
parts = name.gsub(/^::/, '').split('::')
|
490
|
-
parts.each do |part|
|
491
|
-
if !path.last.const_defined?(part)
|
492
|
-
return allow_partial ? path : nil
|
493
|
-
end
|
494
|
-
path << path.last.const_get(part)
|
495
|
-
end
|
496
|
-
path
|
497
|
-
end
|
498
|
-
|
499
|
-
def undefine_constant(constant_symbol)
|
500
|
-
const_path = constant_path(constant_symbol.to_s)
|
501
|
-
return yield unless const_path
|
502
|
-
parent = const_path[-2]
|
503
|
-
const_name = constant_symbol.to_s.gsub(/.*::/, '')
|
504
|
-
removed_constant = parent.send(:remove_const, const_name)
|
505
|
-
yield
|
506
|
-
ensure
|
507
|
-
parent.const_set(const_name, removed_constant) if removed_constant
|
508
|
-
end
|
509
|
-
|
510
|
-
def with_debug_logging
|
511
|
-
orig_logger = NewRelic::Agent.logger
|
512
|
-
$stderr.puts '', '---', ''
|
513
|
-
NewRelic::Agent.logger =
|
514
|
-
NewRelic::Agent::AgentLogger.new('', Logger.new($stderr) )
|
515
|
-
|
516
|
-
with_config(:log_level => 'debug') do
|
517
|
-
yield
|
518
|
-
end
|
519
|
-
ensure
|
520
|
-
NewRelic::Agent.logger = orig_logger
|
521
|
-
end
|
522
|
-
|
523
|
-
def create_agent_command(args = {})
|
524
|
-
NewRelic::Agent::Commands::AgentCommand.new([-1, { "name" => "command_name", "arguments" => args}])
|
525
|
-
end
|
526
|
-
|
527
|
-
def wait_for_backtrace_service_poll(opts={})
|
528
|
-
defaults = {
|
529
|
-
:timeout => 10.0,
|
530
|
-
:service => NewRelic::Agent.agent.agent_command_router.backtrace_service,
|
531
|
-
:iterations => 1
|
532
|
-
}
|
533
|
-
opts = defaults.merge(opts)
|
534
|
-
deadline = Time.now + opts[:timeout]
|
535
|
-
|
536
|
-
service = opts[:service]
|
537
|
-
worker_loop = service.worker_loop
|
538
|
-
worker_loop.setup(0, service.method(:poll))
|
539
|
-
|
540
|
-
until worker_loop.iterations > opts[:iterations]
|
541
|
-
sleep(0.01)
|
542
|
-
if Time.now > deadline
|
543
|
-
raise "Timed out waiting #{opts[:timeout]} s for backtrace service poll\n" +
|
544
|
-
"Worker loop ran for #{opts[:service].worker_loop.iterations} iterations\n\n" +
|
545
|
-
Thread.list.map { |t|
|
546
|
-
"#{t.to_s}: newrelic_label: #{t[:newrelic_label].inspect}\n\n" +
|
547
|
-
(t.backtrace || []).join("\n\t")
|
548
|
-
}.join("\n\n")
|
549
|
-
end
|
550
|
-
end
|
551
|
-
end
|
552
|
-
|
553
|
-
def with_array_logger(level=:info)
|
554
|
-
orig_logger = NewRelic::Agent.logger
|
555
|
-
config = { :log_level => level }
|
556
|
-
logdev = ArrayLogDevice.new
|
557
|
-
override_logger = Logger.new(logdev)
|
558
|
-
|
559
|
-
with_config(config) do
|
560
|
-
NewRelic::Agent.logger = NewRelic::Agent::AgentLogger.new("", override_logger)
|
561
|
-
yield
|
562
|
-
end
|
563
|
-
|
564
|
-
return logdev
|
565
|
-
ensure
|
566
|
-
NewRelic::Agent.logger = orig_logger
|
567
|
-
end
|
568
|
-
|
569
|
-
def with_environment(env)
|
570
|
-
old_env = {}
|
571
|
-
env.each do |key, val|
|
572
|
-
old_env[key] = ENV[key]
|
573
|
-
ENV[key] = val.to_s
|
574
|
-
end
|
575
|
-
begin
|
576
|
-
yield
|
577
|
-
ensure
|
578
|
-
old_env.each { |key, old_val| ENV[key] = old_val }
|
579
|
-
end
|
580
|
-
end
|
581
|
-
|
582
|
-
def with_argv(argv)
|
583
|
-
old_argv = ARGV.dup
|
584
|
-
ARGV.clear
|
585
|
-
ARGV.concat(argv)
|
586
|
-
|
587
|
-
begin
|
588
|
-
yield
|
589
|
-
ensure
|
590
|
-
ARGV.clear
|
591
|
-
ARGV.concat(old_argv)
|
592
|
-
end
|
593
|
-
end
|
594
|
-
|
595
|
-
def with_ignore_error_filter(filter, &blk)
|
596
|
-
original_filter = NewRelic::Agent.ignore_error_filter
|
597
|
-
NewRelic::Agent.ignore_error_filter(&filter)
|
598
|
-
|
599
|
-
yield
|
600
|
-
ensure
|
601
|
-
NewRelic::Agent::ErrorCollector.ignore_error_filter = original_filter
|
602
|
-
end
|
603
|
-
|
604
|
-
def json_dump_and_encode(object)
|
605
|
-
Base64.encode64(::JSON.dump(object))
|
606
|
-
end
|
607
|
-
|
608
|
-
def get_last_analytics_event
|
609
|
-
NewRelic::Agent.agent.transaction_event_aggregator.harvest![1].last
|
610
|
-
end
|
611
|
-
|
612
|
-
def swap_instance_method(target, method_name, new_method_implementation, &blk)
|
613
|
-
old_method_implementation = target.instance_method(method_name)
|
614
|
-
target.send(:define_method, method_name, new_method_implementation)
|
615
|
-
yield
|
616
|
-
rescue NameError => e
|
617
|
-
puts "Your target does not have the instance method #{method_name}"
|
618
|
-
puts e.inspect
|
619
|
-
ensure
|
620
|
-
target.send(:define_method, method_name, old_method_implementation)
|
621
|
-
end
|
622
|
-
|
623
|
-
def cross_agent_tests_dir
|
624
|
-
File.expand_path(File.join(File.dirname(__FILE__), 'fixtures', 'cross_agent_tests'))
|
625
|
-
end
|
626
|
-
|
627
|
-
def load_cross_agent_test(name)
|
628
|
-
test_file_path = File.join(cross_agent_tests_dir, "#{name}.json")
|
629
|
-
data = File.read(test_file_path)
|
630
|
-
data.gsub!('callCount', 'call_count')
|
631
|
-
data = ::JSON.load(data)
|
632
|
-
data.each { |testcase| testcase['testname'].gsub! ' ', '_' if String === testcase['testname'] }
|
633
|
-
data
|
634
|
-
end
|
635
|
-
|
636
|
-
def each_cross_agent_test(options)
|
637
|
-
options = {:dir => nil, :pattern => "*"}.update(options)
|
638
|
-
path = File.join [cross_agent_tests_dir, options[:dir], options[:pattern]].compact
|
639
|
-
Dir.glob(path).each { |file| yield file}
|
640
|
-
end
|
641
|
-
|
642
|
-
def assert_event_attributes(event, test_name, expected_attributes, non_expected_attributes)
|
643
|
-
incorrect_attributes = []
|
644
|
-
|
645
|
-
event_attrs = event[0]
|
646
|
-
|
647
|
-
expected_attributes.each do |name, expected_value|
|
648
|
-
actual_value = event_attrs[name]
|
649
|
-
incorrect_attributes << name unless actual_value == expected_value
|
650
|
-
end
|
651
|
-
|
652
|
-
msg = "Found missing or incorrect attribute values in #{test_name}:\n"
|
653
|
-
|
654
|
-
incorrect_attributes.each do |name|
|
655
|
-
msg << " #{name}: expected = #{expected_attributes[name].inspect}, actual = #{event_attrs[name].inspect}\n"
|
656
|
-
end
|
657
|
-
msg << "\n"
|
658
|
-
|
659
|
-
msg << "All event values:\n"
|
660
|
-
event_attrs.each do |name, actual_value|
|
661
|
-
msg << " #{name}: #{actual_value.inspect}\n"
|
662
|
-
end
|
663
|
-
assert(incorrect_attributes.empty?, msg)
|
664
|
-
|
665
|
-
non_expected_attributes.each do |name|
|
666
|
-
assert_nil(event_attrs[name], "Found value '#{event_attrs[name]}' for attribute '#{name}', but expected nothing in #{test_name}")
|
667
|
-
end
|
668
|
-
end
|
669
|
-
|
670
|
-
def attributes_for(sample, type)
|
671
|
-
sample.attributes.instance_variable_get("@#{type}_attributes")
|
672
|
-
end
|