Skip to content

Commit 9e72408

Browse files
captain5050namhyung
authored andcommitted
perf tests top: Make the test exclusive
With sufficient tests running the load causes the top test fails with: ``` 123: perf top tests : FAILED! --- start --- test child forked, pid 629856 Basic perf top test Basic perf top test [Failed: no sample percentage found] ---- end(-1) ---- ``` Mark the test exclusive to avoid flakes. Fixes: 75e9617 ("perf tests top: Add basic perf top coverage test") Signed-off-by: Ian Rogers <irogers@google.com> Signed-off-by: Namhyung Kim <namhyung@kernel.org>
1 parent b3d1dcd commit 9e72408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/perf/tests/shell/top.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# perf top tests
2+
# perf top tests (exclusive)
33
# SPDX-License-Identifier: GPL-2.0
44

55
set -e

0 commit comments

Comments
 (0)