sql/row: TestJobBackedSeqChunkProvider incorrectly uses keys.TODOSQLCodec #82886
Labels
A-disaster-recovery
A-multitenancy
Related to multi-tenancy
A-testing
Testing tools and infrastructure
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-disaster-recovery
Forked from #48123.
Describe the problem
In
TestJobBackedSeqChunkProvider
, (sql/row/expr_walker_test.go
), aneval.Context
is instantiated near the top withkeys.TODOSQLCodec
. This is incorrect.Expected behavior
Instead, the test should bind the
eval.Context
to the SQLCodec coming from the TestServer.(After #76582, this will be automatically and probabilistically assinged to either a system tenant codec or a secondary tenant codec.)
cc @adityamaru for triage
Jira issue: CRDB-16712
The text was updated successfully, but these errors were encountered: