[MCOL-4919] DBRM issue in tests from develop6 Created: 2021-11-09  Updated: 2022-01-31  Resolved: 2022-01-31

Status: Closed
Project: MariaDB ColumnStore
Component/s: cmapi
Affects Version/s: cmapi-1.5, cmapi-1.6
Fix Version/s: cmapi-1.6.2

Type: Task Priority: Minor
Reporter: Alan Mologorsky Assignee: Alan Mologorsky
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
PartOf
is part of MCOL-4954 Add support for new DBRM socket bytes... Closed

 Description   

While running tests in drone using MCS code from develop-6 there are two tests that falls:

======================================================================
FAIL: test_add_node_and_set_readonly (test.test_cluster.ClusterModesetTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/share/columnstore/cmapi/cmapi_server/test/test_cluster.py", line 173, in test_add_node_and_set_readonly
    self.assertEqual(resp.status_code, 200)
AssertionError: 422 != 200
 
======================================================================
FAIL: test_set_mode (test.test_server.ConfigPutTestCase)
Test set mode.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/share/columnstore/cmapi/cmapi_server/test/test_server.py", line 347, in test_set_mode
    self.assertEqual(r.status_code, 200)
AssertionError: 422 != 200
 
----------------------------------------------------------------------

It related to no answer from DBRM socket while sending readonly command.

So need to debug and found the reason (docker run? MCS bug?)
After that need to enable cmapi tests with MCS from develop-6

Doesn't reproduce in prod versions outside of docker.
Need to check reproducing inside docker from nightly builds.



 Comments   
Comment by Alan Mologorsky [ 2022-01-31 ]

Fixed and supported both DBRM bytestream protoccol versions in https://jira.mariadb.org/browse/MCOL-4954

Generated at Thu Feb 08 02:54:00 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.