[erlang-bugs] CT custom framework leads to group mess

Danil Zagoskin z@REDACTED
Mon Aug 31 22:53:01 CEST 2015


Hello!

Recently I needed a more verbose error reports in common_test log. Reading
the code I found an option to specify a TEST_SERVER_FRAMEWORK environment
variable (and it's even documented here:
http://www1.erlang.org/documentation/doc-5.8/lib/test_server-3.4/doc/html/write_framework_chapter.html
).
I implemented a simple proxy module, and my ct_run started to fail in a
very strange way — it looks for a group from one suite with another suite's
group/1 function.

I created a minimal set of files to reproduce the bug:
https://github.com/stolen/ct_custom_fw_bug

Am I doing something wrong with this custom framework?

-- 
Danil Zagoskin | z@REDACTED
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20150831/22f4dbf5/attachment.htm>


More information about the erlang-bugs mailing list