You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Your Environments (must be provided)
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
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.
The text was updated successfully, but these errors were encountered: