[Debugger] Fixed serialization issues in producing snapshots#3064
Merged
Conversation
GreenMatan
force-pushed
the
matang/fixing-snapshot-serialization
branch
from
August 9, 2022 08:48
293b3ff to
674d746
Compare
GreenMatan
marked this pull request as ready for review
August 9, 2022 08:49
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
GreenMatan
force-pushed
the
matang/fixing-snapshot-serialization
branch
from
August 10, 2022 11:59
c7ecea7 to
fac7b7d
Compare
This comment has been minimized.
This comment has been minimized.
GreenMatan
force-pushed
the
matang/fixing-snapshot-serialization
branch
from
August 10, 2022 14:31
fac7b7d to
cab4701
Compare
anna-git
reviewed
Aug 10, 2022
GreenMatan
force-pushed
the
matang/fixing-snapshot-serialization
branch
from
August 10, 2022 14:54
cab4701 to
f424a12
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
GreenMatan
force-pushed
the
matang/fixing-snapshot-serialization
branch
from
August 14, 2022 08:32
f424a12 to
2dfee63
Compare
This comment has been minimized.
This comment has been minimized.
GreenMatan
force-pushed
the
matang/fixing-snapshot-serialization
branch
3 times, most recently
from
August 16, 2022 14:52
71871ea to
79126d6
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
GreenMatan
force-pushed
the
matang/fixing-snapshot-serialization
branch
from
August 17, 2022 08:30
79126d6 to
a5bb5b7
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
dudikeleti
approved these changes
Aug 17, 2022
GreenMatan
force-pushed
the
matang/fixing-snapshot-serialization
branch
from
August 17, 2022 12:36
a5bb5b7 to
f3899cd
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
GreenMatan
force-pushed
the
matang/fixing-snapshot-serialization
branch
from
August 18, 2022 14:01
f3899cd to
d31256f
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
GreenMatan
force-pushed
the
matang/fixing-snapshot-serialization
branch
from
August 22, 2022 12:09
d31256f to
732c609
Compare
This comment has been minimized.
This comment has been minimized.
GreenMatan
force-pushed
the
matang/fixing-snapshot-serialization
branch
from
August 23, 2022 09:08
732c609 to
6c82da9
Compare
Member
Benchmarks Report 🐌Benchmarks for #3064 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored. Benchmark detailsBenchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AppSecBodyBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AspNetCoreBenchmark - Unknown 🤷 Same allocations ✔️Raw results
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.SpanBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.TraceAnnotationsBenchmark - Same speed ✔️ Same allocations ✔️Raw results
|
Member
Code Coverage Report 📊✔️ Merging #3064 into master will not change line coverage
View the full report for further details: Datadog.Trace Breakdown ✔️
The following classes have significant coverage changes.
The following classes were added in #3064:
View the full reports for further details: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes
Fixed various snapshot serialization issues that resulted in failure of producing snapshots.
Test coverage
Added a test
MultidimensionalArrayTestthat reproduced an issue seen in a method that resides in theNewtonsoft.Jsonpackage.