All of lore.kernel.org
 help / color / mirror / Atom feed
* Finding cores in ceph-helper is even more convoluted .....
@ 2017-08-11  8:51 Willem Jan Withagen
  2017-08-11 10:20 ` Willem Jan Withagen
  2017-08-11 16:26 ` Mykola Golub
  0 siblings, 2 replies; 4+ messages in thread
From: Willem Jan Withagen @ 2017-08-11  8:51 UTC (permalink / raw)
  To: Ceph Development

@dzafman
I'm running into a small snag when running a full test:
I've added a line to show what is in the directory
```
6:
/home/jenkins/workspace/ceph-master/qa/standalone/ceph-helpers.sh:172:
teardown:  pwd
6: /home/jenkins/workspace/ceph-master/build/src/test
6:
/home/jenkins/workspace/ceph-master/qa/standalone/ceph-helpers.sh:173:
teardown:  ls .
6: CMakeFiles
6: CTestTestfile.cmake
6: Makefile
6: ObjectMap
6: bench
6: cls_hello
6: cls_lock
6: cls_log
6: cls_lua
6: cls_numops
6: cls_rbd
6: cls_refcount
6: cls_replica_log
6: cls_rgw
6: cls_sdk
6: cls_statelog
6: cls_version
6: cmake_install.cmake
6: common
6: compressor
6: core.ceph_test_objectsto.51398
6: core.unittest_bufferlist.50899
6: core.unittest_signals.50922
6: core.unittest_texttable.51005
```
CWD = build/src/test

So the setup routine already starts to fail in teardown because there
where cores, left from previous tests.
Question is how to find out who generated the cores, and do they
actually belong to the current test.
Complexing problem is that `%N` only uses the first 19 chars of a
process name.

perhaps we should set core-names to something like "core.${testname}"??

--WjW

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-11 16:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-11  8:51 Finding cores in ceph-helper is even more convoluted Willem Jan Withagen
2017-08-11 10:20 ` Willem Jan Withagen
2017-08-11 16:26 ` Mykola Golub
2017-08-11 16:43   ` Willem Jan Withagen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.