Discover Packages
github.com/streamingfast/substreams
test
package
Version:
v1.1.17
Opens a new window with list of versions in this module.
Published: Oct 10, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Integration tests
To run the integration test you need to set your ENV var SUBSTREAMS_INTEGRATION_TESTS=true
. By default
the tracing is disabled in integration tests. To enable the tracing following the steps below
Tracing
Note: I'm getting an error with jaeger
Run a tracing client (jaeger, zipkin...). Don't run both, choose one
# running zipkin
docker run -p 9411:9411 openzipkin/zipkin
# running zipkin jaeger
docker run --name jaeger \
-e COLLECTOR_OTLP_ENABLED=true \
-p 16686:16686 \
-p 4317:4317 \
-p 4318:4318 \
jaegertracing/all-in-one:1.35
Run test with ENV var
Zipkin: SF_TRACING=zipkin://localhost:9411?scheme=http
Jaeger: SF_TRACING=jaeger://localhost:4317?scheme=http
Wait a few seconds after the test is complete to see the trace in your browser:
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.