Skip to content

Commit

Permalink
drop in a TODO for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
electron0zero committed Sep 20, 2024
1 parent 3f0e018 commit 2b8b2b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/querier/querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ func (q *Querier) stopping(_ error) error {
return nil
}

// FIXME: most of the methods in this file are not tested,
// and should be tested to make sure we don't break them.

// FindTraceByID implements tempopb.Querier.
func (q *Querier) FindTraceByID(ctx context.Context, req *tempopb.TraceByIDRequest, timeStart int64, timeEnd int64) (*tempopb.TraceByIDResponse, error) {
if !validation.ValidTraceID(req.TraceID) {
Expand Down

0 comments on commit 2b8b2b1

Please sign in to comment.