moodle/admin
Eloy Lafuente (stronk7) b5c6ce0d7f 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:39 +02:00
..
classes MDL-72662 reportbuilder: add relative date options to date filter. 2021-10-03 11:53:11 +01:00
cli MDL-71778 admin: patch for hard-set check filter 2021-08-31 12:32:14 +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-69498 admin: Group site admins by email domain 2021-06-23 15:22:37 +10:00
settings MDL-70795 reportbuilder: add interface for creating reports. 2021-10-19 13:55:30 +01:00
templates MDL-71323 admin: consistently indicate disabled state of plugins. 2021-07-06 10:14:13 +01:00
tests/behat MDL-72774 reportbuilder: consistent layout of date/duration filters. 2021-10-13 13:33:49 +01:00
tool MDL-72921 generators: exported users now match the plan size definition 2021-10-29 18:03:39 +02:00
user MDL-71981 user: escape identity fields if writer supports HTML. 2021-07-06 09:27:15 +08:00
webservice MDL-72720 webservice: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
antiviruses.php MDL-72720 antivirus: Implement enable_plugin() method 2021-10-14 16:54:12 +02:00
auth.php MDL-72720 auth: Implement enable_plugin() method 2021-10-14 16:54:12 +02:00
auth_config.php MDL-28452 core_user: migrate social profile fields 2021-04-21 11:22:25 +02:00
blocks.php MDL-72720 block: Implement enable_plugin() method 2021-10-14 16:54:13 +02:00
category.php MDL-71610 theme_boost: remove edit button from Boost 2021-09-29 09:25:36 +02:00
contentbank.php MDL-72720 contenttype: Implement enable_plugin() method 2021-10-14 16:54:13 +02:00
courseformats.php MDL-72720 format: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
cron.php
customfields.php MDL-72720 customfield: Implement enable_plugin() method 2021-10-14 16:54:13 +02:00
dataformats.php MDL-72720 dataformat: Implement enable_plugin() method 2021-10-14 16:54:13 +02:00
editors.php MDL-72720 editor: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
enrol.php MDL-72720 enrol: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
environment.php
environment.xml MDL-72621 admin: Add environment check for admin deprecation 2021-09-29 22:39:32 +08:00
filters.php MDL-72720 filter: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
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 MDL-72720 media: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
message.php MDL-72720 message: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
modules.php MDL-72720 mod: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
oauth2callback.php MDL-71254 oauth2: Redirect to the login page in case of error 2021-04-01 13:35:51 +11:00
phpinfo.php
plagiarism.php
plugins.php MDL-68292 core: Remove sesskey leakage on module pages 2020-10-12 17:10:03 +11:00
portfolio.php MDL-72720 portfolio: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
process_email.php
purgecaches.php MDL-70142 admin: preserve selected cache definitions in the form. 2021-03-26 13:09:33 +00:00
qbankplugins.php MDL-72720 qbank: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
qbehaviours.php MDL-72720 qbehaviour: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
qtypes.php MDL-72720 qtype: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
renderer.php MDL-72639 admin: consistent primary buttons during site upgrade. 2021-10-10 20:42:44 +01:00
reports.php
repository.php MDL-72720 repository: Implement enable_plugin() method 2021-10-15 13:00:04 +02:00
repositoryinstance.php
resetemoticons.php
search.php MDL-72091 Navigation: Update navigation to match designs 2021-10-11 12:20:34 +08:00
searchareas.php
searchreindex.php
settings.php MDL-71610 theme_boost: remove edit button from Boost 2021-09-29 09:25:36 +02:00
tasklogs.php MDL-71153 task: convert task logs table to a system report. 2021-08-02 15:46:17 +08:00
testoutgoingmailconf.php MDL-71515 admin: Improve Test outgoing mail config 2021-07-28 09:19:54 +10:00
thirdpartylibs.php
timezone.php
tools.php
updatesetting.php MDL-72720 fileconverter+paygw: Implement enable_plugin() method 2021-10-15 13:00:03 +02:00
upgrade.txt MDL-67748 admin: Move the web services under the server administration 2021-03-15 21:21:43 +01:00
upgradesettings.php
user.php MDL-71832 core_admin: Browse users page, sort by custom field fails 2021-06-02 12:03:37 +01:00