File tree Expand file tree Collapse file tree 1 file changed +18
-11
lines changed
pkg/ccl/logictestccl/testdata/logic_test Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -227,20 +227,27 @@ DROP TABLE supermarket
227227----
228228NOTICE: setting transaction isolation level to SERIALIZABLE due to schema change
229229
230- query T noticetrace
231- DROP USER testuser
232- ----
233- NOTICE: setting transaction isolation level to SERIALIZABLE due to schema change
230+ # Skip test cases for user/role creation, removal, and inheritance, as they are
231+ # flaky. https://github.com/cockroachdb/cockroach/pull/157072 should help, but
232+ # we are not backporting that to the 25.4 branch.
234233
235- query T noticetrace
236- CREATE USER testuser
237- ----
238- NOTICE: setting transaction isolation level to SERIALIZABLE due to schema change
234+ # query T noticetrace
235+ # DROP USER testuser
236+ # ----
237+ # NOTICE: setting transaction isolation level to SERIALIZABLE due to schema change
239238
240- query T noticetrace
239+ # query T noticetrace
240+ # CREATE USER testuser
241+ # ----
242+ # NOTICE: setting transaction isolation level to SERIALIZABLE due to schema change
243+
244+ # query T noticetrace
245+ # GRANT admin TO testuser
246+ # ----
247+ # NOTICE: setting transaction isolation level to SERIALIZABLE due to schema change
248+
249+ statement ok
241250GRANT admin TO testuser
242- ----
243- NOTICE: setting transaction isolation level to SERIALIZABLE due to schema change
244251
245252query T noticetrace
246253GRANT SELECT ON foo TO testuser
You can’t perform that action at this time.
0 commit comments