Commit Graph

12 Commits

Author SHA1 Message Date
Rajkumar Rangaraj 31adafea2f
Fix ILogger instrumentation for non-host console app (#1300) 2022-09-29 17:40:53 +00:00
Rasmus Kuusmann fac86e25b6
Update GraphQL semantics (#1222)
* update graphql semantics

* Cleanup tags

* fix query bug

* fix WebServerSpanExpectation

* remove unnecessary library name expectation

* fix span library expectation for net462

* remove env and version

* Update test/IntegrationTests/Helpers/Models/SpanExpectation.cs

* refactor

* remove obsolete http requests

* PR feedback

Co-authored-by: Zach Montoya <zach.montoya@datadoghq.com>

* Update CHANGELOG.md

Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Zach Montoya <zach.montoya@datadoghq.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
2022-09-21 11:32:15 -07:00
Piotr Kiełkowicz d4be5903f1
Prometheus.Tests - log test app output (#1239) 2022-09-19 11:53:19 +00:00
Piotr Kiełkowicz 7074a03a29
Stabilize Smoke and Plugins tests (#1233) 2022-09-15 14:17:00 +02:00
Piotr Kiełkowicz 9a859d8053
dotnet-format check step (#1121)
* cleanup

* dotnet format verification step
taken from OTel contrib repo

* dotnet-format fixes

* revert changes in vendored code

* revert changes in core clr code + mark as autogenerated

Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2022-08-24 22:41:18 -07:00
Piotr Kiełkowicz ee32f06069
Test source instrumentation without CLR Profiler (#1084)
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-08-17 12:44:30 -07:00
Paulo Janotti 82a5ad9d3c
Fix flaky test PrometheusExporter (#1068) 2022-08-10 15:42:19 +00:00
Piotr Kiełkowicz ecfe880ce1
Common method to write testapp header (#936)
* Common method to write testapp header

* code review feedback

* code review feedback
2022-07-15 09:38:31 -07:00
Robert Pająk b413fde253
Add Prometheus exporter integration test (#918)
* Add Prometheus exporter integration test

* Refactor
2022-07-05 09:21:13 -07:00
Robert Pająk 77998bde98
Add PluginsTests (#910)
* Add PluginsTests

* Refactor RunTestApplicationAndWaitForExit

* Refactor MockZipkinCollector

* Refactor MockCollector

* Update test/IntegrationTests/Helpers/TestHelper.cs

Co-authored-by: Chris Ventura <45495992+nrcventura@users.noreply.github.com>

* Update PluginsTests.cs

Co-authored-by: Chris Ventura <45495992+nrcventura@users.noreply.github.com>
2022-07-01 11:53:02 -07:00
Rajkumar Rangaraj 243025eb8f
Manual metrics test (#898) 2022-06-29 22:33:26 +02:00
Robert Pająk f94589b41c
Add SmokeTests.ApplicationIsIncluded (#905)
* Add ApplicationIsIncluded test

* Rename AssertExpectationsMet to AssertSpanExpectations

* Refactor

* Refactor

* Refactor

* Rename TestApplication.StartupHook to TestApplication.Smoke

* Fix SmokeTests
2022-06-29 09:41:38 -07:00