Jan Schlicht created MESOS-6652:
-----------------------------------
Summary: Perf version not correctly parsed on Fedora 24 (and
probably others)
Key: MESOS-6652
URL: https://issues.apache.org/jira/browse/MESOS-6652
Project: Mesos
Issue Type: Bug
Components: test
Affects Versions: 1.1.0
Environment: Fedora 24
Reporter: Jan Schlicht
Priority: Minor
Happened on a current Fedora 24 machine, when trying to run tests.
{noformat}
$ perf --version
perf version 4.8.10.200.fc24.x86_64.gc23c
{noformat}
doesn't seem to be parsed correctly by {{perf::supported()}}, because when
running {{./bin/mesos-tests.sh}} it reads
{noformat}
-------------------------------------------------------------
Could not find the 'perf' command or its version lower that 2.6.39 so tests
using it to sample the 'cpu-cycles' hardware event will not be run.
-------------------------------------------------------------
-------------------------------------------------------------
require 'perf' version >= 2.6.39 so no 'perf' tests will be run
-------------------------------------------------------------
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)