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.
Files changed (788) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +30 -25
  3. data/CHANGELOG.md +19 -0
  4. data/lib/new_relic/agent/database.rb +9 -3
  5. data/lib/new_relic/agent/datastores.rb +8 -7
  6. data/lib/new_relic/agent/instrumentation/action_controller_subscriber.rb +3 -4
  7. data/lib/new_relic/agent/instrumentation/active_record_subscriber.rb +26 -4
  8. data/lib/new_relic/agent/instrumentation/acts_as_solr.rb +4 -2
  9. data/lib/new_relic/agent/instrumentation/controller_instrumentation.rb +3 -5
  10. data/lib/new_relic/agent/instrumentation/data_mapper.rb +5 -2
  11. data/lib/new_relic/agent/instrumentation/mongo.rb +5 -5
  12. data/lib/new_relic/agent/instrumentation/rake.rb +3 -1
  13. data/lib/new_relic/agent/method_tracer_helpers.rb +0 -57
  14. data/lib/new_relic/agent/supported_versions.rb +6 -5
  15. data/lib/new_relic/agent/transaction.rb +58 -67
  16. data/lib/new_relic/agent/transaction/abstract_segment.rb +33 -4
  17. data/lib/new_relic/agent/transaction/datastore_segment.rb +22 -21
  18. data/lib/new_relic/agent/transaction/external_request_segment.rb +4 -3
  19. data/lib/new_relic/agent/transaction/segment.rb +27 -1
  20. data/lib/new_relic/agent/transaction/tracing.rb +18 -4
  21. data/lib/new_relic/agent/transaction_sampler.rb +0 -105
  22. data/lib/new_relic/agent/transaction_state.rb +0 -8
  23. data/lib/new_relic/control/frameworks/ruby.rb +2 -2
  24. data/lib/new_relic/version.rb +1 -1
  25. data/lib/sequel/extensions/newrelic_instrumentation.rb +21 -9
  26. data/newrelic_rpm.gemspec +2 -2
  27. metadata +3 -764
  28. data/lib/new_relic/agent/traced_method_stack.rb +0 -109
  29. data/test/agent_helper.rb +0 -672
  30. data/test/config/newrelic.yml +0 -46
  31. data/test/config/test.cert.crt +0 -18
  32. data/test/config/test.cert.key +0 -15
  33. data/test/config/test_control.rb +0 -54
  34. data/test/environments/.gitignore +0 -16
  35. data/test/environments/lib/environments/runner.rb +0 -111
  36. data/test/environments/norails/Gemfile +0 -19
  37. data/test/environments/norails/Rakefile +0 -9
  38. data/test/environments/rails21/Gemfile +0 -23
  39. data/test/environments/rails21/Rakefile +0 -16
  40. data/test/environments/rails21/app/controllers/application.rb +0 -20
  41. data/test/environments/rails21/config/boot.rb +0 -113
  42. data/test/environments/rails21/config/database.yml +0 -26
  43. data/test/environments/rails21/config/environment.rb +0 -26
  44. data/test/environments/rails21/config/environments/development.rb +0 -10
  45. data/test/environments/rails21/config/environments/production.rb +0 -8
  46. data/test/environments/rails21/config/environments/test.rb +0 -10
  47. data/test/environments/rails21/config/routes.rb +0 -5
  48. data/test/environments/rails21/db/schema.rb +0 -5
  49. data/test/environments/rails22/Gemfile +0 -24
  50. data/test/environments/rails22/Rakefile +0 -16
  51. data/test/environments/rails22/app/controllers/application.rb +0 -20
  52. data/test/environments/rails22/config/boot.rb +0 -113
  53. data/test/environments/rails22/config/database.yml +0 -26
  54. data/test/environments/rails22/config/environment.rb +0 -25
  55. data/test/environments/rails22/config/environments/development.rb +0 -10
  56. data/test/environments/rails22/config/environments/production.rb +0 -8
  57. data/test/environments/rails22/config/environments/test.rb +0 -10
  58. data/test/environments/rails22/config/routes.rb +0 -5
  59. data/test/environments/rails22/db/schema.rb +0 -5
  60. data/test/environments/rails23/Gemfile +0 -24
  61. data/test/environments/rails23/Rakefile +0 -16
  62. data/test/environments/rails23/app/controllers/application.rb +0 -20
  63. data/test/environments/rails23/config/boot.rb +0 -127
  64. data/test/environments/rails23/config/database.yml +0 -26
  65. data/test/environments/rails23/config/environment.rb +0 -16
  66. data/test/environments/rails23/config/environments/production.rb +0 -8
  67. data/test/environments/rails23/config/environments/test.rb +0 -10
  68. data/test/environments/rails23/config/preinitializer.rb +0 -25
  69. data/test/environments/rails23/config/routes.rb +0 -5
  70. data/test/environments/rails23/db/schema.rb +0 -5
  71. data/test/environments/rails30/Gemfile +0 -23
  72. data/test/environments/rails30/Rakefile +0 -11
  73. data/test/environments/rails30/config/application.rb +0 -17
  74. data/test/environments/rails30/config/boot.rb +0 -10
  75. data/test/environments/rails30/config/database.yml +0 -26
  76. data/test/environments/rails30/config/environment.rb +0 -6
  77. data/test/environments/rails30/config/initializers/new_rails_defaults.rb +0 -11
  78. data/test/environments/rails30/db/schema.rb +0 -5
  79. data/test/environments/rails31/Gemfile +0 -24
  80. data/test/environments/rails31/Rakefile +0 -11
  81. data/test/environments/rails31/config/application.rb +0 -18
  82. data/test/environments/rails31/config/boot.rb +0 -10
  83. data/test/environments/rails31/config/database.yml +0 -26
  84. data/test/environments/rails31/config/environment.rb +0 -6
  85. data/test/environments/rails31/config/initializers/new_rails_defaults.rb +0 -21
  86. data/test/environments/rails31/db/schema.rb +0 -5
  87. data/test/environments/rails32/Gemfile +0 -26
  88. data/test/environments/rails32/Rakefile +0 -12
  89. data/test/environments/rails32/config/application.rb +0 -19
  90. data/test/environments/rails32/config/boot.rb +0 -10
  91. data/test/environments/rails32/config/database.yml +0 -26
  92. data/test/environments/rails32/config/environment.rb +0 -6
  93. data/test/environments/rails32/db/schema.rb +0 -5
  94. data/test/environments/rails40/Gemfile +0 -26
  95. data/test/environments/rails40/Rakefile +0 -11
  96. data/test/environments/rails40/config/application.rb +0 -18
  97. data/test/environments/rails40/config/boot.rb +0 -10
  98. data/test/environments/rails40/config/database.yml +0 -26
  99. data/test/environments/rails40/config/environment.rb +0 -6
  100. data/test/environments/rails40/db/schema.rb +0 -5
  101. data/test/environments/rails41/Gemfile +0 -26
  102. data/test/environments/rails41/Rakefile +0 -11
  103. data/test/environments/rails41/config/application.rb +0 -18
  104. data/test/environments/rails41/config/boot.rb +0 -10
  105. data/test/environments/rails41/config/database.yml +0 -26
  106. data/test/environments/rails41/config/environment.rb +0 -6
  107. data/test/environments/rails41/db/schema.rb +0 -5
  108. data/test/environments/rails42/Gemfile +0 -27
  109. data/test/environments/rails42/Rakefile +0 -11
  110. data/test/environments/rails42/config/application.rb +0 -18
  111. data/test/environments/rails42/config/boot.rb +0 -10
  112. data/test/environments/rails42/config/database.yml +0 -26
  113. data/test/environments/rails42/config/environment.rb +0 -6
  114. data/test/environments/rails42/db/schema.rb +0 -5
  115. data/test/environments/rails50/Gemfile +0 -23
  116. data/test/environments/rails50/Rakefile +0 -11
  117. data/test/environments/rails50/config/application.rb +0 -18
  118. data/test/environments/rails50/config/boot.rb +0 -10
  119. data/test/environments/rails50/config/database.yml +0 -26
  120. data/test/environments/rails50/config/environment.rb +0 -6
  121. data/test/environments/rails50/db/schema.rb +0 -5
  122. data/test/fixtures/cross_agent_tests/README.md +0 -34
  123. data/test/fixtures/cross_agent_tests/attribute_configuration.json +0 -384
  124. data/test/fixtures/cross_agent_tests/aws.json +0 -312
  125. data/test/fixtures/cross_agent_tests/cat/README.md +0 -28
  126. data/test/fixtures/cross_agent_tests/cat/cat_map.json +0 -595
  127. data/test/fixtures/cross_agent_tests/cat/path_hashing.json +0 -51
  128. data/test/fixtures/cross_agent_tests/cat_map.json +0 -597
  129. data/test/fixtures/cross_agent_tests/data_transport/data_transport.json +0 -1441
  130. data/test/fixtures/cross_agent_tests/data_transport/data_transport.md +0 -35
  131. data/test/fixtures/cross_agent_tests/datastores/README.md +0 -16
  132. data/test/fixtures/cross_agent_tests/datastores/datastore_api.json +0 -443
  133. data/test/fixtures/cross_agent_tests/datastores/datastore_instances.json +0 -73
  134. data/test/fixtures/cross_agent_tests/docker_container_id/README.md +0 -6
  135. data/test/fixtures/cross_agent_tests/docker_container_id/cases.json +0 -75
  136. data/test/fixtures/cross_agent_tests/docker_container_id/docker-0.9.1.txt +0 -10
  137. data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.0.0.txt +0 -10
  138. data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-lxc-driver.txt +0 -10
  139. data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-native-driver-fs.txt +0 -10
  140. data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.1.2-native-driver-systemd.txt +0 -10
  141. data/test/fixtures/cross_agent_tests/docker_container_id/docker-1.3.txt +0 -9
  142. data/test/fixtures/cross_agent_tests/docker_container_id/empty.txt +0 -0
  143. data/test/fixtures/cross_agent_tests/docker_container_id/heroku.txt +0 -1
  144. data/test/fixtures/cross_agent_tests/docker_container_id/invalid-characters.txt +0 -9
  145. data/test/fixtures/cross_agent_tests/docker_container_id/invalid-length.txt +0 -9
  146. data/test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.04-lxc-container.txt +0 -10
  147. data/test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.04-no-container.txt +0 -10
  148. data/test/fixtures/cross_agent_tests/docker_container_id/ubuntu-14.10-no-container.txt +0 -10
  149. data/test/fixtures/cross_agent_tests/labels.json +0 -195
  150. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/README.md +0 -16
  151. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.colon_obfuscated.txt +0 -3
  152. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.explain.txt +0 -3
  153. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.obfuscated.txt +0 -3
  154. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/basic_where.query.txt +0 -1
  155. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.colon_obfuscated.txt +0 -2
  156. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.explain.txt +0 -2
  157. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.obfuscated.txt +0 -2
  158. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/current_date.query.txt +0 -1
  159. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.colon_obfuscated.txt +0 -2
  160. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.explain.txt +0 -2
  161. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.obfuscated.txt +0 -2
  162. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/date.query.txt +0 -1
  163. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.colon_obfuscated.txt +0 -2
  164. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.explain.txt +0 -3
  165. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.obfuscated.txt +0 -2
  166. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_newline.query.txt +0 -1
  167. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.colon_obfuscated.txt +0 -2
  168. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.explain.txt +0 -2
  169. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.obfuscated.txt +0 -2
  170. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/embedded_quote.query.txt +0 -1
  171. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.colon_obfuscated.txt +0 -2
  172. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.explain.txt +0 -2
  173. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.obfuscated.txt +0 -2
  174. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/floating_point.query.txt +0 -1
  175. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.colon_obfuscated.txt +0 -5
  176. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.explain.txt +0 -5
  177. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.obfuscated.txt +0 -5
  178. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.query.txt +0 -1
  179. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.colon_obfuscated.txt +0 -2
  180. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.explain.txt +0 -2
  181. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.obfuscated.txt +0 -2
  182. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/quote_in_table_name.query.txt +0 -1
  183. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.colon_obfuscated.txt +0 -5
  184. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.explain.txt +0 -5
  185. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.obfuscated.txt +0 -5
  186. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/subplan.query.txt +0 -1
  187. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.colon_obfuscated.txt +0 -2
  188. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.explain.txt +0 -2
  189. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.obfuscated.txt +0 -2
  190. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_integer.query.txt +0 -1
  191. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.colon_obfuscated.txt +0 -2
  192. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.explain.txt +0 -2
  193. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.obfuscated.txt +0 -2
  194. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_regex_chars.query.txt +0 -1
  195. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.colon_obfuscated.txt +0 -3
  196. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.explain.txt +0 -3
  197. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.obfuscated.txt +0 -3
  198. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/where_with_substring.query.txt +0 -1
  199. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.colon_obfuscated.txt +0 -2
  200. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.explain.txt +0 -2
  201. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.obfuscated.txt +0 -2
  202. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case1.query.txt +0 -1
  203. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.colon_obfuscated.txt +0 -2
  204. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.explain.txt +0 -3
  205. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.obfuscated.txt +0 -2
  206. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case2.query.txt +0 -1
  207. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.colon_obfuscated.txt +0 -2
  208. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.explain.txt +0 -2
  209. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.obfuscated.txt +0 -2
  210. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case3.query.txt +0 -1
  211. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.colon_obfuscated.txt +0 -2
  212. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.explain.txt +0 -2
  213. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.obfuscated.txt +0 -2
  214. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case4.query.txt +0 -1
  215. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.colon_obfuscated.txt +0 -2
  216. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.explain.txt +0 -2
  217. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.obfuscated.txt +0 -2
  218. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case5.query.txt +0 -1
  219. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.colon_obfuscated.txt +0 -2
  220. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.explain.txt +0 -2
  221. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.obfuscated.txt +0 -2
  222. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case6.query.txt +0 -1
  223. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.colon_obfuscated.txt +0 -2
  224. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.explain.txt +0 -2
  225. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.obfuscated.txt +0 -2
  226. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case7.query.txt +0 -1
  227. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.colon_obfuscated.txt +0 -2
  228. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.explain.txt +0 -2
  229. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.obfuscated.txt +0 -2
  230. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case8.query.txt +0 -1
  231. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.colon_obfuscated.txt +0 -2
  232. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.explain.txt +0 -2
  233. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.obfuscated.txt +0 -2
  234. data/test/fixtures/cross_agent_tests/postgres_explain_obfuscation/with_escape_case9.query.txt +0 -1
  235. data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_1core_1logical.txt +0 -3
  236. data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_1core_2logical.txt +0 -14
  237. data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_2core_2logical.txt +0 -14
  238. data/test/fixtures/cross_agent_tests/proc_cpuinfo/1pack_4core_4logical.txt +0 -28
  239. data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_12core_24logical.txt +0 -575
  240. data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_20core_40logical.txt +0 -999
  241. data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_2core_2logical.txt +0 -51
  242. data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_2core_4logical.txt +0 -28
  243. data/test/fixtures/cross_agent_tests/proc_cpuinfo/2pack_4core_4logical.txt +0 -28
  244. data/test/fixtures/cross_agent_tests/proc_cpuinfo/4pack_4core_4logical.txt +0 -103
  245. data/test/fixtures/cross_agent_tests/proc_cpuinfo/8pack_8core_8logical.txt +0 -199
  246. data/test/fixtures/cross_agent_tests/proc_cpuinfo/README.md +0 -28
  247. data/test/fixtures/cross_agent_tests/proc_cpuinfo/Xpack_Xcore_2logical.txt +0 -43
  248. data/test/fixtures/cross_agent_tests/proc_cpuinfo/malformed_file.txt +0 -3
  249. data/test/fixtures/cross_agent_tests/proc_meminfo/README.md +0 -7
  250. data/test/fixtures/cross_agent_tests/proc_meminfo/meminfo_4096MB.txt +0 -47
  251. data/test/fixtures/cross_agent_tests/rules.json +0 -165
  252. data/test/fixtures/cross_agent_tests/rum_client_config.json +0 -91
  253. data/test/fixtures/cross_agent_tests/rum_footer_insertion_location/close-body-in-comment.html +0 -10
  254. data/test/fixtures/cross_agent_tests/rum_footer_insertion_location/dynamic-iframe.html +0 -19
  255. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/basic.html +0 -10
  256. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/body_with_attributes.html +0 -3
  257. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag.html +0 -11
  258. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_after_x_ua_tag.html +0 -11
  259. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_before_x_ua_tag.html +0 -11
  260. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/charset_tag_with_spaces.html +0 -11
  261. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/comments1.html +0 -24
  262. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/comments2.html +0 -24
  263. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag.html +0 -11
  264. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag_after_x_ua_tag.html +0 -11
  265. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/content_type_charset_tag_before_x_ua_tag.html +0 -11
  266. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/empty_head +0 -4
  267. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes1.html +0 -27
  268. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes2.html +0 -24
  269. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_quotes_mismatch.html +0 -24
  270. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_single_quotes1.html +0 -25
  271. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/gt_in_single_quotes_mismatch.html +0 -25
  272. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/head_with_attributes.html +0 -10
  273. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/incomplete_non_meta_tags.html +0 -10
  274. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_end_header.html +0 -6
  275. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_header.html +0 -7
  276. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_html_and_no_header.html +0 -3
  277. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/no_start_header.html +0 -9
  278. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/script1.html +0 -19
  279. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/script2.html +0 -17
  280. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag.html +0 -10
  281. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_multiline.html +0 -11
  282. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_multiple_tags.html +0 -12
  283. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_spaces_around_equals.html +0 -10
  284. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_with_others.html +0 -11
  285. data/test/fixtures/cross_agent_tests/rum_loader_insertion_location/x_ua_meta_tag_with_spaces.html +0 -10
  286. data/test/fixtures/cross_agent_tests/sql_obfuscation/README.md +0 -36
  287. data/test/fixtures/cross_agent_tests/sql_obfuscation/sql_obfuscation.json +0 -619
  288. data/test/fixtures/cross_agent_tests/sql_parsing.json +0 -55
  289. data/test/fixtures/cross_agent_tests/synthetics/README.md +0 -65
  290. data/test/fixtures/cross_agent_tests/synthetics/synthetics.json +0 -317
  291. data/test/fixtures/cross_agent_tests/transaction_segment_terms.json +0 -389
  292. data/test/fixtures/cross_agent_tests/url_clean.json +0 -15
  293. data/test/fixtures/cross_agent_tests/url_domain_extraction.json +0 -35
  294. data/test/fixtures/cross_agent_tests/utilization/README.md +0 -13
  295. data/test/fixtures/cross_agent_tests/utilization/utilization_json.json +0 -132
  296. data/test/helpers/exceptions.rb +0 -16
  297. data/test/helpers/file_searching.rb +0 -28
  298. data/test/helpers/logging.rb +0 -37
  299. data/test/helpers/minitest.rb +0 -50
  300. data/test/helpers/misc.rb +0 -87
  301. data/test/helpers/mongo_metric_builder.rb +0 -34
  302. data/test/helpers/transaction_sample.rb +0 -44
  303. data/test/intentional_fail.rb +0 -13
  304. data/test/multiverse/.gitignore +0 -13
  305. data/test/multiverse/README.md +0 -85
  306. data/test/multiverse/lib/multiverse.rb +0 -32
  307. data/test/multiverse/lib/multiverse/color.rb +0 -23
  308. data/test/multiverse/lib/multiverse/envfile.rb +0 -66
  309. data/test/multiverse/lib/multiverse/output_collector.rb +0 -82
  310. data/test/multiverse/lib/multiverse/runner.rb +0 -126
  311. data/test/multiverse/lib/multiverse/shell_utils.rb +0 -27
  312. data/test/multiverse/lib/multiverse/suite.rb +0 -536
  313. data/test/multiverse/script/runner +0 -5
  314. data/test/multiverse/suites/active_record/.gitignore +0 -1
  315. data/test/multiverse/suites/active_record/Envfile +0 -60
  316. data/test/multiverse/suites/active_record/Rakefile +0 -9
  317. data/test/multiverse/suites/active_record/active_record_test.rb +0 -618
  318. data/test/multiverse/suites/active_record/app/models/models.rb +0 -34
  319. data/test/multiverse/suites/active_record/ar_method_aliasing.rb +0 -43
  320. data/test/multiverse/suites/active_record/before_suite.rb +0 -23
  321. data/test/multiverse/suites/active_record/config/database.rb +0 -79
  322. data/test/multiverse/suites/active_record/config/database.yml +0 -20
  323. data/test/multiverse/suites/active_record/config/newrelic.yml +0 -17
  324. data/test/multiverse/suites/active_record/db/migrate/20141105131800_create_users_and_aliases.rb +0 -21
  325. data/test/multiverse/suites/active_record/db/migrate/20141106082200_create_orders_and_shipments.rb +0 -25
  326. data/test/multiverse/suites/active_record/db/migrate/20150413011200_add_timestamps_to_orders.rb +0 -16
  327. data/test/multiverse/suites/active_record/db/migrate/20150414084400_create_groups.rb +0 -21
  328. data/test/multiverse/suites/activemerchant/Envfile +0 -26
  329. data/test/multiverse/suites/activemerchant/activemerchant_test.rb +0 -62
  330. data/test/multiverse/suites/agent_only/Envfile +0 -5
  331. data/test/multiverse/suites/agent_only/agent_attributes_test.rb +0 -351
  332. data/test/multiverse/suites/agent_only/agent_run_id_handling_test.rb +0 -39
  333. data/test/multiverse/suites/agent_only/audit_log_test.rb +0 -57
  334. data/test/multiverse/suites/agent_only/collector_exception_handling_test.rb +0 -87
  335. data/test/multiverse/suites/agent_only/config/newrelic.yml +0 -26
  336. data/test/multiverse/suites/agent_only/cross_application_tracing_test.rb +0 -94
  337. data/test/multiverse/suites/agent_only/custom_analytics_events_test.rb +0 -82
  338. data/test/multiverse/suites/agent_only/custom_queue_time_test.rb +0 -60
  339. data/test/multiverse/suites/agent_only/encoding_handling_test.rb +0 -122
  340. data/test/multiverse/suites/agent_only/error_events_test.rb +0 -98
  341. data/test/multiverse/suites/agent_only/exclusive_time_test.rb +0 -176
  342. data/test/multiverse/suites/agent_only/harvest_timestamps_test.rb +0 -61
  343. data/test/multiverse/suites/agent_only/http_response_code_test.rb +0 -38
  344. data/test/multiverse/suites/agent_only/keepalive_test.rb +0 -24
  345. data/test/multiverse/suites/agent_only/key_transactions_test.rb +0 -118
  346. data/test/multiverse/suites/agent_only/labels_test.rb +0 -83
  347. data/test/multiverse/suites/agent_only/logging_test.rb +0 -162
  348. data/test/multiverse/suites/agent_only/marshaling_test.rb +0 -89
  349. data/test/multiverse/suites/agent_only/pipe_manager_test.rb +0 -41
  350. data/test/multiverse/suites/agent_only/rename_rule_test.rb +0 -91
  351. data/test/multiverse/suites/agent_only/rum_instrumentation_test.rb +0 -97
  352. data/test/multiverse/suites/agent_only/script/env_change.rb +0 -10
  353. data/test/multiverse/suites/agent_only/script/loading.rb +0 -20
  354. data/test/multiverse/suites/agent_only/script/public_api_when_disabled.rb +0 -57
  355. data/test/multiverse/suites/agent_only/script/symbol_env.rb +0 -10
  356. data/test/multiverse/suites/agent_only/script/warnings.rb +0 -15
  357. data/test/multiverse/suites/agent_only/service_timeout_test.rb +0 -39
  358. data/test/multiverse/suites/agent_only/set_transaction_name_test.rb +0 -118
  359. data/test/multiverse/suites/agent_only/ssl_test.rb +0 -21
  360. data/test/multiverse/suites/agent_only/start_up_test.rb +0 -107
  361. data/test/multiverse/suites/agent_only/synthetics_test.rb +0 -131
  362. data/test/multiverse/suites/agent_only/testing_app.rb +0 -58
  363. data/test/multiverse/suites/agent_only/thread_profiling_test.rb +0 -137
  364. data/test/multiverse/suites/agent_only/transaction_events_test.rb +0 -31
  365. data/test/multiverse/suites/agent_only/transaction_ignoring_test.rb +0 -42
  366. data/test/multiverse/suites/agent_only/utilization_data_collection_test.rb +0 -105
  367. data/test/multiverse/suites/agent_only/xray_sessions_test.rb +0 -196
  368. data/test/multiverse/suites/bare/Envfile +0 -3
  369. data/test/multiverse/suites/bare/standalone_instrumentation_test.rb +0 -43
  370. data/test/multiverse/suites/capistrano/Capfile +0 -26
  371. data/test/multiverse/suites/capistrano/Envfile +0 -23
  372. data/test/multiverse/suites/capistrano/config/deploy.rb +0 -14
  373. data/test/multiverse/suites/capistrano/config/deploy/production.rb +0 -9
  374. data/test/multiverse/suites/capistrano/config/newrelic.yml +0 -20
  375. data/test/multiverse/suites/capistrano/deployment_test.rb +0 -51
  376. data/test/multiverse/suites/capistrano2/Capfile +0 -4
  377. data/test/multiverse/suites/capistrano2/Envfile +0 -8
  378. data/test/multiverse/suites/capistrano2/config/deploy.rb +0 -19
  379. data/test/multiverse/suites/capistrano2/config/newrelic.yml +0 -20
  380. data/test/multiverse/suites/capistrano2/deployment_test.rb +0 -37
  381. data/test/multiverse/suites/config_file_loading/Envfile +0 -13
  382. data/test/multiverse/suites/config_file_loading/config_file_loading_test.rb +0 -213
  383. data/test/multiverse/suites/curb/Envfile +0 -27
  384. data/test/multiverse/suites/curb/config/newrelic.yml +0 -17
  385. data/test/multiverse/suites/curb/curb_test.rb +0 -212
  386. data/test/multiverse/suites/datamapper/Envfile +0 -36
  387. data/test/multiverse/suites/datamapper/config/newrelic.yml +0 -19
  388. data/test/multiverse/suites/datamapper/datamapper_test.rb +0 -429
  389. data/test/multiverse/suites/deferred_instrumentation/Envfile +0 -15
  390. data/test/multiverse/suites/deferred_instrumentation/config/newrelic.yml +0 -19
  391. data/test/multiverse/suites/deferred_instrumentation/sinatra_test.rb +0 -110
  392. data/test/multiverse/suites/delayed_job/Envfile +0 -101
  393. data/test/multiverse/suites/delayed_job/before_suite.rb +0 -43
  394. data/test/multiverse/suites/delayed_job/config/newrelic.yml +0 -17
  395. data/test/multiverse/suites/delayed_job/delayed_job_instrumentation_test.rb +0 -106
  396. data/test/multiverse/suites/delayed_job/delayed_job_sampler_test.rb +0 -128
  397. data/test/multiverse/suites/delayed_job/unsupported_backend_test.rb +0 -21
  398. data/test/multiverse/suites/excon/Envfile +0 -18
  399. data/test/multiverse/suites/excon/config/newrelic.yml +0 -17
  400. data/test/multiverse/suites/excon/excon_test.rb +0 -81
  401. data/test/multiverse/suites/grape/Envfile +0 -9
  402. data/test/multiverse/suites/grape/config/newrelic.yml +0 -18
  403. data/test/multiverse/suites/grape/grape_test.rb +0 -219
  404. data/test/multiverse/suites/grape/grape_test_api.rb +0 -64
  405. data/test/multiverse/suites/grape/grape_versioning_test.rb +0 -118
  406. data/test/multiverse/suites/grape/grape_versioning_test_api.rb +0 -130
  407. data/test/multiverse/suites/grape/unsupported_version_test.rb +0 -28
  408. data/test/multiverse/suites/high_security/Envfile +0 -3
  409. data/test/multiverse/suites/high_security/config/newrelic.yml +0 -69
  410. data/test/multiverse/suites/high_security/high_security_test.rb +0 -214
  411. data/test/multiverse/suites/httpclient/Envfile +0 -15
  412. data/test/multiverse/suites/httpclient/config/newrelic.yml +0 -17
  413. data/test/multiverse/suites/httpclient/httpclient_test.rb +0 -75
  414. data/test/multiverse/suites/httprb/Envfile +0 -21
  415. data/test/multiverse/suites/httprb/config/newrelic.yml +0 -17
  416. data/test/multiverse/suites/httprb/httprb_test.rb +0 -78
  417. data/test/multiverse/suites/json/Envfile +0 -22
  418. data/test/multiverse/suites/json/config/newrelic.yml +0 -21
  419. data/test/multiverse/suites/json/json_test.rb +0 -16
  420. data/test/multiverse/suites/marshalling/Envfile +0 -3
  421. data/test/multiverse/suites/marshalling/config/newrelic.yml +0 -19
  422. data/test/multiverse/suites/marshalling/marshalling_test.rb +0 -16
  423. data/test/multiverse/suites/memcached/Envfile +0 -36
  424. data/test/multiverse/suites/memcached/dalli_test.rb +0 -163
  425. data/test/multiverse/suites/memcached/memcache_client_test.rb +0 -25
  426. data/test/multiverse/suites/memcached/memcache_test_cases.rb +0 -315
  427. data/test/multiverse/suites/memcached/memcached_test.rb +0 -179
  428. data/test/multiverse/suites/mongo/Envfile +0 -74
  429. data/test/multiverse/suites/mongo/config/newrelic.yml +0 -17
  430. data/test/multiverse/suites/mongo/helpers/mongo_operation_tests.rb +0 -551
  431. data/test/multiverse/suites/mongo/helpers/mongo_replica_set.rb +0 -97
  432. data/test/multiverse/suites/mongo/helpers/mongo_replica_set_test.rb +0 -82
  433. data/test/multiverse/suites/mongo/helpers/mongo_server.rb +0 -241
  434. data/test/multiverse/suites/mongo/helpers/mongo_server_test.rb +0 -176
  435. data/test/multiverse/suites/mongo/mongo2_instrumentation_test.rb +0 -493
  436. data/test/multiverse/suites/mongo/mongo_connection_test.rb +0 -40
  437. data/test/multiverse/suites/mongo/mongo_instrumentation_test.rb +0 -58
  438. data/test/multiverse/suites/mongo/mongo_unsupported_version_test.rb +0 -72
  439. data/test/multiverse/suites/net_http/Envfile +0 -6
  440. data/test/multiverse/suites/net_http/config/newrelic.yml +0 -17
  441. data/test/multiverse/suites/net_http/net_http_test.rb +0 -115
  442. data/test/multiverse/suites/padrino/Envfile +0 -19
  443. data/test/multiverse/suites/padrino/config/newrelic.yml +0 -21
  444. data/test/multiverse/suites/padrino/padrino_test.rb +0 -52
  445. data/test/multiverse/suites/rack/Envfile +0 -64
  446. data/test/multiverse/suites/rack/before_suite.rb +0 -12
  447. data/test/multiverse/suites/rack/builder_map_test.rb +0 -128
  448. data/test/multiverse/suites/rack/config/newrelic.yml +0 -17
  449. data/test/multiverse/suites/rack/example_app.rb +0 -119
  450. data/test/multiverse/suites/rack/http_response_code_test.rb +0 -49
  451. data/test/multiverse/suites/rack/nested_non_rack_app_test.rb +0 -66
  452. data/test/multiverse/suites/rack/puma_rack_builder_test.rb +0 -84
  453. data/test/multiverse/suites/rack/rack_auto_instrumentation_test.rb +0 -151
  454. data/test/multiverse/suites/rack/rack_cascade_test.rb +0 -44
  455. data/test/multiverse/suites/rack/rack_env_mutation_test.rb +0 -52
  456. data/test/multiverse/suites/rack/rack_parameter_filtering_test.rb +0 -49
  457. data/test/multiverse/suites/rack/rack_unsupported_version_test.rb +0 -43
  458. data/test/multiverse/suites/rack/response_content_type_test.rb +0 -49
  459. data/test/multiverse/suites/rack/url_map_test.rb +0 -155
  460. data/test/multiverse/suites/rails/Envfile +0 -61
  461. data/test/multiverse/suites/rails/action_cable_test.rb +0 -81
  462. data/test/multiverse/suites/rails/action_controller_live_rum_test.rb +0 -39
  463. data/test/multiverse/suites/rails/activejob_test.rb +0 -151
  464. data/test/multiverse/suites/rails/app.rb +0 -44
  465. data/test/multiverse/suites/rails/app/views/foos/_foo.html.haml +0 -1
  466. data/test/multiverse/suites/rails/app/views/views/_a_partial.html.erb +0 -2
  467. data/test/multiverse/suites/rails/app/views/views/_mid_partial.html.erb +0 -1
  468. data/test/multiverse/suites/rails/app/views/views/_top_partial.html.erb +0 -3
  469. data/test/multiverse/suites/rails/app/views/views/deep_partial.html.erb +0 -3
  470. data/test/multiverse/suites/rails/app/views/views/haml_view.html.haml +0 -6
  471. data/test/multiverse/suites/rails/app/views/views/index.html.erb +0 -4
  472. data/test/multiverse/suites/rails/bad_instrumentation_test.rb +0 -29
  473. data/test/multiverse/suites/rails/config/newrelic.yml +0 -29
  474. data/test/multiverse/suites/rails/dummy.txt +0 -1
  475. data/test/multiverse/suites/rails/error_tracing_test.rb +0 -346
  476. data/test/multiverse/suites/rails/gc_instrumentation_test.rb +0 -73
  477. data/test/multiverse/suites/rails/ignore_test.rb +0 -79
  478. data/test/multiverse/suites/rails/middleware_instrumentation_test.rb +0 -41
  479. data/test/multiverse/suites/rails/middlewares.rb +0 -19
  480. data/test/multiverse/suites/rails/parameter_capture_test.rb +0 -328
  481. data/test/multiverse/suites/rails/queue_time_test.rb +0 -89
  482. data/test/multiverse/suites/rails/rails2_app/app/controllers/application.rb +0 -7
  483. data/test/multiverse/suites/rails/rails2_app/config/boot.rb +0 -127
  484. data/test/multiverse/suites/rails/rails2_app/config/database.yml +0 -18
  485. data/test/multiverse/suites/rails/rails2_app/config/environment.rb +0 -16
  486. data/test/multiverse/suites/rails/rails2_app/config/environments/development.rb +0 -10
  487. data/test/multiverse/suites/rails/rails2_app/config/initializers/load_newrelic_rpm.rb +0 -9
  488. data/test/multiverse/suites/rails/rails2_app/config/preinitializer.rb +0 -25
  489. data/test/multiverse/suites/rails/rails2_app/config/routes.rb +0 -19
  490. data/test/multiverse/suites/rails/rails2_app/db/schema.rb +0 -5
  491. data/test/multiverse/suites/rails/rails3_app/app_rails3_plus.rb +0 -99
  492. data/test/multiverse/suites/rails/request_statistics_test.rb +0 -192
  493. data/test/multiverse/suites/rails/transaction_ignoring_test.rb +0 -41
  494. data/test/multiverse/suites/rails/view_instrumentation_test.rb +0 -254
  495. data/test/multiverse/suites/rake/Envfile +0 -43
  496. data/test/multiverse/suites/rake/Rakefile +0 -54
  497. data/test/multiverse/suites/rake/config/newrelic.yml +0 -17
  498. data/test/multiverse/suites/rake/multitask_test.rb +0 -40
  499. data/test/multiverse/suites/rake/rake_test.rb +0 -209
  500. data/test/multiverse/suites/rake/rake_test_helper.rb +0 -66
  501. data/test/multiverse/suites/rake/unsupported_rake_test.rb +0 -19
  502. data/test/multiverse/suites/redis/Envfile +0 -23
  503. data/test/multiverse/suites/redis/config/newrelic.yml +0 -18
  504. data/test/multiverse/suites/redis/redis_instrumentation_test.rb +0 -331
  505. data/test/multiverse/suites/redis/redis_unsupported_version_test.rb +0 -20
  506. data/test/multiverse/suites/resque/Envfile +0 -9
  507. data/test/multiverse/suites/resque/Rakefile +0 -3
  508. data/test/multiverse/suites/resque/config/newrelic.yml +0 -18
  509. data/test/multiverse/suites/resque/instrumentation_test.rb +0 -159
  510. data/test/multiverse/suites/resque/resque_marshalling_test.rb +0 -61
  511. data/test/multiverse/suites/sequel/Envfile +0 -41
  512. data/test/multiverse/suites/sequel/config/newrelic.yml +0 -17
  513. data/test/multiverse/suites/sequel/database.rb +0 -54
  514. data/test/multiverse/suites/sequel/sequel_extension_test.rb +0 -142
  515. data/test/multiverse/suites/sequel/sequel_helpers.rb +0 -62
  516. data/test/multiverse/suites/sequel/sequel_plugin_test.rb +0 -230
  517. data/test/multiverse/suites/sequel/sequel_safety_test.rb +0 -30
  518. data/test/multiverse/suites/sidekiq/Envfile +0 -43
  519. data/test/multiverse/suites/sidekiq/after_suite.rb +0 -16
  520. data/test/multiverse/suites/sidekiq/config/newrelic.yml +0 -19
  521. data/test/multiverse/suites/sidekiq/log/.gitkeep +0 -0
  522. data/test/multiverse/suites/sidekiq/sidekiq_instrumentation_test.rb +0 -220
  523. data/test/multiverse/suites/sidekiq/sidekiq_server.rb +0 -35
  524. data/test/multiverse/suites/sidekiq/test_model.rb +0 -12
  525. data/test/multiverse/suites/sidekiq/test_worker.rb +0 -71
  526. data/test/multiverse/suites/sinatra/Envfile +0 -27
  527. data/test/multiverse/suites/sinatra/config/newrelic.yml +0 -20
  528. data/test/multiverse/suites/sinatra/ignoring_test.rb +0 -226
  529. data/test/multiverse/suites/sinatra/nested_middleware_test.rb +0 -47
  530. data/test/multiverse/suites/sinatra/sinatra_classic_test.rb +0 -103
  531. data/test/multiverse/suites/sinatra/sinatra_error_tracing_test.rb +0 -48
  532. data/test/multiverse/suites/sinatra/sinatra_metric_explosion_test.rb +0 -102
  533. data/test/multiverse/suites/sinatra/sinatra_modular_test.rb +0 -93
  534. data/test/multiverse/suites/sinatra/sinatra_parameter_capture_test.rb +0 -82
  535. data/test/multiverse/suites/sinatra/sinatra_routes_test.rb +0 -49
  536. data/test/multiverse/suites/sinatra/sinatra_test_cases.rb +0 -226
  537. data/test/multiverse/suites/typhoeus/Envfile +0 -68
  538. data/test/multiverse/suites/typhoeus/config/newrelic.yml +0 -17
  539. data/test/multiverse/suites/typhoeus/typhoeus_test.rb +0 -145
  540. data/test/multiverse/suites/yajl/Envfile +0 -20
  541. data/test/multiverse/suites/yajl/config/newrelic.yml +0 -20
  542. data/test/multiverse/suites/yajl/yajl_test.rb +0 -16
  543. data/test/multiverse/test/multiverse_test.rb +0 -59
  544. data/test/multiverse/test/suite_examples/one/a/Envfile +0 -3
  545. data/test/multiverse/test/suite_examples/one/a/a_test.rb +0 -14
  546. data/test/multiverse/test/suite_examples/one/a/config/newrelic.yml +0 -21
  547. data/test/multiverse/test/suite_examples/one/b/Envfile +0 -3
  548. data/test/multiverse/test/suite_examples/one/b/b_test.rb +0 -14
  549. data/test/multiverse/test/suite_examples/one/b/config/newrelic.yml +0 -21
  550. data/test/multiverse/test/suite_examples/three/a/Envfile +0 -2
  551. data/test/multiverse/test/suite_examples/three/a/fail_test.rb +0 -10
  552. data/test/multiverse/test/suite_examples/three/b/Envfile +0 -2
  553. data/test/multiverse/test/suite_examples/three/b/win_test.rb +0 -10
  554. data/test/multiverse/test/suite_examples/two/a/Envfile +0 -1
  555. data/test/multiverse/test/suite_examples/two/a/fail_test.rb +0 -10
  556. data/test/new_relic/FAKECHANGELOG +0 -21
  557. data/test/new_relic/agent/agent/connect_test.rb +0 -299
  558. data/test/new_relic/agent/agent/start_test.rb +0 -188
  559. data/test/new_relic/agent/agent/start_worker_thread_test.rb +0 -74
  560. data/test/new_relic/agent/agent_logger_test.rb +0 -389
  561. data/test/new_relic/agent/agent_test.rb +0 -710
  562. data/test/new_relic/agent/agent_test_controller.rb +0 -84
  563. data/test/new_relic/agent/apdex_from_server_test.rb +0 -13
  564. data/test/new_relic/agent/api_tests/datastore_api_test.rb +0 -64
  565. data/test/new_relic/agent/attribute_filter_test.rb +0 -218
  566. data/test/new_relic/agent/attribute_processing_test.rb +0 -164
  567. data/test/new_relic/agent/audit_logger_test.rb +0 -208
  568. data/test/new_relic/agent/autostart_test.rb +0 -79
  569. data/test/new_relic/agent/aws_info_test.rb +0 -76
  570. data/test/new_relic/agent/busy_calculator_test.rb +0 -104
  571. data/test/new_relic/agent/commands/agent_command_router_test.rb +0 -256
  572. data/test/new_relic/agent/commands/agent_command_test.rb +0 -37
  573. data/test/new_relic/agent/commands/thread_profiler_session_test.rb +0 -216
  574. data/test/new_relic/agent/commands/xray_session_collection_test.rb +0 -332
  575. data/test/new_relic/agent/commands/xray_session_test.rb +0 -42
  576. data/test/new_relic/agent/configuration/default_source_test.rb +0 -229
  577. data/test/new_relic/agent/configuration/dotted_hash_test.rb +0 -53
  578. data/test/new_relic/agent/configuration/environment_source_test.rb +0 -201
  579. data/test/new_relic/agent/configuration/high_security_source_test.rb +0 -92
  580. data/test/new_relic/agent/configuration/manager_test.rb +0 -455
  581. data/test/new_relic/agent/configuration/manual_source_test.rb +0 -18
  582. data/test/new_relic/agent/configuration/orphan_configuration_test.rb +0 -91
  583. data/test/new_relic/agent/configuration/server_source_test.rb +0 -202
  584. data/test/new_relic/agent/configuration/yaml_source_test.rb +0 -117
  585. data/test/new_relic/agent/cross_app_monitor_test.rb +0 -248
  586. data/test/new_relic/agent/custom_event_aggregator_test.rb +0 -127
  587. data/test/new_relic/agent/database/postgres_explain_obfuscator_test.rb +0 -34
  588. data/test/new_relic/agent/database/sql_obfuscation_test.rb +0 -52
  589. data/test/new_relic/agent/database_test.rb +0 -482
  590. data/test/new_relic/agent/datastores/metric_helper_test.rb +0 -203
  591. data/test/new_relic/agent/datastores/mongo/event_formatter_test.rb +0 -175
  592. data/test/new_relic/agent/datastores/mongo/metric_translator_test.rb +0 -270
  593. data/test/new_relic/agent/datastores/mongo/obfuscator_test.rb +0 -99
  594. data/test/new_relic/agent/datastores/mongo/statement_formatter_test.rb +0 -72
  595. data/test/new_relic/agent/datastores/redis_test.rb +0 -126
  596. data/test/new_relic/agent/datastores_test.rb +0 -202
  597. data/test/new_relic/agent/deprecator_test.rb +0 -52
  598. data/test/new_relic/agent/encoding_normalizer_test.rb +0 -69
  599. data/test/new_relic/agent/error_collector_test.rb +0 -407
  600. data/test/new_relic/agent/error_event_aggregator_test.rb +0 -237
  601. data/test/new_relic/agent/error_trace_aggregator_test.rb +0 -298
  602. data/test/new_relic/agent/event_aggregator_test.rb +0 -178
  603. data/test/new_relic/agent/event_buffer_test_cases.rb +0 -168
  604. data/test/new_relic/agent/event_listener_test.rb +0 -70
  605. data/test/new_relic/agent/event_loop_test.rb +0 -202
  606. data/test/new_relic/agent/harvester_test.rb +0 -79
  607. data/test/new_relic/agent/hostname_test.rb +0 -121
  608. data/test/new_relic/agent/http_clients/uri_util_test.rb +0 -64
  609. data/test/new_relic/agent/inbound_request_monitor_test.rb +0 -49
  610. data/test/new_relic/agent/instrumentation/action_cable_subscriber_test.rb +0 -124
  611. data/test/new_relic/agent/instrumentation/action_controller_subscriber_test.rb +0 -299
  612. data/test/new_relic/agent/instrumentation/action_view_subscriber_test.rb +0 -249
  613. data/test/new_relic/agent/instrumentation/active_job_test.rb +0 -20
  614. data/test/new_relic/agent/instrumentation/active_record_helper_test.rb +0 -66
  615. data/test/new_relic/agent/instrumentation/active_record_subscriber_test.rb +0 -210
  616. data/test/new_relic/agent/instrumentation/controller_instrumentation_test.rb +0 -328
  617. data/test/new_relic/agent/instrumentation/delayed_job_instrumentation_test.rb +0 -23
  618. data/test/new_relic/agent/instrumentation/instance_identification_test.rb +0 -169
  619. data/test/new_relic/agent/instrumentation/instrumentation_test.rb +0 -14
  620. data/test/new_relic/agent/instrumentation/middleware_proxy_test.rb +0 -256
  621. data/test/new_relic/agent/instrumentation/middleware_tracing_test.rb +0 -49
  622. data/test/new_relic/agent/instrumentation/mongodb_command_subscriber_test.rb +0 -112
  623. data/test/new_relic/agent/instrumentation/net_instrumentation_test.rb +0 -41
  624. data/test/new_relic/agent/instrumentation/queue_time_test.rb +0 -103
  625. data/test/new_relic/agent/instrumentation/rack_test.rb +0 -44
  626. data/test/new_relic/agent/instrumentation/sequel_helper_test.rb +0 -36
  627. data/test/new_relic/agent/instrumentation/sinatra/transaction_namer_test.rb +0 -62
  628. data/test/new_relic/agent/instrumentation/sinatra_test.rb +0 -80
  629. data/test/new_relic/agent/instrumentation/task_instrumentation_test.rb +0 -186
  630. data/test/new_relic/agent/javascript_instrumentor_test.rb +0 -340
  631. data/test/new_relic/agent/memory_logger_test.rb +0 -85
  632. data/test/new_relic/agent/method_interrobang_test.rb +0 -31
  633. data/test/new_relic/agent/method_tracer/class_methods/add_method_tracer_test.rb +0 -112
  634. data/test/new_relic/agent/method_tracer/instance_methods/trace_execution_scoped_test.rb +0 -215
  635. data/test/new_relic/agent/method_tracer_test.rb +0 -480
  636. data/test/new_relic/agent/method_visibility_test.rb +0 -90
  637. data/test/new_relic/agent/mock_scope_listener.rb +0 -30
  638. data/test/new_relic/agent/new_relic_service/json_marshaller_test.rb +0 -27
  639. data/test/new_relic/agent/new_relic_service_test.rb +0 -972
  640. data/test/new_relic/agent/obfuscator_test.rb +0 -77
  641. data/test/new_relic/agent/parameter_filtering_test.rb +0 -39
  642. data/test/new_relic/agent/payload_metric_mapping_test.rb +0 -74
  643. data/test/new_relic/agent/pipe_channel_manager_test.rb +0 -315
  644. data/test/new_relic/agent/pipe_service_test.rb +0 -151
  645. data/test/new_relic/agent/rpm_agent_test.rb +0 -91
  646. data/test/new_relic/agent/rules_engine_test.rb +0 -136
  647. data/test/new_relic/agent/sampled_buffer_test.rb +0 -142
  648. data/test/new_relic/agent/sampler_collection_test.rb +0 -90
  649. data/test/new_relic/agent/sampler_test.rb +0 -66
  650. data/test/new_relic/agent/samplers/cpu_sampler_test.rb +0 -79
  651. data/test/new_relic/agent/samplers/memory_sampler_test.rb +0 -66
  652. data/test/new_relic/agent/samplers/vm_sampler_test.rb +0 -349
  653. data/test/new_relic/agent/sized_buffer_test.rb +0 -29
  654. data/test/new_relic/agent/sql_sampler_test.rb +0 -463
  655. data/test/new_relic/agent/stats_engine/gc_profiler_test.rb +0 -176
  656. data/test/new_relic/agent/stats_engine/stats_hash_test.rb +0 -195
  657. data/test/new_relic/agent/stats_engine_test.rb +0 -344
  658. data/test/new_relic/agent/stats_test.rb +0 -167
  659. data/test/new_relic/agent/synthetics_event_aggregator_test.rb +0 -180
  660. data/test/new_relic/agent/synthetics_event_buffer_test.rb +0 -54
  661. data/test/new_relic/agent/synthetics_monitor_test.rb +0 -93
  662. data/test/new_relic/agent/system_info_test.rb +0 -133
  663. data/test/new_relic/agent/threading/agent_thread_test.rb +0 -149
  664. data/test/new_relic/agent/threading/backtrace_node_test.rb +0 -184
  665. data/test/new_relic/agent/threading/backtrace_service_test.rb +0 -603
  666. data/test/new_relic/agent/threading/fake_thread.rb +0 -43
  667. data/test/new_relic/agent/threading/thread_profile_test.rb +0 -271
  668. data/test/new_relic/agent/threading/threaded_test_case.rb +0 -18
  669. data/test/new_relic/agent/traced_method_stack_test.rb +0 -184
  670. data/test/new_relic/agent/transaction/abstract_segment_test.rb +0 -103
  671. data/test/new_relic/agent/transaction/attributes_test.rb +0 -268
  672. data/test/new_relic/agent/transaction/datastore_segment_test.rb +0 -336
  673. data/test/new_relic/agent/transaction/external_request_segment_test.rb +0 -335
  674. data/test/new_relic/agent/transaction/request_attributes_test.rb +0 -84
  675. data/test/new_relic/agent/transaction/segment_test.rb +0 -77
  676. data/test/new_relic/agent/transaction/slowest_sample_buffer_test.rb +0 -67
  677. data/test/new_relic/agent/transaction/synthetics_sample_buffer_test.rb +0 -38
  678. data/test/new_relic/agent/transaction/trace_node_test.rb +0 -342
  679. data/test/new_relic/agent/transaction/trace_test.rb +0 -394
  680. data/test/new_relic/agent/transaction/tracing_test.rb +0 -176
  681. data/test/new_relic/agent/transaction/xray_sample_buffer_test.rb +0 -71
  682. data/test/new_relic/agent/transaction_error_primitive_test.rb +0 -117
  683. data/test/new_relic/agent/transaction_event_aggregator_test.rb +0 -211
  684. data/test/new_relic/agent/transaction_event_primitive_test.rb +0 -195
  685. data/test/new_relic/agent/transaction_event_recorder_test.rb +0 -80
  686. data/test/new_relic/agent/transaction_interrobang_test.rb +0 -33
  687. data/test/new_relic/agent/transaction_metrics_test.rb +0 -113
  688. data/test/new_relic/agent/transaction_sample_builder_test.rb +0 -215
  689. data/test/new_relic/agent/transaction_sampler_test.rb +0 -857
  690. data/test/new_relic/agent/transaction_state_test.rb +0 -122
  691. data/test/new_relic/agent/transaction_test.rb +0 -1476
  692. data/test/new_relic/agent/transaction_timings_test.rb +0 -91
  693. data/test/new_relic/agent/utilization_data_test.rb +0 -258
  694. data/test/new_relic/agent/vm/monotonic_gc_profiler_test.rb +0 -42
  695. data/test/new_relic/agent/vm/mri_vm_test.rb +0 -40
  696. data/test/new_relic/agent/vm/snapshot_test.rb +0 -13
  697. data/test/new_relic/agent/vm_test.rb +0 -48
  698. data/test/new_relic/agent/worker_loop_test.rb +0 -98
  699. data/test/new_relic/agent_test.rb +0 -461
  700. data/test/new_relic/cli/commands/deployments_test.rb +0 -136
  701. data/test/new_relic/cli/commands/install_test.rb +0 -27
  702. data/test/new_relic/coerce_test.rb +0 -93
  703. data/test/new_relic/collection_helper_test.rb +0 -113
  704. data/test/new_relic/control/class_methods_test.rb +0 -52
  705. data/test/new_relic/control/frameworks/rails_test.rb +0 -29
  706. data/test/new_relic/control/instance_methods_test.rb +0 -50
  707. data/test/new_relic/control/instrumentation_test.rb +0 -41
  708. data/test/new_relic/control_test.rb +0 -167
  709. data/test/new_relic/data_container_tests.rb +0 -87
  710. data/test/new_relic/dependency_detection_test.rb +0 -155
  711. data/test/new_relic/dispatcher_test.rb +0 -60
  712. data/test/new_relic/environment_report_test.rb +0 -107
  713. data/test/new_relic/evil_server.rb +0 -55
  714. data/test/new_relic/fake_collector.rb +0 -390
  715. data/test/new_relic/fake_external_server.rb +0 -65
  716. data/test/new_relic/fake_instance_metadata_service.rb +0 -45
  717. data/test/new_relic/fake_rpm_site.rb +0 -35
  718. data/test/new_relic/fake_server.rb +0 -104
  719. data/test/new_relic/filtering_test_app.rb +0 -19
  720. data/test/new_relic/framework_test.rb +0 -58
  721. data/test/new_relic/http_client_test_cases.rb +0 -639
  722. data/test/new_relic/language_support_test.rb +0 -98
  723. data/test/new_relic/latest_changes_test.rb +0 -34
  724. data/test/new_relic/license_test.rb +0 -115
  725. data/test/new_relic/load_test.rb +0 -15
  726. data/test/new_relic/local_environment_test.rb +0 -103
  727. data/test/new_relic/marshalling_test_cases.rb +0 -183
  728. data/test/new_relic/metric_data_test.rb +0 -144
  729. data/test/new_relic/metric_spec_test.rb +0 -144
  730. data/test/new_relic/multiverse_helpers.rb +0 -289
  731. data/test/new_relic/noticed_error_test.rb +0 -267
  732. data/test/new_relic/rack/agent_hooks_test.rb +0 -44
  733. data/test/new_relic/rack/agent_middleware_test.rb +0 -32
  734. data/test/new_relic/rack/browser_monitoring_test.rb +0 -195
  735. data/test/new_relic/transaction_ignoring_test_cases.rb +0 -102
  736. data/test/nullverse/default_source_require_test.rb +0 -21
  737. data/test/nullverse/nullverse_helper.rb +0 -10
  738. data/test/performance/README.md +0 -175
  739. data/test/performance/lib/performance.rb +0 -38
  740. data/test/performance/lib/performance/baseline.rb +0 -36
  741. data/test/performance/lib/performance/baseline_compare_reporter.rb +0 -103
  742. data/test/performance/lib/performance/baseline_save_reporter.rb +0 -24
  743. data/test/performance/lib/performance/console_reporter.rb +0 -66
  744. data/test/performance/lib/performance/formatting_helpers.rb +0 -22
  745. data/test/performance/lib/performance/hako_client.rb +0 -31
  746. data/test/performance/lib/performance/hako_reporter.rb +0 -26
  747. data/test/performance/lib/performance/instrumentation/cpu_usage.rb +0 -26
  748. data/test/performance/lib/performance/instrumentation/gc_stats.rb +0 -56
  749. data/test/performance/lib/performance/instrumentation/perf_tools.rb +0 -30
  750. data/test/performance/lib/performance/instrumentation/stackprof.rb +0 -46
  751. data/test/performance/lib/performance/instrumentor.rb +0 -96
  752. data/test/performance/lib/performance/json_reporter.rb +0 -15
  753. data/test/performance/lib/performance/platform.rb +0 -31
  754. data/test/performance/lib/performance/reporting.rb +0 -36
  755. data/test/performance/lib/performance/result.rb +0 -104
  756. data/test/performance/lib/performance/runner.rb +0 -221
  757. data/test/performance/lib/performance/table.rb +0 -105
  758. data/test/performance/lib/performance/test_case.rb +0 -152
  759. data/test/performance/lib/performance/timer.rb +0 -40
  760. data/test/performance/script/baselines +0 -102
  761. data/test/performance/script/mega-runner +0 -37
  762. data/test/performance/script/runner +0 -131
  763. data/test/performance/suites/active_record.rb +0 -26
  764. data/test/performance/suites/active_record_subscriber.rb +0 -100
  765. data/test/performance/suites/agent_attributes.rb +0 -62
  766. data/test/performance/suites/config.rb +0 -35
  767. data/test/performance/suites/datastores.rb +0 -59
  768. data/test/performance/suites/error_collector.rb +0 -28
  769. data/test/performance/suites/external_segment.rb +0 -80
  770. data/test/performance/suites/marshalling.rb +0 -148
  771. data/test/performance/suites/queue_time.rb +0 -21
  772. data/test/performance/suites/rack_middleware.rb +0 -134
  773. data/test/performance/suites/redis.rb +0 -45
  774. data/test/performance/suites/rules_engine.rb +0 -35
  775. data/test/performance/suites/rum_autoinsertion.rb +0 -75
  776. data/test/performance/suites/segment_terms_rule.rb +0 -27
  777. data/test/performance/suites/sql_obfuscation.rb +0 -50
  778. data/test/performance/suites/startup.rb +0 -12
  779. data/test/performance/suites/stats_hash.rb +0 -31
  780. data/test/performance/suites/thread_profiling.rb +0 -116
  781. data/test/performance/suites/trace_execution_scoped.rb +0 -31
  782. data/test/performance/suites/transaction_tracing.rb +0 -105
  783. data/test/script/before_install/gemstash_mirror.sh +0 -10
  784. data/test/script/before_script/install_mongodb.sh +0 -12
  785. data/test/script/ci.sh +0 -15
  786. data/test/script/external_server.rb +0 -31
  787. data/test/script/path_hash.rb +0 -49
  788. data/test/test_helper.rb +0 -59
@@ -1,24 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
-
4
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
- <head>
6
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7
- <meta name="google-site-verification" content="H7LxlilrDfbkX34sqq1X1JwoSCX0c6v15HhUYx49YtE" />
8
- <meta name="msvalidate.01" content="9174ACA637FC44E24AD81253FF836544" />
9
- <!-- <meta http-equiv="X-UA-Compatible" content="IE=7" />EXPECTED_RUM_LOADER_LOCATION
10
- -->
11
- <!--
12
- this is a comment
13
- <META name="y_key" content="fa8a87d87826e3f6" />
14
- -->
15
-
16
- <script language="javascript">
17
- function openMariaVideo { }
18
- </script>
19
- <title>OPT&reg;</title>
20
- </head>
21
- <body>
22
- Cribbed from the Java agent
23
- </body>
24
- </html>
@@ -1,11 +0,0 @@
1
- <html>
2
- <head>
3
- <title>im a title</title>
4
- <meta some-thing="1"/>
5
- <script>
6
- junk
7
- </script>
8
- <meta http-equiv="content-type" content="text/html; charset=utf-8">EXPECTED_RUM_LOADER_LOCATION
9
- </head>
10
- <body>im some body text</body>
11
- </html>
@@ -1,11 +0,0 @@
1
- <html>
2
- <head>
3
- <title>im a title</title>
4
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
5
- <meta http-equiv="content-type" content="text/html; charset=utf-8">EXPECTED_RUM_LOADER_LOCATION
6
- <script>
7
- junk
8
- </script>
9
- </head>
10
- <body>im some body text</body>
11
- </html>
@@ -1,11 +0,0 @@
1
- <html>
2
- <head>
3
- <title>im a title</title>
4
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>EXPECTED_RUM_LOADER_LOCATION
6
- <script>
7
- junk
8
- </script>
9
- </head>
10
- <body>im some body text</body>
11
- </html>
@@ -1,4 +0,0 @@
1
- <html>
2
- <head/>
3
- <body>im some body text</body>
4
- </html>
@@ -1,27 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
-
4
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
- <head>
6
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7
- <meta name="google-site-verification" content="H7LxlilrDfbkX34sqq1X1JwoSCX0c6v15HhUYx49YtE" />
8
- <meta name="ms<validate>.01" content="9174ACA637FC44E24AD81253FF836544" />
9
- <!-- <meta http-equiv="X-UA-Compatible" content="IE=7" />EXPECTED_RUM_LOADER_LOCATION
10
- -->
11
- <!--
12
- this is a comment
13
- <META name="y_key" content="fa8a87d87826e3f6" />
14
- -->
15
-
16
- <script language="javascript">
17
- function openMariaVideo { }
18
- </script>
19
- <anotherTag>OPT&reg;</title>
20
-
21
- </anotherTag>
22
-
23
- </head>
24
- <body>
25
- Cribbed from the Java agent
26
- </body>
27
- </html>
@@ -1,24 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
-
4
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
- <head>
6
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7
- <meta name="google-site-verification" content="H7LxlilrDfbkX34sqq1X1JwoSCX0c6v15HhUYx49YtE" />
8
- <meta name="ms<validate>.01" content="9174ACA637FC44E24AD81253FF836544" />
9
- <!-- <meta http-equiv="X-UA-Compatible" content="IE=7" />EXPECTED_RUM_LOADER_LOCATION
10
- -->
11
- <!--
12
- this is a comment
13
- <META name="y_key" content="fa8a87d87826e3f6" />
14
- -->
15
-
16
- <script language="javascript">
17
- function openMariaVideo { }
18
- </script>
19
- <title>OPT&reg;</title>
20
- </head>
21
- <body>
22
- Cribbed from the Java agent
23
- </body>
24
- </html>
@@ -1,24 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
-
4
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
- <head>
6
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7
- <meta name="google-s"ite<-verif>ication" content="H7LxlilrDfbkX34sqq1X1JwoSCX0c6v15HhUYx49YtE" />
8
- <meta name="ms<validate>.01" content="9174ACA637FC44E24AD81253FF836544" />
9
- <!-- <meta http-equiv="X-UA-Compatible" content="IE=7" />EXPECTED_RUM_LOADER_LOCATION
10
- -->
11
- <!--
12
- this is a comment
13
- <META name="y_key" content="fa8a87d87826e3f6" />
14
- -->
15
-
16
- <script language="javascript">
17
- function openMariaVideo { }
18
- </script>
19
- <title>OPT&reg;</title>
20
- </head>
21
- <body>
22
- Cribbed from the Java agent
23
- </body>
24
- </html>
@@ -1,25 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
-
4
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
- <head>
6
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7
- <meta name='google-site-verification' content='H7LxlilrDfbkX34sqq1X1JwoSCX0c6v15HhUYx49YtE\' />
8
- <meta name='ms<validate>.01' content='9174ACA637FC44E24AD81253FF836544\' />
9
- <!-- <meta http-equiv="X-UA-Compatible" content="IE=7" />EXPECTED_RUM_LOADER_LOCATION
10
- -->
11
- <!--
12
- this is a comment
13
- <META name="y_key" content="fa8a87d87826e3f6" />
14
- -->
15
-
16
- <script language="javascript">
17
- function openMariaVideo { }
18
- </script>
19
-
20
- <anotherTag>OPT&reg;</title> </anotherTag>
21
- </head>
22
- <body>
23
- Cribbed from the Java agent
24
- </body>
25
- </html>
@@ -1,25 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
-
4
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
- <head>
6
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7
- <meta name='google-site-verification' content='H7LxlilrDfbkX34sqq1X1JwoSCX0c6v15HhUYx49YtE\' />
8
- <meta name='m's<validate>.01' content='9174ACA637FC44E24AD81253FF836544\' />
9
- <!-- <meta http-equiv="X-UA-Compatible" content="IE=7" />EXPECTED_RUM_LOADER_LOCATION
10
- -->
11
- <!--
12
- this is a comment
13
- <META name="y_key" content="fa8a87d87826e3f6" />
14
- -->
15
-
16
- <script language="javascript">
17
- function openMariaVideo { }
18
- </script>
19
-
20
- <anotherTag>OPT&reg;</title></anotherTag>
21
- </head>
22
- <body>
23
- Cribbed from the Java agent
24
- </body>
25
- </html>
@@ -1,10 +0,0 @@
1
- <html>
2
- <head alpha="beta" beta="gamma">EXPECTED_RUM_LOADER_LOCATION
3
- <title>im a title</title>
4
- <meta some-thing="1"/>
5
- <script>
6
- junk
7
- </script>
8
- </head>
9
- <body>im some body text</body>
10
- </html>
@@ -1,10 +0,0 @@
1
- <html>
2
- <head>EXPECTED_RUM_LOADER_LOCATION
3
-
4
- <link href="/>
5
- <link href=/>
6
- </head>
7
- <body>
8
- Cribbed from the Java agent
9
- </body>
10
- </html>
@@ -1,6 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
- <head>EXPECTED_RUM_LOADER_LOCATION<body>
4
- Cribbed from the Java agent
5
- </body>
6
- </html>
@@ -1,7 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- EXPECTED_RUM_LOADER_LOCATION<body>
5
- Cribbed from the Java agent
6
- </body>
7
- </html>
@@ -1,3 +0,0 @@
1
- EXPECTED_RUM_LOADER_LOCATION<body>
2
- This isn't great HTML but it's what we've got.
3
- </body>
@@ -1,9 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
-
5
- </head>
6
- EXPECTED_RUM_LOADER_LOCATION<body>
7
- Cribbed from the Java agent
8
- </body>
9
- </html>
@@ -1,19 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>EXPECTED_RUM_LOADER_LOCATION
5
-
6
- <anotherTag>Castor
7
- </anotherTag>
8
- </head>
9
- <body>
10
- <script language="javascript" >
11
- var strFrameInfoWrapper = "";
12
- strFrameInfoWrapper+= "<body style='overflow-y:hidden;padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;' >";
13
- strFrameInfoWrapper+= "<div id='communicationsButton' style='display:none; position: absolute; z-index: 9999; right:0px; top:-2px; cursor: hand;'>";
14
- strFrameInfoWrapper+= "</div>";
15
- strFrameInfoWrapper+= "</body>";
16
- </script>
17
- </body>
18
-
19
- </html>
@@ -1,17 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>EXPECTED_RUM_LOADER_LOCATION
5
- <title>Castor</title>
6
- </head>
7
- <body>
8
- <script language="javascript" >
9
- var strFrameInfoWrapper = "";
10
- strFrameInfoWrapper+= "<body style='overflow-y:hidden;padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;' >";
11
- strFrameInfoWrapper+= "<div id='communicationsButton' style='display:none; position: absolute; z-index: 9999; right:0px; top:-2px; cursor: hand;'>";
12
- strFrameInfoWrapper+= "</div>";
13
- strFrameInfoWrapper+= "</body>";
14
- </script>
15
- </body>
16
-
17
- </html>
@@ -1,10 +0,0 @@
1
- <html>
2
- <head>
3
- <title>im a title</title>
4
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>EXPECTED_RUM_LOADER_LOCATION
5
- <script>
6
- junk
7
- </script>
8
- </head>
9
- <body>im some body text</body>
10
- </html>
@@ -1,11 +0,0 @@
1
- <html>
2
- <head>
3
- <title>im a title</title>
4
- <META http-equiv='x-ua-compatible'
5
- content="IE=edge,chrome=1" />EXPECTED_RUM_LOADER_LOCATION
6
- <script>
7
- junk
8
- </script>
9
- </head>
10
- <body>im some body text</body>
11
- </html>
@@ -1,12 +0,0 @@
1
- <html>
2
- <head>
3
- <title>im a title</title>
4
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>EXPECTED_RUM_LOADER_LOCATION
5
- <meta name="keywords" content="testing,rum,insertion" >
6
- <script>
7
- junk
8
- </script>
9
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
10
- </head>
11
- <body>im some body text</body>
12
- </html>
@@ -1,10 +0,0 @@
1
- <html>
2
- <head>
3
- <title>im a title</title>
4
- <meta http-equiv = "X-UA-Compatible" content="IE=edge,chrome=1"/>EXPECTED_RUM_LOADER_LOCATION
5
- <script>
6
- junk
7
- </script>
8
- </head>
9
- <body>im some body text</body>
10
- </html>
@@ -1,11 +0,0 @@
1
- <html>
2
- <head>
3
- <title>im a title</title>
4
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>EXPECTED_RUM_LOADER_LOCATION
5
- <meta name="keywords" content="testing,rum,insertion" >
6
- <script>
7
- junk
8
- </script>
9
- </head>
10
- <body>im some body text</body>
11
- </html>
@@ -1,10 +0,0 @@
1
- <html>
2
- <head>
3
- <title>im a title</title>
4
- <META http-equiv='x-ua-compatible' content="IE=edge,chrome=1" />EXPECTED_RUM_LOADER_LOCATION
5
- <script>
6
- junk
7
- </script>
8
- </head>
9
- <body>im some body text</body>
10
- </html>
@@ -1,36 +0,0 @@
1
- These test cases cover obfuscation (more properly, masking) of literal values
2
- from SQL statements captured by agents. SQL statements may be captured and
3
- attached to transaction trace nodes, or to slow SQL traces.
4
-
5
- `sql_obfuscation.json` contains an array of test cases. The inputs for each
6
- test case are in the `sql` property of each object. Each test case also has an
7
- `obfuscated` property which is an array containing at least one valid output.
8
-
9
- Test cases also have a `dialects` property, which is an array of strings which
10
- specify which sql dialects the test should apply to. See "SQL Syntax Documentation" list below. This is relevant because for example, PostgreSQL uses
11
- different identifier and string quoting rules than MySQL (most notably,
12
- double-quoted string literals are not allowed in PostgreSQL, where
13
- double-quotes are instead used around identifiers).
14
-
15
- Test cases may also contain the following properties:
16
- * `malformed`: (boolean) tests who's SQL queries are not valid SQL in any
17
- quoting mode. Some agents may choose to attempt to obfuscate these cases,
18
- and others may instead just replace the query entirely with a placeholder
19
- message.
20
- * `pathological`: (boolean) tests which are designed specifically to break
21
- specific methods of obfuscation, or contain patterns that are known to be
22
- difficult to handle correctly
23
- * `comments`: an array of strings that could be usefult for understanding
24
- the test.
25
-
26
- The following database documentation may be helpful in understanding these test
27
- cases:
28
- * [MySQL String Literals](http://dev.mysql.com/doc/refman/5.5/en/string-literals.html)
29
- * [PostgreSQL String Constants](http://www.postgresql.org/docs/8.2/static/sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS)
30
-
31
- SQL Syntax Documentation:
32
- * [MySQL](http://dev.mysql.com/doc/refman/5.5/en/language-structure.html)
33
- * [PostgreSQL](http://www.postgresql.org/docs/8.4/static/sql-syntax.html)
34
- * [Cassandra](http://docs.datastax.com/en/cql/3.1/cql/cql_reference/cql_lexicon_c.html)
35
- * [Oracle](http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/langelems.htm)
36
- * [SQLite](https://www.sqlite.org/lang.html)
@@ -1,619 +0,0 @@
1
- [
2
- {
3
- "name": "back_quoted_identifiers.mysql",
4
- "obfuscated": [
5
- "SELECT `t001`.`c2` FROM `t001` WHERE `t001`.`c2` = ? AND c3=? LIMIT ?"
6
- ],
7
- "dialects": [
8
- "mysql"
9
- ],
10
- "sql": "SELECT `t001`.`c2` FROM `t001` WHERE `t001`.`c2` = 'value' AND c3=\"othervalue\" LIMIT ?"
11
- },
12
- {
13
- "name": "comment_delimiters_in_double_quoted_strings",
14
- "obfuscated": [
15
- "SELECT * FROM t WHERE foo=? AND baz=?"
16
- ],
17
- "dialects": [
18
- "mysql"
19
- ],
20
- "sql": "SELECT * FROM t WHERE foo=\"bar/*\" AND baz=\"whatever */qux\""
21
- },
22
- {
23
- "name": "comment_delimiters_in_single_quoted_strings",
24
- "obfuscated": [
25
- "SELECT * FROM t WHERE foo=? AND baz=?"
26
- ],
27
- "dialects": [
28
- "mysql",
29
- "postgres",
30
- "oracle",
31
- "cassandra",
32
- "sqlite"
33
- ],
34
- "sql": "SELECT * FROM t WHERE foo='bar/*' AND baz='whatever */qux'"
35
- },
36
- {
37
- "name": "double_quoted_identifiers.postgres",
38
- "obfuscated": [
39
- "SELECT \"t001\".\"c2\" FROM \"t001\" WHERE \"t001\".\"c2\" = ? AND c3=? LIMIT ?"
40
- ],
41
- "dialects": [
42
- "postgres",
43
- "oracle"
44
- ],
45
- "sql": "SELECT \"t001\".\"c2\" FROM \"t001\" WHERE \"t001\".\"c2\" = 'value' AND c3=1234 LIMIT 1"
46
- },
47
- {
48
- "name": "end_of_line_comment_in_double_quoted_string",
49
- "obfuscated": [
50
- "SELECT * FROM t WHERE foo=? AND\n baz=?"
51
- ],
52
- "dialects": [
53
- "mysql"
54
- ],
55
- "sql": "SELECT * FROM t WHERE foo=\"bar--\" AND\n baz=\"qux--\""
56
- },
57
- {
58
- "name": "end_of_line_comment_in_single_quoted_string",
59
- "obfuscated": [
60
- "SELECT * FROM t WHERE foo=? AND\n baz=?"
61
- ],
62
- "dialects": [
63
- "mysql",
64
- "postgres",
65
- "oracle",
66
- "cassandra",
67
- "sqlite"
68
- ],
69
- "sql": "SELECT * FROM t WHERE foo='bar--' AND\n baz='qux--'"
70
- },
71
- {
72
- "name": "end_of_query_comment_cstyle",
73
- "obfuscated": [
74
- "SELECT * FROM foo WHERE bar=? ?"
75
- ],
76
- "dialects": [
77
- "mysql",
78
- "postgres",
79
- "oracle",
80
- "cassandra",
81
- "sqlite"
82
- ],
83
- "sql": "SELECT * FROM foo WHERE bar='baz' /* Hide Me */"
84
- },
85
- {
86
- "name": "end_of_query_comment_doubledash",
87
- "obfuscated": [
88
- "SELECT * FROM foobar WHERE password=?\n?"
89
- ],
90
- "dialects": [
91
- "mysql",
92
- "postgres",
93
- "oracle",
94
- "cassandra",
95
- "sqlite"
96
- ],
97
- "sql": "SELECT * FROM foobar WHERE password='hunter2'\n-- No peeking!"
98
- },
99
- {
100
- "name": "end_of_query_comment_hash",
101
- "obfuscated": [
102
- "SELECT foo, bar FROM baz WHERE password=? ?"
103
- ],
104
- "dialects": [
105
- "mysql",
106
- "postgres",
107
- "oracle",
108
- "cassandra",
109
- "sqlite"
110
- ],
111
- "sql": "SELECT foo, bar FROM baz WHERE password='hunter2' # Secret"
112
- },
113
- {
114
- "name": "escape_string_constants.postgres",
115
- "sql": "SELECT \"col1\", \"col2\" from \"table\" WHERE \"col3\"=E'foo\\'bar\\\\baz' AND country=e'foo\\'bar\\\\baz'",
116
- "obfuscated": [
117
- "SELECT \"col1\", \"col2\" from \"table\" WHERE \"col3\"=E?",
118
- "SELECT \"col1\", \"col2\" from \"table\" WHERE \"col3\"=E? AND country=e?"
119
- ],
120
- "dialects": [
121
- "postgres"
122
- ],
123
- "comments": [
124
- "PostgreSQL supports an alternate string quoting mode where backslash escape",
125
- "sequences are interpreted.",
126
- "See: http://www.postgresql.org/docs/9.3/static/sql-syntax-lexical.html#SQL-SYNTAX-STRINGS-ESCAPE"
127
- ]
128
- },
129
- {
130
- "name": "multiple_literal_types.mysql",
131
- "obfuscated": [
132
- "INSERT INTO `X` values(?,?, ? , ?, ?)"
133
- ],
134
- "dialects": [
135
- "mysql"
136
- ],
137
- "sql": "INSERT INTO `X` values(\"test\",0, 1 , 2, 'test')"
138
- },
139
- {
140
- "name": "numbers_in_identifiers",
141
- "obfuscated": [
142
- "SELECT c11.col1, c22.col2 FROM table c11, table c22 WHERE value=?"
143
- ],
144
- "dialects": [
145
- "mysql",
146
- "postgres",
147
- "oracle",
148
- "cassandra",
149
- "sqlite"
150
- ],
151
- "sql": "SELECT c11.col1, c22.col2 FROM table c11, table c22 WHERE value='nothing'"
152
- },
153
- {
154
- "name": "numeric_literals",
155
- "sql": "INSERT INTO X VALUES(1, 23456, 123.456, 99+100)",
156
- "obfuscated": [
157
- "INSERT INTO X VALUES(?, ?, ?, ?+?)",
158
- "INSERT INTO X VALUES(?, ?, ?.?, ?+?)"
159
- ],
160
- "dialects": [
161
- "mysql",
162
- "postgres",
163
- "oracle",
164
- "cassandra",
165
- "sqlite"
166
- ]
167
- },
168
- {
169
- "name": "string_double_quoted.mysql",
170
- "obfuscated": [
171
- "SELECT * FROM table WHERE name=? AND value=?"
172
- ],
173
- "dialects": [
174
- "mysql"
175
- ],
176
- "sql": "SELECT * FROM table WHERE name=\"foo\" AND value=\"don't\""
177
- },
178
- {
179
- "name": "string_single_quoted",
180
- "obfuscated": [
181
- "SELECT * FROM table WHERE name=? AND value = ?"
182
- ],
183
- "dialects": [
184
- "mysql",
185
- "postgres",
186
- "oracle",
187
- "cassandra",
188
- "sqlite"
189
- ],
190
- "sql": "SELECT * FROM table WHERE name='foo' AND value = 'bar'"
191
- },
192
- {
193
- "name": "string_with_backslash_and_twin_single_quotes",
194
- "obfuscated": [
195
- "SELECT * FROM table WHERE col=?"
196
- ],
197
- "dialects": [
198
- "mysql",
199
- "postgres",
200
- "oracle",
201
- "cassandra",
202
- "sqlite"
203
- ],
204
- "sql": "SELECT * FROM table WHERE col='foo\\''bar'",
205
- "comments": [
206
- "If backslashes are being ignored in single-quoted strings",
207
- "(standard_conforming_strings=on in PostgreSQL, or NO_BACKSLASH_ESCAPES is on",
208
- "in MySQL), then this is valid SQL."
209
- ]
210
- },
211
- {
212
- "name": "string_with_embedded_double_quote",
213
- "obfuscated": [
214
- "SELECT * FROM table WHERE col1=? AND col2=?"
215
- ],
216
- "dialects": [
217
- "mysql",
218
- "postgres",
219
- "oracle",
220
- "cassandra",
221
- "sqlite"
222
- ],
223
- "sql": "SELECT * FROM table WHERE col1='foo\"bar' AND col2='what\"ever'"
224
- },
225
- {
226
- "name": "string_with_embedded_newline",
227
- "obfuscated": [
228
- "select * from accounts where accounts.name != ? order by accounts.name"
229
- ],
230
- "dialects": [
231
- "mysql",
232
- "postgres",
233
- "oracle",
234
- "cassandra",
235
- "sqlite"
236
- ],
237
- "sql": "select * from accounts where accounts.name != 'dude \n newline' order by accounts.name"
238
- },
239
- {
240
- "name": "string_with_embedded_single_quote.mysql",
241
- "obfuscated": [
242
- "SELECT * FROM table WHERE col1=? AND col2=?"
243
- ],
244
- "dialects": [
245
- "mysql"
246
- ],
247
- "sql": "SELECT * FROM table WHERE col1=\"don't\" AND col2=\"won't\""
248
- },
249
- {
250
- "name": "string_with_escaped_quotes.mysql",
251
- "sql": "INSERT INTO X values('', 'jim''s ssn',0, 1 , 'jim''s son''s son', \"\"\"jim''s\"\" hat\", \"\\\"jim''s secret\\\"\")",
252
- "obfuscated": [
253
- "INSERT INTO X values(?, ?,?, ? , ?, ?, ?",
254
- "INSERT INTO X values(?, ?,?, ? , ?, ?, ?)"
255
- ],
256
- "dialects": [
257
- "mysql"
258
- ]
259
- },
260
- {
261
- "name": "string_with_trailing_backslash",
262
- "sql": "SELECT * FROM table WHERE name='foo\\' AND color='blue'",
263
- "obfuscated": [
264
- "SELECT * FROM table WHERE name=?",
265
- "SELECT * FROM table WHERE name=? AND color=?"
266
- ],
267
- "dialects": [
268
- "mysql",
269
- "postgres",
270
- "oracle",
271
- "cassandra",
272
- "sqlite"
273
- ],
274
- "comments": [
275
- "If backslashes are being ignored in single-quoted strings",
276
- "(standard_conforming_strings=on in PostgreSQL, or NO_BACKSLASH_ESCAPES is on",
277
- "in MySQL), then this is valid SQL."
278
- ]
279
- },
280
- {
281
- "name": "string_with_trailing_escaped_backslash.mysql",
282
- "obfuscated": [
283
- "SELECT * FROM table WHERE foo=?"
284
- ],
285
- "dialects": [
286
- "mysql"
287
- ],
288
- "sql": "SELECT * FROM table WHERE foo=\"this string ends with a backslash\\\\\""
289
- },
290
- {
291
- "name": "string_with_trailing_escaped_backslash_single_quoted",
292
- "obfuscated": [
293
- "SELECT * FROM table WHERE foo=?"
294
- ],
295
- "dialects": [
296
- "mysql",
297
- "postgres",
298
- "oracle",
299
- "cassandra",
300
- "sqlite"
301
- ],
302
- "sql": "SELECT * FROM table WHERE foo='this string ends with a backslash\\\\'"
303
- },
304
- {
305
- "name": "string_with_trailing_escaped_quote",
306
- "sql": "SELECT * FROM table WHERE name='foo\\'' AND color='blue'",
307
- "obfuscated": [
308
- "SELECT * FROM table WHERE name=?",
309
- "SELECT * FROM table WHERE name=? AND color=?"
310
- ],
311
- "dialects": [
312
- "mysql",
313
- "postgres",
314
- "oracle",
315
- "cassandra",
316
- "sqlite"
317
- ]
318
- },
319
- {
320
- "name": "string_with_twin_single_quotes",
321
- "obfuscated": [
322
- "INSERT INTO X values(?, ?,?, ? , ?)"
323
- ],
324
- "dialects": [
325
- "mysql",
326
- "postgres",
327
- "oracle",
328
- "cassandra",
329
- "sqlite"
330
- ],
331
- "sql": "INSERT INTO X values('', 'a''b c',0, 1 , 'd''e f''s h')"
332
- },
333
- {
334
- "name": "pathological/end_of_line_comments_with_quotes",
335
- "sql": "SELECT * FROM t WHERE -- '\n bar='baz' -- '",
336
- "obfuscated": [
337
- "SELECT * FROM t WHERE ?\n bar=? ?",
338
- "SELECT * FROM t WHERE ?"
339
- ],
340
- "dialects": [
341
- "mysql",
342
- "postgres",
343
- "oracle",
344
- "cassandra",
345
- "sqlite"
346
- ],
347
- "pathological": true
348
- },
349
- {
350
- "name": "pathological/mixed_comments_and_quotes",
351
- "sql": "SELECT * FROM t WHERE /* ' */ \n bar='baz' -- '",
352
- "obfuscated": [
353
- "SELECT * FROM t WHERE ? \n bar=? ?",
354
- "SELECT * FROM t WHERE ?"
355
- ],
356
- "dialects": [
357
- "mysql",
358
- "postgres",
359
- "oracle",
360
- "cassandra",
361
- "sqlite"
362
- ],
363
- "pathological": true
364
- },
365
- {
366
- "name": "pathological/mixed_quotes_comments_and_newlines",
367
- "sql": "SELECT * FROM t WHERE -- '\n /* ' */ c2='xxx' /* ' */\n c='x\n xx' -- '",
368
- "obfuscated": [
369
- "SELECT * FROM t WHERE ?\n ? c2=? ?\n c=? ?",
370
- "SELECT * FROM t WHERE ?"
371
- ],
372
- "dialects": [
373
- "mysql",
374
- "postgres",
375
- "oracle",
376
- "cassandra",
377
- "sqlite"
378
- ],
379
- "pathological": true
380
- },
381
- {
382
- "name": "pathological/mixed_quotes_end_of_line_comments",
383
- "sql": "SELECT * FROM t WHERE -- '\n c='x\n xx' -- '",
384
- "obfuscated": [
385
- "SELECT * FROM t WHERE ?\n c=? ?",
386
- "SELECT * FROM t WHERE ?"
387
- ],
388
- "dialects": [
389
- "mysql",
390
- "postgres",
391
- "oracle",
392
- "cassandra",
393
- "sqlite"
394
- ],
395
- "pathological": true
396
- },
397
- {
398
- "name": "pathological/quote_delimiters_in_comments",
399
- "sql": "SELECT * FROM foo WHERE col='value1' AND /* don't */ col2='value1' /* won't */",
400
- "obfuscated": [
401
- "SELECT * FROM foo WHERE col=? AND ? col2=? ?",
402
- "SELECT * FROM foo WHERE col=? AND ?"
403
- ],
404
- "dialects": [
405
- "mysql",
406
- "postgres",
407
- "oracle",
408
- "cassandra",
409
- "sqlite"
410
- ],
411
- "pathological": true
412
- },
413
- {
414
- "name": "malformed/unterminated_double_quoted_string.mysql",
415
- "sql": "SELECT * FROM table WHERE foo='bar' AND baz=\"nothing to see here'",
416
- "dialects": [
417
- "mysql"
418
- ],
419
- "obfuscated": [
420
- "?"
421
- ],
422
- "malformed": true
423
- },
424
- {
425
- "name": "malformed/unterminated_single_quoted_string",
426
- "sql": "SELECT * FROM table WHERE foo='bar' AND baz='nothing to see here",
427
- "dialects": [
428
- "mysql",
429
- "postgres",
430
- "oracle",
431
- "cassandra",
432
- "sqlite"
433
- ],
434
- "obfuscated": [
435
- "?"
436
- ],
437
- "malformed": true
438
- },
439
- {
440
- "name": "dollar_quotes",
441
- "sql": "SELECT * FROM \"foo\" WHERE \"foo\" = $a$dollar quotes can be $b$nested$b$$a$ and bar = 'baz'",
442
- "obfuscated": [
443
- "SELECT * FROM \"foo\" WHERE \"foo\" = ? and bar = ?"
444
- ],
445
- "dialects": [
446
- "postgres"
447
- ]
448
- },
449
- {
450
- "name": "variable_substitution_not_mistaken_for_dollar_quotes",
451
- "sql": "INSERT INTO \"foo\" (\"bar\", \"baz\", \"qux\") VALUES ($1, $2, $3) RETURNING \"id\"",
452
- "obfuscated": [
453
- "INSERT INTO \"foo\" (\"bar\", \"baz\", \"qux\") VALUES ($?, $?, $?) RETURNING \"id\""
454
- ],
455
- "dialects": [
456
- "postgres"
457
- ]
458
- },
459
- {
460
- "name": "non_quote_escape",
461
- "sql": "select * from foo where bar = 'some\\tthing' and baz = 10",
462
- "obfuscated": [
463
- "select * from foo where bar = ? and baz = ?"
464
- ],
465
- "dialects": [
466
- "mysql",
467
- "postgres",
468
- "oracle",
469
- "cassandra",
470
- "sqlite"
471
- ]
472
- },
473
- {
474
- "name": "end_of_string_backslash_and_line_comment_with_quite",
475
- "sql": "select * from users where user = 'user1\\' password = 'hunter 2' -- ->don't count this quote",
476
- "obfuscated": [
477
- "select * from users where user = ?"
478
- ],
479
- "dialects": [
480
- "mysql",
481
- "postgres",
482
- "oracle",
483
- "cassandra",
484
- "sqlite"
485
- ],
486
- "pathological": true
487
- },
488
- {
489
- "name": "oracle_bracket_quote",
490
- "sql": "select * from foo where bar=q'[baz's]' and x=5",
491
- "obfuscated": [
492
- "select * from foo where bar=? and x=?"
493
- ],
494
- "dialects": [
495
- "oracle"
496
- ]
497
- },
498
- {
499
- "name": "oracle_brace_quote",
500
- "sql": "select * from foo where bar=q'{baz's}' and x=5",
501
- "obfuscated": [
502
- "select * from foo where bar=? and x=?"
503
- ],
504
- "dialects": [
505
- "oracle"
506
- ]
507
- },
508
- {
509
- "name": "oracle_angle_quote",
510
- "sql": "select * from foo where bar=q'<baz's>' and x=5",
511
- "obfuscated": [
512
- "select * from foo where bar=? and x=?"
513
- ],
514
- "dialects": [
515
- "oracle"
516
- ]
517
- },
518
- {
519
- "name": "oracle_paren_quote",
520
- "sql": "select * from foo where bar=q'(baz's)' and x=5",
521
- "obfuscated": [
522
- "select * from foo where bar=? and x=?"
523
- ],
524
- "dialects": [
525
- "oracle"
526
- ]
527
- },
528
- {
529
- "name": "cassandra_blobs",
530
- "sql": "select * from foo where bar=0xabcdef123 and x=5",
531
- "obfuscated": [
532
- "select * from foo where bar=? and x=?"
533
- ],
534
- "dialects": [
535
- "cassandra",
536
- "sqlite"
537
- ]
538
- },
539
- {
540
- "name": "hex_literals",
541
- "sql": "select * from foo where bar=0x2F and x=5",
542
- "obfuscated": [
543
- "select * from foo where bar=? and x=?"
544
- ],
545
- "dialects": [
546
- "mysql",
547
- "cassandra",
548
- "sqlite"
549
- ]
550
- },
551
- {
552
- "name": "exponential_literals",
553
- "sql": "select * from foo where bar=1.234e-5 and x=5",
554
- "obfuscated": [
555
- "select * from foo where bar=? and x=?"
556
- ],
557
- "dialects": [
558
- "mysql",
559
- "postgres",
560
- "oracle",
561
- "cassandra",
562
- "sqlite"
563
- ]
564
- },
565
- {
566
- "name": "uuid",
567
- "sql": "select * from foo where bar=01234567-89ab-cdef-0123-456789abcdef and x=5",
568
- "obfuscated": [
569
- "select * from foo where bar=? and x=?"
570
- ],
571
- "dialects": [
572
- "postgres",
573
- "cassandra"
574
- ]
575
- },
576
- {
577
- "name": "uuid_with_braces",
578
- "sql": "select * from foo where bar={01234567-89ab-cdef-0123-456789abcdef} and x=5",
579
- "obfuscated": [
580
- "select * from foo where bar=? and x=?"
581
- ],
582
- "dialects": [
583
- "postgres"
584
- ]
585
- },
586
- {
587
- "name": "uuid_no_dashes",
588
- "sql": "select * from foo where bar=0123456789abcdef0123456789abcdef and x=5",
589
- "obfuscated": [
590
- "select * from foo where bar=? and x=?"
591
- ],
592
- "dialects": [
593
- "postgres"
594
- ]
595
- },
596
- {
597
- "name": "uuid_random_dashes",
598
- "sql": "select * from foo where bar={012-345678-9abc-def012345678-9abcdef} and x=5",
599
- "obfuscated": [
600
- "select * from foo where bar=? and x=?"
601
- ],
602
- "dialects": [
603
- "postgres"
604
- ]
605
- },
606
- {
607
- "name": "booleans",
608
- "sql": "select * from foo where bar=true and x=FALSE",
609
- "obfuscated": [
610
- "select * from foo where bar=? and x=?"
611
- ],
612
- "dialects": [
613
- "mysql",
614
- "postgres",
615
- "cassandra",
616
- "sqlite"
617
- ]
618
- }
619
- ]