gindibay
d46a8394a3
Fixes compile error
2023-10-13 14:17:14 +03:00
gindibay
df715a0402
Fixes indent
2023-10-13 14:17:14 +03:00
gindibay
134ec8f428
Fixes compile error for PG 14
2023-10-13 14:17:14 +03:00
gindibay
6096a0ed57
Adds missing types
2023-10-13 14:17:14 +03:00
gindibay
e7f8058016
Removes T_Boolean since it breaks pg14 compile
2023-10-13 14:17:14 +03:00
gindibay
82358fb37d
Fixes indentation
2023-10-13 14:17:13 +03:00
gindibay
0bf1c2c139
Refactors the code to make more managable
2023-10-13 14:17:13 +03:00
gindibay
09d201d1a8
Fixes pg15 output
2023-10-13 14:17:13 +03:00
gindibay
7bccf93183
Fixes icu locale
2023-10-13 14:17:13 +03:00
gindibay
d55ecc23ae
Updates test results
2023-10-13 14:17:13 +03:00
gindibay
32d74d9521
Fixes collate and ctype
2023-10-13 14:17:13 +03:00
gindibay
ddea1c897b
Removes iculocale
2023-10-13 14:17:13 +03:00
gindibay
da46878a8f
Fixes Locale
2023-10-13 14:17:13 +03:00
gindibay
031b6480f2
Fixes locale
2023-10-13 14:17:13 +03:00
gindibay
576264ceca
Fixes UTF error
2023-10-13 14:17:13 +03:00
gindibay
3050b0eab9
Fixes pg15 tests
2023-10-13 14:17:13 +03:00
gindibay
214ebc4374
Fixes encodings for pg16
2023-10-13 14:17:13 +03:00
gindibay
6f36556724
Revert "Removes pg15 changes to test unusal failures"
...
This reverts commit 85963e9cb5
.
2023-10-13 14:17:13 +03:00
gindibay
a7112fb965
Adds tablespace to test tablespace statement
2023-10-13 14:17:13 +03:00
gindibay
6913496f42
Fixes tests
2023-10-13 14:17:13 +03:00
gindibay
94abb07409
Fixes indentation
2023-10-13 14:17:13 +03:00
gindibay
1f578791bb
Fixes pg_dist_object delete problem
2023-10-13 14:17:13 +03:00
gindibay
51d1560b34
Adds OID to see the error cause
2023-10-13 14:17:13 +03:00
gindibay
c3d773ac6f
Changes test order
2023-10-13 14:17:13 +03:00
gindibay
1d9c02fab9
Changes schedule location
2023-10-13 14:17:13 +03:00
gindibay
5eb87839b6
Rollbacks last test
2023-10-13 14:17:13 +03:00
gindibay
acece9818c
Rollbacks pg_regress_multi
2023-10-13 14:17:13 +03:00
gindibay
c7304abd54
Fixes pg15 file
2023-10-13 14:17:13 +03:00
gindibay
14618878c8
Tests error cause
2023-10-13 14:17:13 +03:00
gindibay
29093e042a
Removes pg15 changes to test unusal failures
2023-10-13 14:17:13 +03:00
gindibay
aa47ca8bda
Fixes tablespace results
2023-10-13 14:17:13 +03:00
gindibay
4c79788936
Fixes tablespace error
2023-10-13 14:17:13 +03:00
gindibay
b01c9ffb45
Removes unnecessary fileds from selects
2023-10-13 14:17:13 +03:00
gindibay
d0bd20c9b1
Fixes tests
2023-10-13 14:17:13 +03:00
gindibay
25488afccd
Changes encoding
2023-10-13 14:17:13 +03:00
gindibay
a5e0b9411a
Adds tests for create and drop database
2023-10-13 14:17:13 +03:00
gindibay
8c98369e21
Fixes affected tests
2023-10-13 14:17:13 +03:00
gindibay
5c50d58757
Changes EnableCreateDatabasePropagation to false
...
to fix failing tests
2023-10-13 14:17:13 +03:00
gindibay
3735bef156
Fixes sql comments
2023-10-13 14:17:13 +03:00
gindibay
cef9ac702e
Fixes indentation
2023-10-13 14:17:13 +03:00
gindibay
1e7c18cb61
Removes unnecessary code
2023-10-13 14:17:13 +03:00
gindibay
40893e6ffc
Removes unnecessary files
2023-10-13 14:17:13 +03:00
gindibay
eb1f093381
Fixes runtime and compile errors
2023-10-13 14:17:13 +03:00
gindibay
ca36833b5c
Fix for Pg16 compile error
2023-10-13 14:16:43 +03:00
gindibay
bd398a627b
Fixes compile errors
2023-10-13 14:16:43 +03:00
gindibay
39cb7977ce
Fixes additional compile errors
2023-10-13 14:16:43 +03:00
gindibay
0d5c2f9350
Adds first commit
2023-10-13 14:16:43 +03:00
Onur Tirtir
5eaf6c221e
Fix flaky test detection job ( #7256 )
...
We were getting such errors in flaky-test detection job:
```
Unable to process file command 'output' successfully
```
Even though we don't seem to be writing multiple lines to
$GITHUB_OUTPUT, this seems to be the right fix.
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
2023-10-16 14:20:55 +03:00
Jelte Fennema-Nio
788e09a39a
Add a test for citus_shards where table names have spaces ( #7224 )
...
There was a bug reported for previous versions of Citus where
shard\_size was returning NULL for tables with spaces in them. It works
fine on the main branch though, but I'm still adding a test for this to
the main branch because it seems a good test to have.
2023-10-16 11:38:24 +02:00
Nils Dijk
fb08f9b198
Remove software-properties-common from dev container after use ( #7255 )
...
During the creation of the devcontainer we need to add a ppa repository,
which is easiest done via software-properies-common. As turns out this
installes pkexec into the container as a side effect.
When vscode tries to attach a debugger it first checks if pkexec is
installed as this gives a nicer popup asking for elevation of rights to
attach to the process. However, since dev containers don't have a
windowing system running pkexec isn't working as expected and thus
prevents the debugger from attaching.
Without pkexec in the container vscode 'falls back' to plain old sudo
which we can run passwordless in the container.
For pkexec to be removed we need to first purge
software-propertied-common as well as autoremove all packages that were
installed due to the installation of said package. By performing this
all in one step we minimize the size of the layer we are creating.
2023-10-12 17:47:44 +02:00