Skip to content

Commit

Permalink
server: remove outdated TODO
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
tbg committed Jun 4, 2020
1 parent b0a410b commit 5ccec3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/server/testserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,6 @@ func (d dummyProtectedTSProvider) Protect(context.Context, *kv.Txn, *ptpb.Record
return errors.New("fake protectedts.Provider")
}

// TODO(asubiotto): Jobs don't play well with a weird node ID in a multitenant
// environment, so a node ID of 1 is used here to get tests to pass. Fixing
// this is tracked in https://github.com/cockroachdb/cockroach/issues/47892.
const fakeNodeID = roachpb.NodeID(123456789)

func makeSQLServerArgs(
Expand Down

0 comments on commit 5ccec3f

Please sign in to comment.