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

The tck slow query case always failed and blocked #2772

Closed
Shylock-Hg opened this issue Sep 1, 2021 · 0 comments
Closed

The tck slow query case always failed and blocked #2772

Shylock-Hg opened this issue Sep 1, 2021 · 0 comments
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@Shylock-Hg
Copy link
Contributor

Shylock-Hg commented Sep 1, 2021

Please check the FAQ documentation before raising an issue

Please check the FAQ documentation and old issues before raising an issue in case someone has asked the same question that you are asking.

Describe the bug (must be provided)

The tck slow query case always failed and blocked.

tck/steps/test_kill_slow_query_via_different_service.py::test_set_up_slow_query_at_first_graph_service 
tck/steps/test_kill_slow_query_via_different_service.py::test_show_all_queries_and_kill_all_slow_queries_at_second_graph_service 
[gw1] [ 50%] FAILED tck/steps/test_kill_slow_query_via_different_service.py::test_show_all_queries_and_kill_all_slow_queries_at_second_graph_service ^C

======================================================================================================================================================== FAILURES ========================================================================================================================================================
________________________________________________________________________________________________________________________ test_show_all_queries_and_kill_all_slow_queries_at_second_graph_service _________________________________________________________________________________________________________________________
[gw1] linux -- Python 3.7.0 /usr/bin/python3
/usr/local/lib/python3.7/site-packages/pytest_bdd/scenario.py:179: in scenario_wrapper
    _execute_scenario(feature, scenario, request, encoding)
/usr/local/lib/python3.7/site-packages/pytest_bdd/scenario.py:145: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.7/site-packages/pytest_bdd/scenario.py:115: in _execute_step_function
    return_value = step_func(**kwargs)
tck/conftest.py:335: in result_should_be_in_order
    cmp_dataset(request, graph_spaces, result, order=True, strict=True)
tck/conftest.py:321: in cmp_dataset
    assert res, "\n".join(msg)
E   AssertionError: Fail to exec: SHOW ALL QUERIES | YIELD $-.SessionID AS sid, $-.ExecutionPlanID AS eid, $-.DurationInUSec AS dur WHERE $-.DurationInUSec > 1000000 AND $-.`Query` CONTAINS "GO 100000 STEPS";
E     Response: |sid|eid|dur|
E     
E     Expected: |sid|eid|dur|
E     0: |re.compile('\\d+')|re.compile('\\d+')|re.compile('\\d+')|
E     NotFoundRow: 
E     Location: slowquery/KillSlowQueryViaDiffrentService.feature:22
E     Space: None
E     vid_fn: None
E   assert False

Your Environments (must be provided)

  • OS: Linux 85 4.18.16-300.fc29.x86_64 Parser framework #1 SMP Sat Oct 20 23:24:08 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  • Compliler: clang 10
  • CPU:
  • Architecture: x86_64
    CPU op-mode(s): 32-bit, 64-bit
    Byte Order: Little Endian
    CPU(s): 40
    On-line CPU(s) list: 0-39
    Thread(s) per core: 2
    Core(s) per socket: 10
    Socket(s): 2
    NUMA node(s): 2
    Vendor ID: GenuineIntel
    CPU family: 6
    Model: 62
    Model name: Intel(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz
    Stepping: 4
    CPU MHz: 1251.066
    CPU max MHz: 3600.0000
    CPU min MHz: 1200.0000
    BogoMIPS: 5985.59
    Virtualization: VT-x
    L1d cache: 32K
    L1i cache: 32K
    L2 cache: 256K
    L3 cache: 25600K
    NUMA node0 CPU(s): 0-9,20-29
    NUMA node1 CPU(s): 10-19,30-39
    Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts flush_l1d
  • Commit id : master

How To Reproduce(must be provided)

Steps to reproduce the behavior:

Just run tck.

Expected behavior

A clear and concise description of what you expected to happen.

Additional context

Provide logs and configs, or any other context to trace the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

3 participants