Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added memory ballast e2e behavior test #85

Merged
merged 1 commit into from
Jul 2, 2019
Merged

Added memory ballast e2e behavior test #85

merged 1 commit into from
Jul 2, 2019

Conversation

owais
Copy link
Contributor

@owais owais commented Jul 1, 2019

Added a new test that verifies that the ballast behaves only counts to
virtual memory and is not actually allocated.

Also added tests/results/BASELINE.md to act as the baseline test
results file. The TESTRESULTS.md file was modified on every run and it
would change in every PR from every contributor. It added additional
work when one didn't want to include it in a PR which was most of the
time. Only time it should be updated is when someone adds or updates a
new perf test.

@codecov-io
Copy link

codecov-io commented Jul 1, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@4979bbd). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #85   +/-   ##
========================================
  Coverage          ?   71.6%           
========================================
  Files             ?      95           
  Lines             ?    6100           
  Branches          ?       0           
========================================
  Hits              ?    4368           
  Misses            ?    1505           
  Partials          ?     227

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4979bbd...8bdfe27. Read the comment docs.

tigrannajaryan
tigrannajaryan previously approved these changes Jul 1, 2019
pjanotti
pjanotti previously approved these changes Jul 1, 2019
testbed/testbed/options.go Show resolved Hide resolved
testbed/tests/e2e_test.go Show resolved Hide resolved
testbed/tests/e2e_test.go Show resolved Hide resolved
tigrannajaryan
tigrannajaryan previously approved these changes Jul 2, 2019
tigrannajaryan
tigrannajaryan previously approved these changes Jul 2, 2019
Added a new test that verifies that the ballast behaves only counts to
virtual memory and is not actually allocated.

Also added `tests/results/BASELINE.md` to act as the baseline test
results file. The TESTRESULTS.md file was modified on every run and it
would change in every PR from every contributor. It added additional
work when one didn't want to include it in a PR which was most of the
time. Only time it should be updated is when someone adds or updates a
new perf test.
pjanotti referenced this pull request in pjanotti/opentelemetry-service Jul 2, 2019
- Shorter names for variables and types.
- Print flag values instead of pointer values.
- Use -config instead of -exporters-yaml because config contains more than exporters.
@tigrannajaryan tigrannajaryan merged commit 6b130d6 into open-telemetry:master Jul 2, 2019
@owais owais deleted the ballast-mem-behaviour-test branch July 3, 2019 18:12
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this pull request Nov 11, 2021
* add propagation api.

* add http propagator interface and w3c propagator implementation.

* remove Extract api from trace.

* remove Extract interface for tracer.

* fix copyright.

* fix variable names and comments.

* move inject/extract out of trace.

* replace INVALID_SPAN_CONTEXT with EmptySpanContext function.

* fix tag.Map.

* make carrier as interface instead of http.Request.

* rename structs and update doc comments..

* add doc.go

* update doc.

* add noop propagator.

* add new propagation api with Supplier interface.
- added Default Tracer which simply propagates SpanContext.
- added CopyOfRemote option to simply create remote span.

* remove old propagator.

* rename propagator to TextFormatPropagator.

* rename default tracer/span as pass_through tracer/span.

* add test for pass through tracer.

* add missing interface to pass through tracer.

* return SpanContext instead of contex.Context from Extract interface.
- also remove PassThroughTracer

* fix review comments.

* add more test cases for traceContext extraction.

* remove tidy temporarily from circle-ci target to avoid build failure.

* allow header ending in dash '-'.

* add inject test for non-zero value other than 01 for traceoption

* add AddLink and Link interface to MockSpan

* fix running go mod tidy on every build.
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this pull request Apr 27, 2023
* Configure dependabot

Also better organize Makefile
swiatekm pushed a commit to swiatekm/opentelemetry-collector that referenced this pull request Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants