Skip to content

TestAsyncTelemetryHook_Close must be removed #2299

@algonautshant

Description

@algonautshant

Summary

TestAsyncTelemetryHook_Close and TestAsyncTelemetryHook_QueueDepth in logging/telemetryhook_test.go were likely disabled since forever.

It uses a mock telemetry hook, but the code expects a telemetryFilteredHook in createAsyncHookLevels to change the hook to ready, so that the hook's Fire gets called.
However, the conversion of wrappedHook from go-algorand/logging.mockTelemetryHook is failing.

Scope/Requirements

This tests needs to be removed.

Urgency/Relative Priority

Not a high priority, since this was disables forever.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions