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,857 +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
|
-
require File.expand_path(File.join(File.dirname(__FILE__),'..','..','test_helper'))
|
6
|
-
require File.expand_path(File.join(File.dirname(__FILE__),'..','data_container_tests'))
|
7
|
-
|
8
|
-
class NewRelic::Agent::TransactionSamplerTest < Minitest::Test
|
9
|
-
|
10
|
-
module MockGCStats
|
11
|
-
|
12
|
-
def time
|
13
|
-
return 0 if @@values.empty?
|
14
|
-
raise "too many calls" if @@index >= @@values.size
|
15
|
-
@@curtime ||= 0
|
16
|
-
@@curtime += (@@values[@@index] * 1e09).to_i
|
17
|
-
@@index += 1
|
18
|
-
@@curtime
|
19
|
-
end
|
20
|
-
|
21
|
-
def self.mock_values= array
|
22
|
-
@@values = array
|
23
|
-
@@index = 0
|
24
|
-
end
|
25
|
-
|
26
|
-
end
|
27
|
-
|
28
|
-
def setup
|
29
|
-
NewRelic::Agent::TransactionState.tl_clear_for_testing
|
30
|
-
@state = NewRelic::Agent::TransactionState.tl_get
|
31
|
-
agent = NewRelic::Agent.instance
|
32
|
-
stats_engine = NewRelic::Agent::StatsEngine.new
|
33
|
-
agent.stubs(:stats_engine).returns(stats_engine)
|
34
|
-
@sampler = NewRelic::Agent::TransactionSampler.new
|
35
|
-
@old_sampler = NewRelic::Agent.instance.transaction_sampler
|
36
|
-
NewRelic::Agent.instance.instance_variable_set(:@transaction_sampler, @sampler)
|
37
|
-
@test_config = { :'transaction_tracer.enabled' => true }
|
38
|
-
NewRelic::Agent.config.add_config_for_testing(@test_config)
|
39
|
-
|
40
|
-
attributes = NewRelic::Agent::Transaction::Attributes.new(NewRelic::Agent.instance.attribute_filter)
|
41
|
-
@txn = stub('txn',
|
42
|
-
:best_name => '/path',
|
43
|
-
:request_path => '/request_path',
|
44
|
-
:guid => 'a guid',
|
45
|
-
:ignore_trace? => false,
|
46
|
-
:cat_trip_id => '',
|
47
|
-
:cat_path_hash => '',
|
48
|
-
:is_synthetics_request? => false,
|
49
|
-
:filtered_params => {},
|
50
|
-
:attributes => attributes
|
51
|
-
)
|
52
|
-
end
|
53
|
-
|
54
|
-
def teardown
|
55
|
-
super
|
56
|
-
NewRelic::Agent::TransactionState.tl_clear_for_testing
|
57
|
-
NewRelic::Agent.config.remove_config(@test_config)
|
58
|
-
NewRelic::Agent.instance.instance_variable_set(:@transaction_sampler, @old_sampler)
|
59
|
-
end
|
60
|
-
|
61
|
-
# Helpers for DataContainerTests
|
62
|
-
|
63
|
-
def create_container
|
64
|
-
@sampler
|
65
|
-
end
|
66
|
-
|
67
|
-
def populate_container(sampler, n)
|
68
|
-
n.times do |i|
|
69
|
-
sample = sample_with(:duration => 1, :transaction_name => "t#{i}", :synthetics_resource_id => 1)
|
70
|
-
@sampler.store_sample(sample)
|
71
|
-
end
|
72
|
-
end
|
73
|
-
|
74
|
-
include NewRelic::DataContainerTests
|
75
|
-
|
76
|
-
# Tests
|
77
|
-
|
78
|
-
def test_on_start_transaction_default
|
79
|
-
@sampler.expects(:start_builder).with(@state, 100.0)
|
80
|
-
@sampler.on_start_transaction(@state, Time.at(100))
|
81
|
-
end
|
82
|
-
|
83
|
-
def test_on_start_transaction_disabled
|
84
|
-
with_config(:'transaction_tracer.enabled' => false) do
|
85
|
-
@sampler.expects(:start_builder).never
|
86
|
-
@sampler.on_start_transaction(@state, Time.at(100))
|
87
|
-
end
|
88
|
-
end
|
89
|
-
|
90
|
-
def test_notice_push_frame_no_builder
|
91
|
-
assert_equal(nil, @sampler.notice_push_frame(@state))
|
92
|
-
end
|
93
|
-
|
94
|
-
def test_notice_pop_frame_no_builder
|
95
|
-
assert_equal(nil, @sampler.notice_pop_frame(@state, 'a frame', Time.at(100)))
|
96
|
-
end
|
97
|
-
|
98
|
-
def test_notice_pop_frame_with_finished_sample
|
99
|
-
builder = mock('builder')
|
100
|
-
sample = mock('sample')
|
101
|
-
builder.expects(:sample).returns(sample)
|
102
|
-
sample.expects(:finished).returns(true)
|
103
|
-
@state.expects(:transaction_sample_builder).returns(builder)
|
104
|
-
|
105
|
-
assert_raises(RuntimeError) do
|
106
|
-
@sampler.notice_pop_frame(@state, 'a frame', Time.at(100))
|
107
|
-
end
|
108
|
-
end
|
109
|
-
|
110
|
-
def test_on_finishing_transaction_no_builder
|
111
|
-
@state.transaction_sample_builder = nil
|
112
|
-
assert_equal(nil, @sampler.on_finishing_transaction(@state, @txn))
|
113
|
-
end
|
114
|
-
|
115
|
-
def test_captures_correct_transaction_duration
|
116
|
-
freeze_time
|
117
|
-
in_transaction do |txn|
|
118
|
-
advance_time(10.0)
|
119
|
-
end
|
120
|
-
|
121
|
-
assert_equal(10.0, @sampler.last_sample.duration)
|
122
|
-
end
|
123
|
-
|
124
|
-
def test_on_finishing_transaction_passes_guid_along
|
125
|
-
in_transaction do |txn|
|
126
|
-
txn.stubs(:guid).returns('a guid')
|
127
|
-
end
|
128
|
-
|
129
|
-
assert_equal('a guid', @sampler.last_sample.guid)
|
130
|
-
end
|
131
|
-
|
132
|
-
def test_records_cpu_time_on_transaction_samples
|
133
|
-
in_transaction do |txn|
|
134
|
-
txn.stubs(:cpu_burn).returns(42)
|
135
|
-
end
|
136
|
-
|
137
|
-
assert_equal(42, attributes_for(@sampler.last_sample, :intrinsic)[:cpu_time])
|
138
|
-
end
|
139
|
-
|
140
|
-
def test_notice_extra_data_no_builder
|
141
|
-
ret = @sampler.send(:notice_extra_data, nil, nil, nil, nil)
|
142
|
-
assert_nil ret
|
143
|
-
end
|
144
|
-
|
145
|
-
def test_notice_extra_data_no_node
|
146
|
-
mock_builder = mock('builder')
|
147
|
-
@sampler.expects(:tl_builder).returns(mock_builder).once
|
148
|
-
mock_builder.expects(:current_node).returns(nil)
|
149
|
-
builder = @sampler.tl_builder
|
150
|
-
@sampler.send(:notice_extra_data, builder, nil, nil, nil)
|
151
|
-
end
|
152
|
-
|
153
|
-
def test_notice_extra_data_with_node_no_old_message_no_config_key
|
154
|
-
key = :a_key
|
155
|
-
mock_builder = mock('builder')
|
156
|
-
node = mock('node')
|
157
|
-
@sampler.expects(:tl_builder).returns(mock_builder).once
|
158
|
-
mock_builder.expects(:current_node).returns(node)
|
159
|
-
NewRelic::Agent::TransactionSampler.expects(:truncate_message) \
|
160
|
-
.with('a message').returns('truncated_message')
|
161
|
-
node.expects(:[]=).with(key, 'truncated_message')
|
162
|
-
@sampler.expects(:append_backtrace).with(node, 1.0)
|
163
|
-
builder = @sampler.tl_builder
|
164
|
-
@sampler.send(:notice_extra_data, builder, 'a message', 1.0, key)
|
165
|
-
end
|
166
|
-
|
167
|
-
def test_append_backtrace_under_duration
|
168
|
-
with_config(:'transaction_tracer.stack_trace_threshold' => 2.0) do
|
169
|
-
node = mock('node')
|
170
|
-
node.expects(:[]=).with(:backtrace, any_parameters).never
|
171
|
-
@sampler.append_backtrace(mock('node'), 1.0)
|
172
|
-
end
|
173
|
-
end
|
174
|
-
|
175
|
-
def test_append_backtrace_over_duration
|
176
|
-
with_config(:'transaction_tracer.stack_trace_threshold' => 2.0) do
|
177
|
-
node = mock('node')
|
178
|
-
# note the mocha expectation matcher - you can't hardcode a
|
179
|
-
# backtrace so we match on any string, which should be okay.
|
180
|
-
node.expects(:[]=).with(:backtrace, instance_of(String))
|
181
|
-
@sampler.append_backtrace(node, 2.5)
|
182
|
-
end
|
183
|
-
end
|
184
|
-
|
185
|
-
def test_notice_sql_recording_sql
|
186
|
-
@state.record_sql = true
|
187
|
-
builder = @sampler.tl_builder
|
188
|
-
@sampler.expects(:notice_extra_data).with do |sample_builder, message, duration, key|
|
189
|
-
sample_builder == builder &&
|
190
|
-
message.sql == 'some sql' &&
|
191
|
-
duration == 1.0 &&
|
192
|
-
key == :sql
|
193
|
-
end
|
194
|
-
@sampler.notice_sql('some sql', {:config => 'a config'}, 1.0, @state)
|
195
|
-
end
|
196
|
-
|
197
|
-
def test_notice_sql_not_recording
|
198
|
-
@state.record_sql = false
|
199
|
-
builder = @sampler.tl_builder
|
200
|
-
@sampler.expects(:notice_extra_data).with(builder, 'some sql', 1.0, :sql).never # <--- important
|
201
|
-
@sampler.notice_sql('some sql', {:config => 'a config'}, 1.0, @state)
|
202
|
-
end
|
203
|
-
|
204
|
-
def test_notice_sql_statment_recording_sql
|
205
|
-
@state.record_sql = true
|
206
|
-
builder = @sampler.tl_builder
|
207
|
-
@sampler.expects(:notice_extra_data).with do |sample_builder, message, duration, key|
|
208
|
-
sample_builder == builder &&
|
209
|
-
message.sql == 'some sql' &&
|
210
|
-
duration == 1.0 &&
|
211
|
-
key == :sql
|
212
|
-
end
|
213
|
-
statement = NewRelic::Agent::Database::Statement.new 'some sql', {:config => 'a config'}
|
214
|
-
@sampler.notice_sql_statement(statement, 1.0)
|
215
|
-
end
|
216
|
-
|
217
|
-
def test_notice_nosql
|
218
|
-
builder = @sampler.tl_builder
|
219
|
-
@sampler.expects(:notice_extra_data).with(builder, 'a key', 1.0, :key)
|
220
|
-
@sampler.notice_nosql('a key', 1.0)
|
221
|
-
end
|
222
|
-
|
223
|
-
def test_notice_nosql_statement
|
224
|
-
builder = @sampler.tl_builder
|
225
|
-
@sampler.expects(:notice_extra_data).with(builder, 'query data', 1.0, :statement)
|
226
|
-
@sampler.notice_nosql_statement('query data', 1.0)
|
227
|
-
end
|
228
|
-
|
229
|
-
def test_harvest_when_disabled
|
230
|
-
with_config(:'transaction_tracer.enabled' => false) do
|
231
|
-
assert_equal([], @sampler.harvest!)
|
232
|
-
end
|
233
|
-
end
|
234
|
-
|
235
|
-
def test_harvest_defaults
|
236
|
-
# making sure the sampler clears out the old samples
|
237
|
-
@sampler.instance_eval do
|
238
|
-
@last_sample = 'a sample'
|
239
|
-
end
|
240
|
-
|
241
|
-
assert_equal([], @sampler.harvest!)
|
242
|
-
|
243
|
-
# make sure the samples have been cleared
|
244
|
-
assert_equal(nil, @sampler.instance_variable_get('@last_sample'))
|
245
|
-
end
|
246
|
-
|
247
|
-
def test_harvest_no_data
|
248
|
-
assert_equal([], @sampler.harvest!)
|
249
|
-
end
|
250
|
-
|
251
|
-
def test_add_samples_holds_onto_previous_result
|
252
|
-
sample = sample_with(:duration => 1)
|
253
|
-
@sampler.merge!([sample])
|
254
|
-
assert_equal([sample], @sampler.harvest!)
|
255
|
-
end
|
256
|
-
|
257
|
-
def test_merge_avoids_dups
|
258
|
-
sample = sample_with(:duration => 1)
|
259
|
-
@sampler.merge!([sample, sample])
|
260
|
-
assert_equal([sample], @sampler.harvest!)
|
261
|
-
end
|
262
|
-
|
263
|
-
def test_harvest_avoids_dups_from_harvested_samples
|
264
|
-
sample = sample_with(:duration => 2.5)
|
265
|
-
@sampler.store_sample(sample)
|
266
|
-
@sampler.store_sample(sample)
|
267
|
-
|
268
|
-
assert_equal([sample], @sampler.harvest!)
|
269
|
-
end
|
270
|
-
|
271
|
-
def test_harvest_adding_slowest
|
272
|
-
sample = sample_with(:duration => 2.5)
|
273
|
-
@sampler.store_sample(sample)
|
274
|
-
|
275
|
-
assert_equal([sample], @sampler.harvest!)
|
276
|
-
end
|
277
|
-
|
278
|
-
def test_harvest_new_slower_sample_replaces_older
|
279
|
-
faster_sample = sample_with(:duration => 5.0)
|
280
|
-
slower_sample = sample_with(:duration => 10.0)
|
281
|
-
|
282
|
-
@sampler.store_sample(slower_sample)
|
283
|
-
@sampler.merge!([faster_sample])
|
284
|
-
|
285
|
-
assert_equal([slower_sample], @sampler.harvest!)
|
286
|
-
end
|
287
|
-
|
288
|
-
def test_harvest_keep_older_slower_sample
|
289
|
-
faster_sample = sample_with(:duration => 5.0)
|
290
|
-
slower_sample = sample_with(:duration => 10.0)
|
291
|
-
|
292
|
-
@sampler.store_sample(faster_sample)
|
293
|
-
@sampler.merge!([slower_sample])
|
294
|
-
|
295
|
-
assert_equal([slower_sample], @sampler.harvest!)
|
296
|
-
end
|
297
|
-
|
298
|
-
SLOWEST_SAMPLE_MAX = NewRelic::Agent::Transaction::SlowestSampleBuffer::CAPACITY
|
299
|
-
XRAY_SAMPLE_MAX = NewRelic::Agent.config[:'xray_session.max_samples']
|
300
|
-
|
301
|
-
def test_harvest_respects_limits_from_previous
|
302
|
-
slowest = sample_with(:duration => 10.0)
|
303
|
-
previous = [slowest]
|
304
|
-
|
305
|
-
xray_samples = generate_samples(100, :transaction_name => "Active/xray")
|
306
|
-
previous.concat(xray_samples)
|
307
|
-
|
308
|
-
result = nil
|
309
|
-
with_active_xray_session("Active/xray") do
|
310
|
-
@sampler.merge!(previous)
|
311
|
-
result = @sampler.harvest!
|
312
|
-
end
|
313
|
-
|
314
|
-
expected = [slowest]
|
315
|
-
expected = expected.concat(xray_samples.first(XRAY_SAMPLE_MAX))
|
316
|
-
|
317
|
-
assert_equal_unordered(expected, result)
|
318
|
-
end
|
319
|
-
|
320
|
-
def test_harvest_respects_limits_from_current_traces
|
321
|
-
slowest = sample_with(:duration => 10.0)
|
322
|
-
@sampler.store_sample(slowest)
|
323
|
-
|
324
|
-
xray_samples = generate_samples(100, :transaction_name => "Active/xray")
|
325
|
-
with_active_xray_session("Active/xray") do
|
326
|
-
xray_samples.each do |xrayed|
|
327
|
-
@sampler.store_sample(xrayed)
|
328
|
-
end
|
329
|
-
end
|
330
|
-
|
331
|
-
result = @sampler.harvest!
|
332
|
-
|
333
|
-
expected = [slowest]
|
334
|
-
expected = expected.concat(xray_samples.first(XRAY_SAMPLE_MAX))
|
335
|
-
assert_equal_unordered(expected, result)
|
336
|
-
end
|
337
|
-
|
338
|
-
class BoundlessBuffer < NewRelic::Agent::Transaction::TransactionSampleBuffer
|
339
|
-
def capacity
|
340
|
-
1.0 / 0 # Can't use Float::INFINITY on older Rubies :(
|
341
|
-
end
|
342
|
-
end
|
343
|
-
|
344
|
-
def test_harvest_has_hard_maximum
|
345
|
-
boundless_buffer = BoundlessBuffer.new
|
346
|
-
|
347
|
-
buffers = @sampler.instance_variable_get(:@sample_buffers)
|
348
|
-
buffers << boundless_buffer
|
349
|
-
|
350
|
-
samples = generate_samples(100)
|
351
|
-
samples.each do |sample|
|
352
|
-
@sampler.store_sample(sample)
|
353
|
-
end
|
354
|
-
|
355
|
-
result = @sampler.harvest!
|
356
|
-
assert_equal NewRelic::Agent::Transaction::TransactionSampleBuffer::SINGLE_BUFFER_MAX, result.length
|
357
|
-
end
|
358
|
-
|
359
|
-
def test_start_builder_default
|
360
|
-
@state.expects(:is_execution_traced?).returns(true)
|
361
|
-
@sampler.send(:start_builder, @state)
|
362
|
-
assert(@state.transaction_sample_builder.is_a?(NewRelic::Agent::TransactionSampleBuilder),
|
363
|
-
"should set up a new builder by default")
|
364
|
-
end
|
365
|
-
|
366
|
-
def test_start_builder_disabled
|
367
|
-
@state.transaction_sample_builder = 'not nil.'
|
368
|
-
with_config(:'transaction_tracer.enabled' => false) do
|
369
|
-
@sampler.send(:start_builder, @state)
|
370
|
-
assert_equal(nil, @state.transaction_sample_builder,
|
371
|
-
"should clear the transaction builder when disabled")
|
372
|
-
end
|
373
|
-
end
|
374
|
-
|
375
|
-
def test_start_builder_dont_replace_existing_builder
|
376
|
-
fake_builder = mock('transaction sample builder')
|
377
|
-
@state.transaction_sample_builder = fake_builder
|
378
|
-
@sampler.send(:start_builder, @state)
|
379
|
-
assert_equal(fake_builder, @state.transaction_sample_builder,
|
380
|
-
"should not overwrite an existing transaction sample builder")
|
381
|
-
@state.transaction_sample_builder = nil
|
382
|
-
end
|
383
|
-
|
384
|
-
def test_builder
|
385
|
-
@state.transaction_sample_builder = 'shamalamadingdong, brother.'
|
386
|
-
assert_equal('shamalamadingdong, brother.', @sampler.send(:tl_builder),
|
387
|
-
'should return the value from the thread local variable')
|
388
|
-
@state.transaction_sample_builder = nil
|
389
|
-
end
|
390
|
-
|
391
|
-
# Tests below this line are functional tests for the sampler, not
|
392
|
-
# unit tests per se - some overlap with the tests above, but
|
393
|
-
# generally usefully so
|
394
|
-
|
395
|
-
|
396
|
-
def test_sample_tree
|
397
|
-
with_config(:'transaction_tracer.transaction_threshold' => 0.0) do
|
398
|
-
@sampler.on_start_transaction(@state, Time.now)
|
399
|
-
@sampler.notice_push_frame(@state)
|
400
|
-
|
401
|
-
@sampler.notice_push_frame(@state)
|
402
|
-
@sampler.notice_pop_frame(@state, "b")
|
403
|
-
|
404
|
-
@sampler.notice_push_frame(@state)
|
405
|
-
@sampler.notice_push_frame(@state)
|
406
|
-
@sampler.notice_pop_frame(@state, "d")
|
407
|
-
@sampler.notice_pop_frame(@state, "c")
|
408
|
-
|
409
|
-
@sampler.notice_pop_frame(@state, "a")
|
410
|
-
@sampler.on_finishing_transaction(@state, @txn)
|
411
|
-
sample = @sampler.harvest!.first
|
412
|
-
assert_equal "ROOT{a{b,c{d}}}", sample.to_s_compact
|
413
|
-
end
|
414
|
-
end
|
415
|
-
|
416
|
-
def test_sample__gc_stats
|
417
|
-
GC.extend MockGCStats
|
418
|
-
# These are effectively Garbage Collects, detected each time GC.time is
|
419
|
-
# called by the transaction sampler. One time value in seconds for each call.
|
420
|
-
MockGCStats.mock_values = [0,0,0,1,0,0,1,0,0,0,0,0,0,0,0]
|
421
|
-
|
422
|
-
with_config(:'transaction_tracer.transaction_threshold' => 0.0) do
|
423
|
-
@sampler.on_start_transaction(@state, Time.now)
|
424
|
-
@sampler.notice_push_frame(@state)
|
425
|
-
|
426
|
-
@sampler.notice_push_frame(@state)
|
427
|
-
@sampler.notice_pop_frame(@state, "b")
|
428
|
-
|
429
|
-
@sampler.notice_push_frame(@state)
|
430
|
-
@sampler.notice_push_frame(@state)
|
431
|
-
@sampler.notice_pop_frame(@state, "d")
|
432
|
-
@sampler.notice_pop_frame(@state, "c")
|
433
|
-
|
434
|
-
@sampler.notice_pop_frame(@state, "a")
|
435
|
-
@sampler.on_finishing_transaction(@state, @txn)
|
436
|
-
|
437
|
-
sample = @sampler.harvest!.first
|
438
|
-
assert_equal "ROOT{a{b,c{d}}}", sample.to_s_compact
|
439
|
-
end
|
440
|
-
ensure
|
441
|
-
MockGCStats.mock_values = []
|
442
|
-
end
|
443
|
-
|
444
|
-
# NB this test occasionally fails due to a GC during one of the
|
445
|
-
# sample traces, for example. It's unfortunate, but we can't
|
446
|
-
# reliably turn off GC on all versions of ruby under test
|
447
|
-
def test_harvest_slowest
|
448
|
-
with_config(:'transaction_tracer.transaction_threshold' => 0.0) do
|
449
|
-
run_sample_trace(0,0.1)
|
450
|
-
run_sample_trace(0,0.1)
|
451
|
-
# two second duration
|
452
|
-
run_sample_trace(0,2)
|
453
|
-
run_sample_trace(0,0.1)
|
454
|
-
run_sample_trace(0,0.1)
|
455
|
-
|
456
|
-
slowest = @sampler.harvest![0]
|
457
|
-
first_duration = slowest.duration
|
458
|
-
assert((first_duration.round >= 2),
|
459
|
-
"expected sample duration = 2, but was: #{slowest.duration.inspect}")
|
460
|
-
|
461
|
-
# 1 second duration
|
462
|
-
run_sample_trace(0,1)
|
463
|
-
@sampler.merge!([slowest])
|
464
|
-
not_as_slow = @sampler.harvest![0]
|
465
|
-
assert((not_as_slow == slowest), "Should re-harvest the same transaction since it should be slower than the new transaction - expected #{slowest.inspect} but got #{not_as_slow.inspect}")
|
466
|
-
|
467
|
-
run_sample_trace(0,10)
|
468
|
-
|
469
|
-
@sampler.merge!([slowest])
|
470
|
-
new_slowest = @sampler.harvest![0]
|
471
|
-
assert((new_slowest != slowest), "Should not harvest the same trace since the new one should be slower")
|
472
|
-
assert_equal(new_slowest.duration.round, 10, "Slowest duration must be = 10, but was: #{new_slowest.duration.inspect}")
|
473
|
-
end
|
474
|
-
end
|
475
|
-
|
476
|
-
def test_prepare_to_send
|
477
|
-
t0 = freeze_time
|
478
|
-
sample = with_config(:'transaction_tracer.transaction_threshold' => 0.0) do
|
479
|
-
run_sample_trace { advance_time(2.0) }
|
480
|
-
@sampler.harvest![0]
|
481
|
-
end
|
482
|
-
|
483
|
-
ready_to_send = sample.prepare_to_send!
|
484
|
-
assert_equal 2.0, ready_to_send.duration
|
485
|
-
assert_equal t0.to_f, ready_to_send.start_time
|
486
|
-
end
|
487
|
-
|
488
|
-
def test_multithread
|
489
|
-
threads = []
|
490
|
-
|
491
|
-
5.times do
|
492
|
-
threads << Thread.new do
|
493
|
-
10.times do
|
494
|
-
# Important that this uses the actual thread-local, not the shared
|
495
|
-
# @state variable used in other non-threaded tests
|
496
|
-
run_sample_trace(Time.now.to_f, nil, NewRelic::Agent::TransactionState.tl_get) do
|
497
|
-
sleep 0.0001
|
498
|
-
end
|
499
|
-
end
|
500
|
-
end
|
501
|
-
end
|
502
|
-
threads.each {|t| t.join }
|
503
|
-
end
|
504
|
-
|
505
|
-
def test_sample_with_parallel_paths
|
506
|
-
with_config(:'transaction_tracer.transaction_threshold' => 0.0) do
|
507
|
-
@sampler.on_start_transaction(@state, Time.now)
|
508
|
-
@sampler.notice_push_frame(@state)
|
509
|
-
|
510
|
-
assert_equal 1, @sampler.tl_builder.scope_depth
|
511
|
-
|
512
|
-
@sampler.notice_pop_frame(@state, "a")
|
513
|
-
@sampler.on_finishing_transaction(@state, @txn)
|
514
|
-
|
515
|
-
assert_nil @sampler.tl_builder
|
516
|
-
|
517
|
-
@sampler.on_start_transaction(@state, Time.now)
|
518
|
-
@sampler.notice_push_frame(@state)
|
519
|
-
@sampler.notice_pop_frame(@state, "a")
|
520
|
-
@sampler.on_finishing_transaction(@state, @txn)
|
521
|
-
|
522
|
-
assert_nil @sampler.tl_builder
|
523
|
-
|
524
|
-
assert_equal "ROOT{a}", @sampler.last_sample.to_s_compact
|
525
|
-
end
|
526
|
-
end
|
527
|
-
|
528
|
-
def test_double_traced_method_stack_empty
|
529
|
-
with_config(:'transaction_tracer.transaction_threshold' => 0.0) do
|
530
|
-
@sampler.on_start_transaction(@state, Time.now)
|
531
|
-
@sampler.notice_push_frame(@state)
|
532
|
-
@sampler.notice_pop_frame(@state, "a")
|
533
|
-
@sampler.on_finishing_transaction(@state, @txn)
|
534
|
-
@sampler.on_finishing_transaction(@state, @txn)
|
535
|
-
@sampler.on_finishing_transaction(@state, @txn)
|
536
|
-
@sampler.on_finishing_transaction(@state, @txn)
|
537
|
-
|
538
|
-
refute_nil @sampler.harvest![0]
|
539
|
-
end
|
540
|
-
end
|
541
|
-
|
542
|
-
|
543
|
-
def test_record_sql_off
|
544
|
-
@sampler.on_start_transaction(@state, Time.now.to_f)
|
545
|
-
|
546
|
-
@state.record_sql = false
|
547
|
-
|
548
|
-
@sampler.notice_sql("test", {}, 0, @state)
|
549
|
-
|
550
|
-
node = @sampler.send(:tl_builder).current_node
|
551
|
-
|
552
|
-
assert_nil node[:sql]
|
553
|
-
end
|
554
|
-
|
555
|
-
def test_stack_trace_sql
|
556
|
-
with_config(:'transaction_tracer.stack_trace_threshold' => 0) do
|
557
|
-
@sampler.on_start_transaction(@state, Time.now.to_f)
|
558
|
-
@sampler.notice_sql("test", {}, 1, @state)
|
559
|
-
node = @sampler.send(:tl_builder).current_node
|
560
|
-
|
561
|
-
assert node[:sql]
|
562
|
-
assert node[:backtrace]
|
563
|
-
end
|
564
|
-
end
|
565
|
-
|
566
|
-
def test_nil_stacktrace
|
567
|
-
with_config(:'transaction_tracer.stack_trace_threshold' => 2) do
|
568
|
-
@sampler.on_start_transaction(@state, Time.now.to_f)
|
569
|
-
@sampler.notice_sql("test", {}, 1, @state)
|
570
|
-
node = @sampler.send(:tl_builder).current_node
|
571
|
-
|
572
|
-
assert node[:sql]
|
573
|
-
assert_nil node[:backtrace]
|
574
|
-
end
|
575
|
-
end
|
576
|
-
|
577
|
-
def test_big_sql
|
578
|
-
@sampler.on_start_transaction(@state, Time.now.to_f)
|
579
|
-
|
580
|
-
sql = "SADJKHASDHASD KAJSDH ASKDH ASKDHASDK JASHD KASJDH ASKDJHSAKDJHAS DKJHSADKJSAH DKJASHD SAKJDH SAKDJHS"
|
581
|
-
|
582
|
-
len = 0
|
583
|
-
while len <= 16384
|
584
|
-
@sampler.notice_sql(sql, {}, 0, @state)
|
585
|
-
len += sql.length
|
586
|
-
end
|
587
|
-
|
588
|
-
node = @sampler.send(:tl_builder).current_node
|
589
|
-
|
590
|
-
sql = node[:sql]
|
591
|
-
|
592
|
-
assert sql.sql.length <= 16384
|
593
|
-
end
|
594
|
-
|
595
|
-
def test_node_obfuscated
|
596
|
-
@sampler.on_start_transaction(@state, Time.now.to_f)
|
597
|
-
@sampler.notice_push_frame(@state)
|
598
|
-
|
599
|
-
orig_sql = "SELECT * from Jim where id=66"
|
600
|
-
|
601
|
-
@sampler.notice_sql(orig_sql, {}, 0, @state)
|
602
|
-
|
603
|
-
node = @sampler.send(:tl_builder).current_node
|
604
|
-
|
605
|
-
assert_equal orig_sql, node[:sql].sql
|
606
|
-
assert_equal "SELECT * from Jim where id=?", node.obfuscated_sql
|
607
|
-
@sampler.notice_pop_frame(@state, "foo")
|
608
|
-
end
|
609
|
-
|
610
|
-
def test_should_not_collect_nodes_beyond_limit
|
611
|
-
with_config(:'transaction_tracer.limit_segments' => 3) do
|
612
|
-
run_sample_trace do
|
613
|
-
@sampler.notice_push_frame(@state)
|
614
|
-
@sampler.notice_sql("SELECT * FROM sandwiches WHERE bread = 'challah'", {}, 0, @state)
|
615
|
-
@sampler.notice_push_frame(@state)
|
616
|
-
@sampler.notice_sql("SELECT * FROM sandwiches WHERE bread = 'semolina'", {}, 0, @state)
|
617
|
-
@sampler.notice_pop_frame(@state, "a11")
|
618
|
-
@sampler.notice_pop_frame(@state, "a1")
|
619
|
-
end
|
620
|
-
assert_equal 3, @sampler.last_sample.count_nodes
|
621
|
-
|
622
|
-
expected_sql = "SELECT * FROM sandwiches WHERE bread = 'challah'"
|
623
|
-
deepest_node = find_last_transaction_node(@sampler.last_sample)
|
624
|
-
assert_equal([], deepest_node.called_nodes)
|
625
|
-
assert_equal(expected_sql, deepest_node[:sql].sql)
|
626
|
-
end
|
627
|
-
end
|
628
|
-
|
629
|
-
def test_renaming_current_node_midflight
|
630
|
-
@sampler.start_builder(@state)
|
631
|
-
node = @sampler.notice_push_frame(@state)
|
632
|
-
node.metric_name = 'External/www.google.com/Net::HTTP/GET'
|
633
|
-
@sampler.notice_pop_frame(@state, 'External/www.google.com/Net::HTTP/GET')
|
634
|
-
end
|
635
|
-
|
636
|
-
def test_adding_node_parameters
|
637
|
-
@sampler.start_builder(@state)
|
638
|
-
@sampler.notice_push_frame(@state)
|
639
|
-
@sampler.add_node_parameters(:transaction_guid => '97612F92E6194080')
|
640
|
-
assert_equal '97612F92E6194080', @sampler.tl_builder.current_node[:transaction_guid]
|
641
|
-
end
|
642
|
-
|
643
|
-
def test_large_transaction_trace_harvest
|
644
|
-
config = {
|
645
|
-
:'transaction_tracer.enabled' => true,
|
646
|
-
:'transaction_tracer.transaction_threshold' => 0,
|
647
|
-
:'transaction_tracer.limit_segments' => 100
|
648
|
-
}
|
649
|
-
with_config(config) do
|
650
|
-
run_long_sample_trace(110)
|
651
|
-
|
652
|
-
samples = @sampler.harvest!
|
653
|
-
assert_equal(1, samples.size)
|
654
|
-
|
655
|
-
# Verify that the TT stopped recording after 100 nodes
|
656
|
-
assert_equal(100, samples.first.count_nodes)
|
657
|
-
end
|
658
|
-
end
|
659
|
-
|
660
|
-
def test_harvest_prepare_samples
|
661
|
-
samples = [mock('TT0'), mock('TT1')]
|
662
|
-
samples[0].expects(:prepare_to_send!)
|
663
|
-
samples[1].expects(:prepare_to_send!)
|
664
|
-
@sampler.stubs(:harvest_from_sample_buffers).returns(samples)
|
665
|
-
prepared = @sampler.harvest!
|
666
|
-
assert_equal(samples, prepared)
|
667
|
-
end
|
668
|
-
|
669
|
-
def test_harvest_prepare_samples_with_error
|
670
|
-
samples = [mock('TT0'), mock('TT1')]
|
671
|
-
samples[0].expects(:prepare_to_send!).raises('an error')
|
672
|
-
samples[1].expects(:prepare_to_send!)
|
673
|
-
@sampler.stubs(:harvest_from_sample_buffers).returns(samples)
|
674
|
-
prepared = @sampler.harvest!
|
675
|
-
assert_equal([samples[1]], prepared)
|
676
|
-
end
|
677
|
-
|
678
|
-
def test_custom_params_include_gc_time
|
679
|
-
with_config(:'transaction_tracer.transaction_threshold' => 0.0) do
|
680
|
-
in_transaction do
|
681
|
-
NewRelic::Agent::StatsEngine::GCProfiler.stubs(:record_delta).returns(10.0)
|
682
|
-
end
|
683
|
-
end
|
684
|
-
|
685
|
-
assert_equal 10.0, intrinsic_attributes_from_last_sample[:gc_time]
|
686
|
-
end
|
687
|
-
|
688
|
-
def test_custom_params_include_tripid
|
689
|
-
guid = nil
|
690
|
-
|
691
|
-
NewRelic::Agent.instance.cross_app_monitor.stubs(:client_referring_transaction_trip_id).returns('PDX-NRT')
|
692
|
-
|
693
|
-
with_config(:'transaction_tracer.transaction_threshold' => 0.0) do
|
694
|
-
in_transaction do |transaction|
|
695
|
-
NewRelic::Agent::TransactionState.tl_get.is_cross_app_caller = true
|
696
|
-
guid = transaction.guid
|
697
|
-
end
|
698
|
-
end
|
699
|
-
|
700
|
-
assert_equal 'PDX-NRT', intrinsic_attributes_from_last_sample[:trip_id]
|
701
|
-
end
|
702
|
-
|
703
|
-
def test_custom_params_dont_include_tripid_if_not_cross_app_transaction
|
704
|
-
NewRelic::Agent.instance.cross_app_monitor.stubs(:client_referring_transaction_trip_id).returns('PDX-NRT')
|
705
|
-
|
706
|
-
with_config(:'transaction_tracer.transaction_threshold' => 0.0) do
|
707
|
-
in_transaction do |transaction|
|
708
|
-
NewRelic::Agent::TransactionState.tl_get.is_cross_app_caller = false
|
709
|
-
end
|
710
|
-
end
|
711
|
-
|
712
|
-
assert_nil intrinsic_attributes_from_last_sample[:trip_id]
|
713
|
-
end
|
714
|
-
|
715
|
-
def test_custom_params_include_path_hash
|
716
|
-
path_hash = nil
|
717
|
-
|
718
|
-
with_config(:'transaction_tracer.transaction_threshold' => 0.0) do
|
719
|
-
in_transaction do |transaction|
|
720
|
-
state = NewRelic::Agent::TransactionState.tl_get
|
721
|
-
state.is_cross_app_caller = true
|
722
|
-
path_hash = transaction.cat_path_hash(state)
|
723
|
-
end
|
724
|
-
end
|
725
|
-
|
726
|
-
assert_equal path_hash, intrinsic_attributes_from_last_sample[:path_hash]
|
727
|
-
end
|
728
|
-
|
729
|
-
def test_synthetics_parameters_not_included_if_not_valid_synthetics_request
|
730
|
-
with_config(:'transaction_tracer.transaction_threshold' => 0.0) do
|
731
|
-
in_transaction do |txn|
|
732
|
-
txn.raw_synthetics_header = nil
|
733
|
-
txn.synthetics_payload = nil
|
734
|
-
end
|
735
|
-
end
|
736
|
-
|
737
|
-
sample = NewRelic::Agent.agent.transaction_sampler.harvest!.first
|
738
|
-
|
739
|
-
intrinsic_attributes = attributes_for(sample, :intrinsic)
|
740
|
-
assert_nil sample.synthetics_resource_id
|
741
|
-
assert_nil intrinsic_attributes[:synthetics_resource_id]
|
742
|
-
assert_nil intrinsic_attributes[:synthetics_job_id]
|
743
|
-
assert_nil intrinsic_attributes[:synthetics_monitor_id]
|
744
|
-
end
|
745
|
-
|
746
|
-
def test_synthetics_parameters_included
|
747
|
-
in_transaction do |txn|
|
748
|
-
txn.raw_synthetics_header = ""
|
749
|
-
txn.synthetics_payload = [1, 1, 100, 200, 300]
|
750
|
-
end
|
751
|
-
|
752
|
-
sample = NewRelic::Agent.agent.transaction_sampler.harvest!.first
|
753
|
-
|
754
|
-
intrinsic_attributes = attributes_for(sample, :intrinsic)
|
755
|
-
assert_equal 100, sample.synthetics_resource_id
|
756
|
-
assert_equal 100, intrinsic_attributes[:synthetics_resource_id]
|
757
|
-
assert_equal 200, intrinsic_attributes[:synthetics_job_id]
|
758
|
-
assert_equal 300, intrinsic_attributes[:synthetics_monitor_id]
|
759
|
-
end
|
760
|
-
|
761
|
-
class Dummy
|
762
|
-
include ::NewRelic::Agent::Instrumentation::ControllerInstrumentation
|
763
|
-
def run(n)
|
764
|
-
n.times do
|
765
|
-
perform_action_with_newrelic_trace(:name => 'smile') do
|
766
|
-
end
|
767
|
-
end
|
768
|
-
end
|
769
|
-
end
|
770
|
-
|
771
|
-
# TODO: this test seems to be destabilizing CI in a way that I don't grok.
|
772
|
-
#def sadly_do_not_test_harvest_during_transaction_safety
|
773
|
-
# n = 3000
|
774
|
-
# harvester = Thread.new do
|
775
|
-
# n.times { @sampler.harvest! }
|
776
|
-
# end
|
777
|
-
|
778
|
-
# Dummy.new.run(n)
|
779
|
-
|
780
|
-
# harvester.join
|
781
|
-
#end
|
782
|
-
|
783
|
-
private
|
784
|
-
|
785
|
-
SAMPLE_DEFAULTS = {
|
786
|
-
:threshold => 1.0,
|
787
|
-
:transaction_name => nil
|
788
|
-
}
|
789
|
-
|
790
|
-
def sample_with(incoming_opts = {})
|
791
|
-
opts = SAMPLE_DEFAULTS.dup
|
792
|
-
opts.merge!(incoming_opts)
|
793
|
-
|
794
|
-
attributes = NewRelic::Agent::Transaction::Attributes.new(NewRelic::Agent.instance.attribute_filter)
|
795
|
-
attributes.add_intrinsic_attribute(:synthetics_resource_id, opts[:synthetics_resource_id])
|
796
|
-
|
797
|
-
sample = NewRelic::Agent::Transaction::Trace.new(Time.now)
|
798
|
-
sample.attributes = attributes
|
799
|
-
sample.threshold = opts[:threshold]
|
800
|
-
sample.transaction_name = opts[:transaction_name]
|
801
|
-
sample.stubs(:duration).returns(opts[:duration])
|
802
|
-
sample
|
803
|
-
end
|
804
|
-
|
805
|
-
def generate_samples(count, opts = {})
|
806
|
-
(1..count).map do |millis|
|
807
|
-
sample_with(opts.merge(:duration => (millis / 1000.0)))
|
808
|
-
end
|
809
|
-
end
|
810
|
-
|
811
|
-
def with_active_xray_session(name)
|
812
|
-
xray_session_id = 1234
|
813
|
-
xray_session = NewRelic::Agent::Commands::XraySession.new({
|
814
|
-
"x_ray_id" => xray_session_id,
|
815
|
-
"key_transaction_name" => name,
|
816
|
-
"run_profiler" => false
|
817
|
-
})
|
818
|
-
|
819
|
-
xray_session_collection = NewRelic::Agent.instance.agent_command_router.xray_session_collection
|
820
|
-
xray_session_collection.send(:add_session, xray_session)
|
821
|
-
@sampler.xray_sample_buffer.xray_session_collection = xray_session_collection
|
822
|
-
|
823
|
-
yield
|
824
|
-
ensure
|
825
|
-
xray_session_collection.send(:remove_session_by_id, xray_session_id)
|
826
|
-
end
|
827
|
-
|
828
|
-
def run_long_sample_trace(n)
|
829
|
-
@sampler.on_start_transaction(@state, Time.now)
|
830
|
-
n.times do |i|
|
831
|
-
@sampler.notice_push_frame(@state)
|
832
|
-
yield if block_given?
|
833
|
-
@sampler.notice_pop_frame(@state, "node#{i}")
|
834
|
-
end
|
835
|
-
@sampler.on_finishing_transaction(@state, @txn, Time.now.to_f)
|
836
|
-
end
|
837
|
-
|
838
|
-
def run_sample_trace(start = Time.now.to_f, stop = nil, state = @state)
|
839
|
-
@sampler.on_start_transaction(state, start)
|
840
|
-
@sampler.notice_push_frame(state)
|
841
|
-
@sampler.notice_sql("SELECT * FROM sandwiches WHERE bread = 'wheat'", {}, 0, state)
|
842
|
-
@sampler.notice_push_frame(state)
|
843
|
-
@sampler.notice_sql("SELECT * FROM sandwiches WHERE bread = 'white'", {}, 0, state)
|
844
|
-
yield if block_given?
|
845
|
-
@sampler.notice_pop_frame(state, "ab")
|
846
|
-
@sampler.notice_push_frame(state)
|
847
|
-
@sampler.notice_sql("SELECT * FROM sandwiches WHERE bread = 'french'", {}, 0, state)
|
848
|
-
@sampler.notice_pop_frame(state, "ac")
|
849
|
-
@sampler.notice_pop_frame(state, "a")
|
850
|
-
@sampler.on_finishing_transaction(state, @txn, (stop || Time.now.to_f))
|
851
|
-
end
|
852
|
-
|
853
|
-
def intrinsic_attributes_from_last_sample
|
854
|
-
sample = NewRelic::Agent.agent.transaction_sampler.harvest!.first
|
855
|
-
attributes_for(sample, :intrinsic)
|
856
|
-
end
|
857
|
-
end
|