Commit Graph

5634 Commits (a9f81f763d7930a712f34864b349d8004ff1cb4e)

Author SHA1 Message Date
Burak Velioglu 065db645b9
Move table related part out from metadata 2022-01-19 14:27:13 +03:00
Ahmet Gedemenli 9e6ebe4826 Turn mx on for test file citus_local_tables, on multi-1 schedule 2022-01-19 13:55:51 +03:00
Onur Tirtir 4a53967bdd
Remove an outdated comment from RelationIsAKnownShard (#5629) 2022-01-19 11:24:10 +01:00
Ahmet Gedemenli 37b3f50447
Turn mx on for multi-1 schedule (#5627)
For test files: multi_generate_ddl_commands, multi_repair_shards, multi_create_shards, mixed_relkind_tests
2022-01-19 12:05:54 +03:00
Burak Velioglu b082473563
Address reviews 2 2022-01-19 12:01:42 +03:00
Burak Velioglu 7b84c72aae
Address reviews 2022-01-19 11:26:12 +03:00
Marco Slot 6a43cfa9f2
Merge pull request #5567 from citusdata/marcocitus/hide-shards 2022-01-18 12:34:30 +01:00
Marco Slot 33bfa0b191 Hide shards from application_name's with a specific prefix 2022-01-18 15:20:55 +04:00
Burak Velioglu 505706d6f1
Update password in test 2022-01-18 11:50:43 +03:00
Burak Velioglu a0b5b6fe94
Fix password hashing 2022-01-18 00:23:45 +03:00
Burak Velioglu c092968f0d
Fix tests 2022-01-18 00:07:16 +03:00
Burak Velioglu 34edc252a9
Merge branch 'master' into velioglu/table_wo_seq_prototype 2022-01-17 23:58:07 +03:00
Burak Velioglu 9e81344eaa
Fix metadata sync 2022-01-17 23:41:56 +03:00
Onur Tirtir d98500ac22
Fix a flaky test related with temp columnar table cleanup (#5599)
Wait until old backend to expire to make sure that temp table cleanup
is complete.
2022-01-17 09:26:30 -08:00
Burak Velioglu c96760b06e
Turn mx off again for remaining isolation tests 2022-01-17 18:26:35 +03:00
Ahmet Gedemenli e564220dd5
Fix typo: GetRelationTriggerFunctionDependencyList (#5626) 2022-01-17 18:17:07 +03:00
Burak Velioglu 20634e171e
drop isolation test table 2022-01-17 18:11:49 +03:00
Burak Velioglu 6d668d527a
Add group id to isolation test 2022-01-17 18:02:34 +03:00
Burak Velioglu bf6b7b518e
Add log to isolation test 2022-01-17 17:54:03 +03:00
Burak Velioglu a2c963daa0
Test isolation ordering 2022-01-17 17:42:25 +03:00
Burak Velioglu d4ae743515
Turn mx on for replicate reference isolation test 2022-01-17 17:27:23 +03:00
Burak Velioglu 4ef96f8cdd
Comment isolation test permutations 2022-01-17 17:19:45 +03:00
Burak Velioglu 1f83607224
Comment out master_create_dist_table check 2022-01-17 17:13:27 +03:00
Burak Velioglu 790bf73ec0
Comment out isolation test 2022-01-17 17:01:12 +03:00
Burak Velioglu 4dab78a55a
Minor updates 2022-01-17 16:40:50 +03:00
Ahmet Gedemenli 8936543b80
Create wrapper function CreateObjectAddressDependencyDefList (#5623) 2022-01-17 15:35:40 +03:00
Burak Velioglu 5d1eae732c
Update metadata sync function names 2022-01-17 15:02:53 +03:00
Burak Velioglu 016c6179de
Fix test style 2022-01-17 14:19:44 +03:00
Burak Velioglu 8c27096d2c
Update master_metadata_snapshot to activate_node_snapshot in tests 2022-01-17 12:07:07 +03:00
Burak Velioglu 1ebc2fd6c5
activate_node_snapshot 2022-01-17 11:38:08 +03:00
Burak Velioglu 6fd5f8e658
Move functions 2022-01-16 23:54:04 +03:00
Burak Velioglu aedd09ffdf
Separate command list generation and execution 2022-01-16 23:49:31 +03:00
Burak Velioglu 381871890f
Move DetachPartitionCommandList back 2022-01-16 21:20:39 +03:00
Burak Velioglu e107fb7519
Move DistributedObjectMetadataSyncCommandList back 2022-01-16 21:02:16 +03:00
Burak Velioglu 4ae87e8057
Merge branch 'master' into velioglu/table_wo_seq_prototype 2022-01-16 17:11:04 +03:00
Burak Velioglu cc6c0cf7eb
Address review 2022-01-16 16:55:28 +03:00
Burak Velioglu 04511cc5e0
Adress reviews 2022-01-16 16:44:21 +03:00
Burak Velioglu 5e2e5c3470
Fix indentation for shell table func 2022-01-16 16:24:59 +03:00
Burak Velioglu 427bdf08a0
Use function to get seq dep definition list 2022-01-16 16:15:01 +03:00
Burak Velioglu ef7ddef07d
Test style 2022-01-16 15:57:18 +03:00
Burak Velioglu 9dc9d0d4dd
citus indent 2022-01-16 15:44:45 +03:00
Burak Velioglu fc307afdc4
Use function to get table command list and fix isolation test 2022-01-16 15:42:54 +03:00
Burak Velioglu 041a8c3d73
Revert truncate back 2022-01-16 15:10:04 +03:00
Burak Velioglu 060e6bf02f
Update truncate with delete from for metadata table 2022-01-15 23:24:17 +03:00
Ying Xu 4dca662e97
Making Columnar Dependency Free from Citus (#5622)
* Removed distributed dependency in columnar_metadata.c

* Changed columnar_debug.c so that it no longer needed distributed/tuplestore and made it return a record instead of a tuplestore

* removed distributed/commands.h dependency

* Made columnar_tableam.c dependency-free

* Fixed spacing for columnar_store_memory_stats function

* indentation fix

* fixed test failures
2022-01-14 09:43:05 -08:00
Burak Velioglu f29af1e23e
Check isolation test 2022-01-14 12:41:54 +03:00
Burak Velioglu 16807343b4
Update tests 2022-01-14 11:35:19 +03:00
Burak Velioglu 2d85858c26
Check isolation tests 2022-01-14 11:31:04 +03:00
Burak Velioglu f0536fa299
Check manual value for test 2022-01-14 11:18:20 +03:00
Onur Tirtir 70d8e1fe97
Assert that we will create indexes on shards via local execution (#5620) 2022-01-13 17:09:57 +01:00