This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/16326] client.exp and local stap-server interactions


https://sourceware.org/bugzilla/show_bug.cgi?id=16326

--- Comment #1 from mcermak <mcermak at redhat dot com> ---
Also foreign stap-servers randomly running around break the testcase if theyÅe
not trusted. The testcase aparently somehow expect some such servers to run:

[ ... ]
# There may be other servers running. Let's keep track of
# them.
#
[ ... ]

But if the're not trusted, the testcase simply fails:

FAIL: Verify existing trusted server list
FAIL: Verify existing signing server list

It's because `stap --list-servers=trusted` differs from `stap
--list-servers=all` and `stap --list-servers=signing` differs from `stap
--list-servers=all`. 

Described behaviour may complicate automated usage of the testcase. One
possible solution would be to automatically add trust fo all such servers.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]