Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A list of failed cases in the CI job #4615

Closed
xtcyclist opened this issue Sep 5, 2022 · 8 comments
Closed

A list of failed cases in the CI job #4615

xtcyclist opened this issue Sep 5, 2022 · 8 comments
Assignees
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/trivial Severity of bug type/bug Type: something is unexpected

Comments

@xtcyclist
Copy link
Contributor

In this list, I track cases that have failed in the asan CI job (ubuntu2004, clang-10) for at least one time. They may not fail in other CI jobs, and may not fail everytime in the asan CI job.

In this asan CI job, sometimes these cases pass, somtimes they don't. I think we do not always know the reasons why they fail. So I track them here for now.

  1. TestShowHosts.test_show_hosts, E nebula3.Exception.AuthFailedException: b'Insert userIpSessionCount to local cache failed.'
@xtcyclist xtcyclist added the type/bug Type: something is unexpected label Sep 5, 2022
@xtcyclist xtcyclist changed the title A list of failed cases in the asan ci job A list of failed cases in the ASAN CI job Sep 5, 2022
@Sophie-Xie
Copy link
Contributor

Pytest
_____________________ TestPermission.test_schema_and_data ______________________
[gw4] linux -- Python 3.8.10 /usr/bin/python3
admin/test_permission.py:569: in test_schema_and_data
self.check_resp_succeeded(resp)
common/nebula_test_suite.py:181: in check_resp_succeeded
assert (
E AssertionError: Storage Error: Invalid space vid len.
________________________ TestPermission.test_show_test _________________________
[gw4] linux -- Python 3.8.10 /usr/bin/python3
admin/test_permission.py:681: in test_show_test
self.check_resp_succeeded(resp)
common/nebula_test_suite.py:181: in check_resp_succeeded
assert (
E AssertionError: Host not enough!
________________________ TestPermission.test_show_roles ________________________
[gw4] linux -- Python 3.8.10 /usr/bin/python3
admin/test_permission.py:744: in test_show_roles
self.check_resp_succeeded(resp)
common/nebula_test_suite.py:181: in check_resp_succeeded
assert (
E AssertionError: Host not enough!

@Sophie-Xie
Copy link
Contributor

Sophie-Xie commented Sep 5, 2022

ctest

 94 - nebula_store_test (Failed)

@xtcyclist
Copy link
Contributor Author

ctest

103 - list_meta_cluster_info_test (Timeout)

@Sophie-Xie
Copy link
Contributor

test_describe_user often fails.

______________________________ test_describe_user ______________________________
[gw7] linux -- Python 3.8.10 /usr/bin/python3
/github/home/.local/lib/python3.8/site-packages/pytest_bdd/scenario.py:177: in scenario_wrapper
_execute_scenario(feature, scenario, request, encoding)
/github/home/.local/lib/python3.8/site-packages/pytest_bdd/scenario.py:143: in _execute_scenario
_execute_step_function(request, scenario, step, step_func)
/github/home/.local/lib/python3.8/site-packages/pytest_bdd/scenario.py:113: in _execute_step_function
return_value = step_func(**kwargs)
tck/conftest.py:428: in executing_query
sess = conn_pool_to_first_graph_service.get_session(username, password)
/github/home/.local/lib/python3.8/site-packages/nebula3/gclient/net/ConnectionPool.py:109: in get_session
auth_result = connection.authenticate(user_name, password)
/github/home/.local/lib/python3.8/site-packages/nebula3/gclient/net/Connection.py:112: in authenticate
raise AuthFailedException(resp.error_msg)
E nebula3.Exception.AuthFailedException: b'User not exist'

@xtcyclist
Copy link
Contributor Author

xtcyclist commented Sep 19, 2022

5.x 的一个 failed test

/__w/nebula-ng/nebula-ng/src/common/thread/test/GenericWorkerTest.cpp:134: Failure
Expected equality of these values:
  2
  counter
    Which is: 1

@xtcyclist
Copy link
Contributor Author

leader_transfer_test

@xtcyclist
Copy link
Contributor Author

list_meta_cluster_info_test

@xtcyclist xtcyclist changed the title A list of failed cases in the ASAN CI job A list of failed cases in the CI job Nov 10, 2022
@jinyingsunny jinyingsunny added the severity/trivial Severity of bug label Nov 11, 2022
@HarrisChu HarrisChu added the affects/none PR/issue: this bug affects none version. label Dec 1, 2022
@xtcyclist xtcyclist self-assigned this Feb 27, 2023
@Sophie-Xie
Copy link
Contributor

3.x will not modify, and will be optimized in the next major version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/trivial Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

4 participants