moodle/admin
Eloy Lafuente (stronk7) b97643453d MDL-72921 generators: exported users now match the plan size definition
Before this patch the exported users (to csv file that jmeter consumes)
were all the enrolled users in the test course. And that's ok when the
number of users enrolled match the number of concurrent threads planned
for a jmeter plan (each thread is a user).

But when both numbers don't match, that can lead to the jmeter plan
not behaving as expected, because it iterates over the excessive users
in the file, leading to some users having run 5 loops, others 4...

The only way to make results more consistent is to, always, ensure that
the number of users exported for the plan match the plan size and not
the site size.

And that's what this issue exactly does, restrict the export to the
number of threads that the plan will have. So every user always runs
the very same number of loops.
2021-10-29 18:03:44 +02:00
..
classes MDL-71487 admin: ensure filesize settings don't overflow integer. 2021-08-09 10:36:04 +01:00
cli MDL-71778 admin: patch for hard-set check filter 2021-08-31 12:34:20 +08:00
mnet MDL-66999 theme_boost: @extend replace .alert 2019-12-09 10:49:39 +01:00
registration MDL-68060 registration: Improve the sites directory location check 2020-02-26 10:59:15 +01:00
roles MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:48:04 +00:00
settings MDL-71693 admin: set default for debugdisplay to off. 2021-05-20 21:39:36 +01:00
templates MDL-65818 Security: Encryption API and admin setting for secure data 2020-12-04 14:40:18 +00:00
tests/behat MDL-72714 behat: Fix Behat failures for chrome 94. 2021-10-01 11:56:47 +01:00
tool MDL-72921 generators: exported users now match the plan size definition 2021-10-29 18:03:44 +02:00
user MDL-71981 user: escape identity fields if writer supports HTML. 2021-07-06 09:28:01 +08:00
webservice MDL-67748 admin: Add filter to the WS tokens management page 2021-03-15 19:09:26 +01:00
antiviruses.php
auth.php MDL-70766 auth: Add all auth plugin changes to configlog 2021-02-11 11:05:53 +11:00
auth_config.php MDL-28452 core_user: migrate social profile fields 2021-04-21 11:24:34 +02:00
blocks.php
category.php MDL-71369 admin: Apply form change checker to admin/category view 2021-05-21 09:58:16 +08:00
contentbank.php MDL-67786 core_contentbank: New content bank contenttype plugin type 2020-04-15 23:45:08 +02:00
courseformats.php
cron.php
customfields.php
dataformats.php
editors.php
enrol.php
environment.php
environment.xml MDL-72621 admin: Add environment check for admin deprecation 2021-09-29 22:39:32 +08:00
filters.php
index.php MDL-68558 admin: Allow to go back to plugins check page on failed deps 2020-07-23 16:54:14 +02:00
lib.php
localplugins.php
lock.php
mailout-debugger.php
media.php
message.php MDL-67882 message: Add notification setting changes to config_log 2021-03-25 10:37:16 +11:00
modules.php MDL-68292 core: Remove sesskey leakage on module pages 2020-10-12 17:11:59 +11:00
oauth2callback.php MDL-71254 oauth2: Redirect to the login page in case of error 2021-04-01 13:37:53 +11:00
phpinfo.php
plagiarism.php
plugins.php MDL-68292 core: Remove sesskey leakage on module pages 2020-10-12 17:11:59 +11:00
portfolio.php
process_email.php
purgecaches.php MDL-70142 admin: preserve selected cache definitions in the form. 2021-03-26 13:09:24 +00:00
qbehaviours.php MDL-66999 theme_boost: @extend text-muted 2019-12-09 10:49:39 +01:00
qtypes.php MDL-66999 theme_boost: @extend text-muted 2019-12-09 10:49:39 +01:00
renderer.php MDL-72639 admin: consistent primary buttons during site upgrade. 2021-10-10 20:43:18 +01:00
reports.php
repository.php
repositoryinstance.php
resetemoticons.php
search.php MDL-69454 core_search: consistent admin search 2020-09-23 17:36:14 +02:00
searchareas.php
searchreindex.php
settings.php
tasklogs.php MDL-70567 task: fix broken result filter on logs page 2021-01-06 14:29:45 +11:00
testoutgoingmailconf.php MDL-68279 admin: filter site fullname when sending test email. 2020-04-06 11:41:18 +01:00
thirdpartylibs.php
timezone.php
tools.php
updatesetting.php
upgrade.txt MDL-67748 admin: Move the web services under the server administration 2021-03-15 16:21:23 +01:00
upgradesettings.php
user.php MDL-71832 core_admin: Browse users page, sort by custom field fails 2021-06-02 12:06:44 +01:00