fuel-library/tests/noop
Alexey Lebedeff 63d73db116 Remove erlang/rabbit thread pool calculation
Proper version of this calculation is implemented upstream -
https://github.com/rabbitmq/rabbitmq-server/issues/151

And removed version of the code is actually harmful, as it's using
physicalprocessorcount (i.e. number of CPU sockets) for
calculations. So on a 2 CPU/48 thread system there it was 30 threads
instead of 768 calculated upstream.

I've decided that it's easier to completely remove this code instead
of duplicating current formula in upstream and providing a way to
override this value through hiera - just not worth a hassle.

Change-Id: I415d446af0a822d2a5ce3478fd9db1dd0f13e115
Closes-Bug: 1573696
(cherry picked from commit 0c16cbc9a7)
2016-11-30 17:56:59 +00:00
..
spec/hosts Remove erlang/rabbit thread pool calculation 2016-11-30 17:56:59 +00:00
.gitignore Switch to external noop tests 2016-02-16 20:10:10 +03:00
.rspec Modular noop tests 2015-04-09 11:56:33 +03:00
noop_tests.sh Switch to external noop tests 2016-02-16 20:10:10 +03:00
purge_catalogs.sh Prepare wrappers for noop update 2016-03-18 13:20:50 +00:00
purge_globals.sh Fix noop tests run settings 2016-02-26 17:31:49 +00:00
purge_reports.sh Fix noop tests run settings 2016-02-26 17:31:49 +00:00
run_all.sh Prepare wrappers for noop update 2016-03-18 13:20:50 +00:00
run_failed_tasks.sh Prepare wrappers for noop update 2016-03-18 13:20:50 +00:00
run_globals.sh Prepare wrappers for noop update 2016-03-18 13:20:50 +00:00
setup_and_diagnostics.sh Switch noop tests fixtures to stable/mitaka 2016-04-06 15:25:56 +02:00