Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
cmapi-1.5, cmapi-1.6
-
None
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.
Attachments
Issue Links
- is part of
-
MCOL-4954 Add support for new DBRM socket bytestream format.
- Closed