Commit 133dc2e
Merge #158593
158593: roachtest: deflake network/authentication/nodes=4 r=iskettaneh a=iskettaneh
Recently (#158085) we stopped allowing acess to crdb_internal by default. Roachtests usually set a session variable to override that: https://github.com/cockroachdb/cockroach/blob/0eb1ca14aafbe71de1cfd0a7f200b8df50702e94/pkg/cmd/roachtest/cluster.go#L2986 However, this specific test runs a one-off command using CLI: "./cockroach sql -e".
This commit sets that session var for this command.
Fixes: #158550
Release note: None
Co-authored-by: iskettaneh <173953022+iskettaneh@users.noreply.github.com>1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
| |||
0 commit comments