Rhys Pang

Results 3 issues of Rhys Pang

I use uwsgi to start django application, which call `start` method in kazoo client instance to connect zookeeper server, it hangs. even if I use `--enable-threads` . Exception traceback as...

NeedsMoreInfo
Possible bug

in file geosolver/text/rule_model.py usage of LogisticRegression(class_weight='auto') may causes exceptions, Use class_weight = 'balanced' instead.

``` @allure.feature('page') class TestPage(object): @allure.story('story1') @pytest.mark.asyncio_cooperative async def test_01(self): with allure.step("execute test_02"): # await asyncio.sleep(1) print("test_01") ``` allure-python incompatibility with pytest-asyncio-cooperative. Test cases are displayed in the report. but no...