Comment 0 for bug 2028280

Revision history for this message
Douglas Gameiro Diniz (dgdiniz) wrote :

Brief Description
-----------------
After the execution of the "system modify --timezone" command, a RPC timeout error is thrown on some occasions.

Severity
--------
Minor

Steps to Reproduce
------------------
There is a test case (wrcp/regression/mtc/test_timezone.py::test_modify_timezone_sys_event_timestamp) that can reproduce the problem. The test sets the timezone to a region, do a swact and then sets the timezone back to UTC. After the swact, the main controller will thrown a Timeout when changing the timezone to UTC. The problem only occurred in an Standard lab with 2 controllers e 2 workers, and it needs to be installed with Openstack.

Expected Behavior
------------------
The timezone should be changed without any timeout error.

Actual Behavior
----------------
There is and RPC Timeout, but seems that the timezone is still changed correctly.

Reproducibility
---------------
The problem is intermitent. Using the testcase it happens around 80% of the time. It only occurred in a Standard lab with Openstack installed.

System Configuration
--------------------
Standard 2+2 with Openstack.

Branch/Pull Time/Commit
-----------------------

Last Pass
---------
This error is occurring for some time and there is no information about the last pass.

Timestamp/Logs
--------------

Test Activity
-------------
Developer Testing

Workaround
----------