Skip to content

Commit

Permalink
Merge #89107 #89762
Browse files Browse the repository at this point in the history
89107: roachtest: Add GH issues for asyncpg and rust-pg r=ZhouXing19 a=rimadeodhar

This PR maps expected test failures for asyncpg
and rust-pg roachtests to tracking issues in GH for unsupported features. This mapping will help
prioritize implementing issues as well as updating the tests once issues are resolved.

Release note: None
Epic: None

89762: kvserver: remove unused Protobuf import r=erikgrinaker a=erikgrinaker

Resolves the following build error:

```
INFO: From Generating Descriptor Set proto_library //pkg/kv/kvserver:kvserver_proto:
kv/kvserver/api.proto:16:1: warning: Import roachpb/internal_raft.proto but not used.
```

Epic: None

Release note: None

Co-authored-by: rimadeodhar <[email protected]>
Co-authored-by: Erik Grinaker <[email protected]>
  • Loading branch information
3 people committed Oct 11, 2022
3 parents b31edd7 + 0bd75d9 + b6ae39b commit b955fd6
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 127 deletions.
118 changes: 59 additions & 59 deletions pkg/cmd/roachtest/tests/asyncpg_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,47 +27,47 @@ var asyncpgBlocklists = blocklistsForVersion{
var asyncpgBlocklist22_2 = asyncpgBlocklist22_1

var asyncpgBlocklist22_1 = blocklist{
"test_cache_invalidation.TestCacheInvalidation.test_prepare_cache_invalidation_in_pool": "unknown",
"test_cache_invalidation.TestCacheInvalidation.test_prepare_cache_invalidation_in_transaction": "unknown",
"test_cache_invalidation.TestCacheInvalidation.test_prepare_cache_invalidation_silent": "unknown",
"test_cache_invalidation.TestCacheInvalidation.test_prepared_type_cache_invalidation": "unknown",
"test_cache_invalidation.TestCacheInvalidation.test_type_cache_invalidation_in_cancelled_transaction": "unknown",
"test_cache_invalidation.TestCacheInvalidation.test_type_cache_invalidation_in_pool": "unknown",
"test_cache_invalidation.TestCacheInvalidation.test_type_cache_invalidation_in_transaction": "unknown",
"test_cache_invalidation.TestCacheInvalidation.test_type_cache_invalidation_on_change_attr": "unknown",
"test_cache_invalidation.TestCacheInvalidation.test_type_cache_invalidation_on_drop_type_attr": "unknown",
"test_codecs.TestCodecs.test_array_with_custom_json_text_codec": "unknown",
"test_codecs.TestCodecs.test_composites_in_arrays": "unknown",
"test_codecs.TestCodecs.test_enum": "unknown",
"test_codecs.TestCodecs.test_enum_and_range": "unknown",
"test_codecs.TestCodecs.test_enum_function_return": "unknown",
"test_codecs.TestCodecs.test_enum_in_array": "unknown",
"test_codecs.TestCodecs.test_enum_in_composite": "unknown",
"test_codecs.TestCodecs.test_invalid_input": "unknown",
"test_codecs.TestCodecs.test_relacl_array_type": "unknown",
"test_codecs.TestCodecs.test_timetz_encoding": "unknown",
"test_codecs.TestCodecs.test_unhandled_type_fallback": "unknown",
"test_codecs.TestCodecs.test_unknown_type_text_fallback": "unknown",
"test_cache_invalidation.TestCacheInvalidation.test_prepare_cache_invalidation_in_pool": "experimental support - https://github.com/cockroachdb/cockroach/issues/49329",
"test_cache_invalidation.TestCacheInvalidation.test_prepare_cache_invalidation_in_transaction": "experimental support - https://github.com/cockroachdb/cockroach/issues/49329",
"test_cache_invalidation.TestCacheInvalidation.test_prepare_cache_invalidation_silent": "experimental support - https://github.com/cockroachdb/cockroach/issues/49329",
"test_cache_invalidation.TestCacheInvalidation.test_prepared_type_cache_invalidation": "experimental support - https://github.com/cockroachdb/cockroach/issues/49329",
"test_cache_invalidation.TestCacheInvalidation.test_type_cache_invalidation_in_cancelled_transaction": "experimental support - https://github.com/cockroachdb/cockroach/issues/49329",
"test_cache_invalidation.TestCacheInvalidation.test_type_cache_invalidation_in_pool": "experimental support - https://github.com/cockroachdb/cockroach/issues/49329",
"test_cache_invalidation.TestCacheInvalidation.test_type_cache_invalidation_in_transaction": "experimental support - https://github.com/cockroachdb/cockroach/issues/49329",
"test_cache_invalidation.TestCacheInvalidation.test_type_cache_invalidation_on_change_attr": "experimental support - https://github.com/cockroachdb/cockroach/issues/49329",
"test_cache_invalidation.TestCacheInvalidation.test_type_cache_invalidation_on_drop_type_attr": "experimental support - https://github.com/cockroachdb/cockroach/issues/49329",
"test_codecs.TestCodecs.test_array_with_custom_json_text_codec": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/23468",
"test_codecs.TestCodecs.test_composites_in_arrays": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/27792",
"test_codecs.TestCodecs.test_enum": "query decorrelation - https://github.com/cockroachdb/cockroach/issues/80169",
"test_codecs.TestCodecs.test_enum_and_range": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/27791",
"test_codecs.TestCodecs.test_enum_function_return": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/17511",
"test_codecs.TestCodecs.test_enum_in_array": "query decorrelation - https://github.com/cockroachdb/cockroach/issues/80169",
"test_codecs.TestCodecs.test_enum_in_composite": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/27792",
"test_codecs.TestCodecs.test_invalid_input": "default int size discrepancy",
"test_codecs.TestCodecs.test_relacl_array_type": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/40283",
"test_codecs.TestCodecs.test_timetz_encoding": "multiple active portals unsupported - https://github.com/cockroachdb/cockroach/issues/40195",
"test_codecs.TestCodecs.test_unhandled_type_fallback": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/54516",
"test_codecs.TestCodecs.test_unknown_type_text_fallback": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/54516",
"test_codecs.TestCodecs.test_void": "unknown",
"test_connect.TestSettings.test_get_settings_01": "unknown",
"test_copy.TestCopyFrom.test_copy_from_query_basics": "unknown",
"test_copy.TestCopyFrom.test_copy_from_query_cancellation_explicit": "unknown",
"test_copy.TestCopyFrom.test_copy_from_query_cancellation_on_sink_error": "unknown",
"test_copy.TestCopyFrom.test_copy_from_query_cancellation_while_waiting_for_data": "unknown",
"test_copy.TestCopyFrom.test_copy_from_query_timeout_1": "unknown",
"test_copy.TestCopyFrom.test_copy_from_query_timeout_2": "unknown",
"test_copy.TestCopyFrom.test_copy_from_query_to_path": "unknown",
"test_copy.TestCopyFrom.test_copy_from_query_to_path_like": "unknown",
"test_copy.TestCopyFrom.test_copy_from_query_to_sink": "unknown",
"test_copy.TestCopyFrom.test_copy_from_query_with_args": "unknown",
"test_copy.TestCopyFrom.test_copy_from_table_basics": "unknown",
"test_copy.TestCopyFrom.test_copy_from_table_large_rows": "unknown",
"test_copy.TestCopyTo.test_copy_records_to_table_1": "unknown",
"test_copy.TestCopyTo.test_copy_records_to_table_async": "unknown",
"test_copy.TestCopyFrom.test_copy_from_query_basics": "unsupported copy syntax",
"test_copy.TestCopyFrom.test_copy_from_query_cancellation_explicit": "unsupported copy syntax",
"test_copy.TestCopyFrom.test_copy_from_query_cancellation_on_sink_error": "unsupported copy syntax",
"test_copy.TestCopyFrom.test_copy_from_query_cancellation_while_waiting_for_data": "unsupported copy syntax",
"test_copy.TestCopyFrom.test_copy_from_query_timeout_1": "unsupported copy syntax",
"test_copy.TestCopyFrom.test_copy_from_query_timeout_2": "unsupported copy syntax",
"test_copy.TestCopyFrom.test_copy_from_query_to_path": "unsupported copy syntax",
"test_copy.TestCopyFrom.test_copy_from_query_to_path_like": "unsupported copy syntax",
"test_copy.TestCopyFrom.test_copy_from_query_to_sink": "unsupported copy syntax",
"test_copy.TestCopyFrom.test_copy_from_query_with_args": "unsupported copy syntax",
"test_copy.TestCopyFrom.test_copy_from_table_basics": "no support for COPY TO - https://github.com/cockroachdb/cockroach/issues/85571",
"test_copy.TestCopyFrom.test_copy_from_table_large_rows": "no support for COPY TO - https://github.com/cockroachdb/cockroach/issues/85571",
"test_copy.TestCopyTo.test_copy_records_to_table_1": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/85572",
"test_copy.TestCopyTo.test_copy_records_to_table_async": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/85572",
"test_copy.TestCopyTo.test_copy_to_table_basics": "unknown",
"test_cursor.TestCursor.test_cursor_02": "unknown",
"test_cursor.TestCursor.test_cursor_02": "multiple active portals unsupported - https://github.com/cockroachdb/cockroach/issues/40195",
"test_cursor.TestCursor.test_cursor_04": "unknown",
"test_cursor.TestIterableCursor.test_cursor_iterable_02": "unknown",
"test_cursor.TestIterableCursor.test_cursor_iterable_02": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/77099",
"test_exceptions.TestExceptions.test_exceptions_str": "unknown",
"test_exceptions.TestExceptions.test_exceptions_unpacking": "unknown",
"test_execute.TestExecuteMany.test_executemany_client_failure_in_transaction": "unknown",
Expand All @@ -80,34 +80,34 @@ var asyncpgBlocklist22_1 = blocklist{
"test_execute.TestExecuteMany.test_executemany_timeout_flow_control": "unknown",
"test_execute.TestExecuteScript.test_execute_script_3": "unknown",
"test_execute.TestExecuteScript.test_execute_script_check_transactionality": "unknown",
"test_introspection.TestIntrospection.test_introspection_no_stmt_cache_01": "unknown",
"test_introspection.TestIntrospection.test_introspection_no_stmt_cache_02": "unknown",
"test_introspection.TestIntrospection.test_introspection_no_stmt_cache_03": "unknown",
"test_introspection.TestIntrospection.test_introspection_on_large_db": "unknown",
"test_introspection.TestIntrospection.test_introspection_retries_after_cache_bust": "unknown",
"test_introspection.TestIntrospection.test_introspection_sticks_for_ps": "unknown",
"test_listeners.TestListeners.test_listen_01": "unknown",
"test_listeners.TestListeners.test_listen_02": "unknown",
"test_listeners.TestListeners.test_listen_notletters": "unknown",
"test_listeners.TestLogListeners.test_log_listener_01": "unknown",
"test_listeners.TestLogListeners.test_log_listener_02": "unknown",
"test_listeners.TestLogListeners.test_log_listener_03": "unknown",
"test_pool.TestPool.test_pool_remote_close": "unknown",
"test_introspection.TestIntrospection.test_introspection_no_stmt_cache_01": "query decorrelation - https://github.com/cockroachdb/cockroach/issues/80169",
"test_introspection.TestIntrospection.test_introspection_no_stmt_cache_02": "query decorrelation - https://github.com/cockroachdb/cockroach/issues/80169",
"test_introspection.TestIntrospection.test_introspection_no_stmt_cache_03": "query decorrelation - https://github.com/cockroachdb/cockroach/issues/80169",
"test_introspection.TestIntrospection.test_introspection_on_large_db": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/22456",
"test_introspection.TestIntrospection.test_introspection_retries_after_cache_bust": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/27796",
"test_introspection.TestIntrospection.test_introspection_sticks_for_ps": "query decorrelation - https://github.com/cockroachdb/cockroach/issues/80169",
"test_listeners.TestListeners.test_listen_01": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/41522",
"test_listeners.TestListeners.test_listen_02": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/41522",
"test_listeners.TestListeners.test_listen_notletters": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/41522",
"test_listeners.TestLogListeners.test_log_listener_01": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/17511",
"test_listeners.TestLogListeners.test_log_listener_02": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/17511",
"test_listeners.TestLogListeners.test_log_listener_03": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/17511",
"test_pool.TestPool.test_pool_remote_close": "unsupported pg_terminate_backend() function",
"test_prepare.TestPrepare.test_prepare_08_big_result": "unknown",
"test_prepare.TestPrepare.test_prepare_09_raise_error": "unknown",
"test_prepare.TestPrepare.test_prepare_09_raise_error": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/17511",
"test_prepare.TestPrepare.test_prepare_14_explain": "unknown",
"test_prepare.TestPrepare.test_prepare_16_command_result": "unknown",
"test_prepare.TestPrepare.test_prepare_19_concurrent_calls": "unknown",
"test_prepare.TestPrepare.test_prepare_22_empty": "unknown",
"test_prepare.TestPrepare.test_prepare_28_max_args": "unknown",
"test_prepare.TestPrepare.test_prepare_31_pgbouncer_note": "unknown",
"test_prepare.TestPrepare.test_prepare_statement_invalid": "unknown",
"test_record.TestRecord.test_record_subclass_01": "unknown",
"test_record.TestRecord.test_record_subclass_02": "unknown",
"test_record.TestRecord.test_record_subclass_03": "unknown",
"test_record.TestRecord.test_record_subclass_04": "unknown",
"test_utils.TestUtils.test_mogrify_multiple": "unknown",
"test_utils.TestUtils.test_mogrify_simple": "unknown",
"test_prepare.TestPrepare.test_prepare_31_pgbouncer_note": "unsupported feature - https://github.com/cockroachdb/cockroach/issues/17511",
"test_prepare.TestPrepare.test_prepare_statement_invalid": "experimental feature - https://github.com/cockroachdb/cockroach/issues/49329",
"test_record.TestRecord.test_record_subclass_01": "multiple active portals unsupported - https://github.com/cockroachdb/cockroach/issues/40195",
"test_record.TestRecord.test_record_subclass_02": "multiple active portals unsupported - https://github.com/cockroachdb/cockroach/issues/40195",
"test_record.TestRecord.test_record_subclass_03": "multiple active portals unsupported - https://github.com/cockroachdb/cockroach/issues/40195",
"test_record.TestRecord.test_record_subclass_04": "multiple active portals unsupported - https://github.com/cockroachdb/cockroach/issues/40195",
"test_utils.TestUtils.test_mogrify_multiple": "query decorrelation - https://github.com/cockroachdb/cockroach/issues/80169",
"test_utils.TestUtils.test_mogrify_simple": "query decorrelation - https://github.com/cockroachdb/cockroach/issues/80169",
}
var asyncpgBlocklist21_2 = blocklist{
"test_cache_invalidation.TestCacheInvalidation.test_prepare_cache_invalidation_in_pool": "unknown",
Expand Down
Loading

0 comments on commit b955fd6

Please sign in to comment.