Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit cd67d47

Browse files
committed
added tracking bug for invalid column allow timestamp validation
1 parent eea7ffa commit cd67d47

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITCommitTimestampTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,9 @@ public void invalidColumnOptionValue() throws Exception {
229229

230230
@Test
231231
public void invalidColumnType() throws Exception {
232-
assumeFalse("Validation not available in experimental host mode", isExperimentalHost());
232+
assumeFalse(
233+
"Validation currently not available in experimental host mode - tracked via b/442339325",
234+
isExperimentalHost());
233235
// error_catalog error OptionErrorList
234236
String statement = "ALTER TABLE T ADD COLUMN T4 INT64 OPTIONS (allow_commit_timestamp=true)";
235237
try {

0 commit comments

Comments
 (0)