forked from numactl/numactl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: regress test numastat function and few test fixes
nstat function previously assumed node indexes to be contiguous and get the numastat of the required statname. When run on a machine with combinations of memory/memory-less nodes in a non-contiguous way, the test fetches wrong stats and fails. This patch finds the index of the given node and returns proper value. Signed-off-by: Harish <harish@linux.vnet.ibm.com>
- Loading branch information
1 parent
c465ca7
commit 09d294e
Showing
1 changed file
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters