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

Add new SameSite property and tests #286

Merged
merged 10 commits into from
Mar 17, 2020
Merged

Conversation

mhoeger
Copy link
Contributor

@mhoeger mhoeger commented Mar 7, 2020

Addresses Azure/azure-functions-host#4890
Resolves Azure/azure-functions-host#5384

Most of the changes in this PR is related to fixing the end to end tests to make more sense. RpcHttpConverters has the behavior-changing changes.

@@ -4,12 +4,6 @@
using System;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moving Http scenario helper methods to "HttpHelpers" not utilities

@mhoeger mhoeger requested a review from pragnagopa March 16, 2020 23:16
@mhoeger mhoeger merged commit c2f2d91 into Azure:dev Mar 17, 2020
mhoeger added a commit that referenced this pull request Jun 2, 2020
* Add new SameSite property and tests

* publish test results

* update image and publish

* try again

* put test outputs in correct location

* always publish results

* fixing http tests

* fixing tests

* change test output cookie order

* disabling samesite none cookie test until e2e is repaired
mhoeger added a commit that referenced this pull request Jun 3, 2020
* Add new SameSite property and tests (#286)

* Add new SameSite property and tests

* publish test results

* update image and publish

* try again

* put test outputs in correct location

* always publish results

* fixing http tests

* fixing tests

* change test output cookie order

* disabling samesite none cookie test until e2e is repaired

* fix merge

* fix node 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add E2E test for RpcHttpMessage => .NET Http object
2 participants