-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email Generation has way too many edge cases #133
Comments
@zinki97 Any suggestions about edge cases for ip4 and ip6 addresses? |
I think edge cases are 0.0.0.0, 255.255.255.255, 0:0:0:0:0:0:0:0 (or equal ones like 0:0:0::0:0:0:0) and FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF |
I vote for |
This is the current list of edge cases:
Obviously domain hosts and ip4 addresses are completely missing. More questions I have:
|
Here's the list of all 63 edge cases being generated in 1.3.9-SNAPSHOT:
Anything missing? Anything in that shouldn't be in? |
Added in c7813b9 |
Testing Problem
Email Generation has way too many edge cases which leads to only few generated email addresses to be
just normal and random
Suggested Solution
Restrict edge cases to just the most valid ones, e.g.
a@a.aa
"a"@a.aa
" "@a.aa
a@[1.1.1.1]
or[0.0.0.0]
?a@[FF::FF:FF:FF:FF:FFFF:FF]
The text was updated successfully, but these errors were encountered: