Skip to content

[Feature]: Upgrade e2e storage tests to use v2 Storage API and OTLP #7050

@yurishkuro

Description

@yurishkuro

Requirement

When we test storage implementations in e2e tests we should be using v2 Storage API

Problem

The existing e2e tests work off the v1 model which does not adequately represent some edge cases possible in OTLP data model, such as scope attributes.

s.writeTrace(t, trace)

Proposal

  • Upgrade this write path to use v2 Storage API (TraceWriter)
  • Remove unnecessary downgrades done in the tests themselves, leave the downgrades to the storage implementations (when they don't yet support v2 API)
  • Incrementally swap test fixtures to be stored as OTLP JSON instead of v1 model JSON

Open questions

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions