diff options
author | Björn Gustavsson <[email protected]> | 2012-11-08 14:07:12 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-01-17 14:11:09 +0100 |
commit | ba6b00d2fe8fde384fcc9ddb5c5eaed94122f959 (patch) | |
tree | 6cdd717c1050259e7d401c0513e43921c9d8e505 /.gitignore | |
parent | 1c1d635713d8e2587e5ba694b78885d0cd1dde7e (diff) | |
download | otp-ba6b00d2fe8fde384fcc9ddb5c5eaed94122f959.tar.gz otp-ba6b00d2fe8fde384fcc9ddb5c5eaed94122f959.tar.bz2 otp-ba6b00d2fe8fde384fcc9ddb5c5eaed94122f959.zip |
global_SUITE: Eliminate redundant registration of 'test_server' process
global_SUITE registers the name 'test_server' in the global registry
for what seems to be only historical reasons. Exactly how it happened
is lost in the mists of time, but I think the following is a reasonable
reconstruction:
* At one point in time, the test_server application started to do
a global registration of a 'test_server' process to support
embedded systems when the test_server application was run on both a
host and a target system.
* global_SUITE had to be modified to take the pre-existing
'test_server' registration into account.
* When Erlang/OTP switched to using common_test, global_SUITE was
modified to register the 'test_server' name itself in commit
8bd07f450816eaaae52d28740d89ead1f930cd02 (since the test_server
application does not register the 'test_server' name when run
under control of common_test).
To slightly reduce the size of global_SUITE, remove the redundant
registration and stop expecting 'test_server' to be registered.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions