crate / crate-qa

CrateDB Quality Assurance
4 stars 1 forks source link

Create dynamically an empty array and ignored object sub-column #281

Closed BaurzhanSakhariev closed 1 year ago

BaurzhanSakhariev commented 1 year ago

Dynamically added empty arrays and ignored object sub-columns are indexed with special prefix starting from 5.5 Ensure that reading such columns work across all versions.

Related to https://github.com/crate/crate/commit/278d45f176e7d1d3215118255cd69afd2d3786ee

BaurzhanSakhariev commented 1 year ago

Unrelated failure (failed on test_upgrade, this PR modifies test_rolling_upgrade), seems to be old flakiness with blobs.

File "/var/lib/jenkins/workspace/CrateDB/qa/crate_qa_on_pr/env/lib/python3.8/site-packages/crate/client/http.py", line 472, in blob_put
    response = self._request('PUT', _blob_path(table, digest),
  File "/var/lib/jenkins/workspace/CrateDB/qa/crate_qa_on_pr/env/lib/python3.8/site-packages/crate/client/http.py", line 573, in _request
    raise ProgrammingError(_ex_to_message(e))
crate.client.exceptions.ProgrammingError: timed out!

retest this please

BaurzhanSakhariev commented 1 year ago

unrelated kafka test failure

retest this please

BaurzhanSakhariev commented 1 year ago

unrelated kafka test failure

retest this please