Skip to content
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

Test for PR #9486, Validate allowed TLDs with current IANA list #9674

Merged
merged 1 commit into from Mar 28, 2016

Conversation

sebastianpiskorski
Copy link
Contributor

fixes #9486

@sebastianpiskorski sebastianpiskorski changed the title Test for PR #9485, Validate allowed TLDs with current IANA list Test for PR #9486, Validate allowed TLDs with current IANA list Feb 1, 2016
@@ -8,6 +8,9 @@

namespace Piwik\Tests\Integration;

use Guzzle\Http\Client;
use Guzzle\Http\Message\Request;
use Guzzle\Http\Message\Response;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: While guzzle is a library in Piwik it is only there for AWS-SDK. It's not a supported lib and we might remove it at some point. Instead use Piwik\Http.

@mattab mattab added this to the 2.16.1 milestone Feb 1, 2016
@sebastianpiskorski
Copy link
Contributor Author

I will fix those soon.

@mattab mattab modified the milestones: 2.16.x, 2.16.1 Feb 6, 2016
@mattab mattab added the Pull Request WIP Indicates the current pull request is still work in progress and not ready yet for a review. label Mar 14, 2016
@sebastianpiskorski
Copy link
Contributor Author

Introduced CR suggestions.

@tsteur tsteur added Needs Review PRs that need a code review and removed Pull Request WIP Indicates the current pull request is still work in progress and not ready yet for a review. labels Mar 28, 2016
@tsteur tsteur merged commit 9c0f876 into matomo-org:master Mar 28, 2016
@tsteur tsteur added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Mar 28, 2016
@mattab
Copy link
Member

mattab commented Mar 30, 2016

@sebastianpiskorski @tsteur This PR introduces a little challenge, see: Automated test for allowed TLDs starts failing when iana.org starts supporting new domain extensions #9977

@tsteur
Copy link
Member

tsteur commented Mar 31, 2016

I think it's supposed to fail in such a case to make sure it'll work for all domains in the future. That's why I merged it. Not sure how often they add new domains though. If they add new ones too often could maybe solve it differently

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants