Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-49799

Use example.com for all testing email addresses

    XMLWordPrintable

Details

    • MOODLE_28_STABLE
    • MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE
    • wip-mdl-49799-m
    • Hide
      1. Review patch and ensure all testing address are replaced with example.com
      2. grep to ensure that only example.com is used for testing. Here's the grep I used. Make sure you understand it and agree with it if you are going to use it.

        gg -I '[a-zA-Z0-9_+]@' | grep tests | grep -v -e '@example.com' -e '@copyright' -e '@author' -e '@@' -e '$@'
        

      3. Check nightly results.
      Show
      Review patch and ensure all testing address are replaced with example.com grep to ensure that only example.com is used for testing. Here's the grep I used. Make sure you understand it and agree with it if you are going to use it. gg -I '[a-zA-Z0-9_+]@' | grep tests | grep -v -e '@example.com' -e '@copyright' -e '@author' -e '@@' -e '$@' Check nightly results.

    Description

      behat feature tests are using @asd.com for test users.
      There is special domains for that like example.com or example.org.

      Using other domains are considered as bad practice as it could accidentally spam their domain with thousands of emails if email blocking for behat is ever broke.

      It looks like replacing all asd.com to example.com in *.feature files should solve this issue.

      Attachments

        Issue Links

          Activity

            People

              rajeshtaneja Rajesh Taneja
              solival Valerii Kuznetsov
              Adrian Greeve Adrian Greeve
              Andrew Lyons Andrew Lyons
              Dave Cooper Dave Cooper
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                11/May/15