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

Use latest released SDK for HttpStress. #104713

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

rzikm
Copy link
Member

@rzikm rzikm commented Jul 11, 2024

This PR removes the .1xx suffix on the channel of the installed SDK to allow installing more recent SDKs.

This PR removes the .1xx suffix on the channel of the installed SDK to allow
installing more recent SDKs.
@rzikm
Copy link
Member Author

rzikm commented Jul 11, 2024

/azp run runtime-libraries stress-http

Copy link
Contributor

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ManickaP
Copy link
Member

Not for ssl stress?

bash $daily_dotnet_root/dotnet-install.sh --no-path --channel $version.1xx --quality daily --install-dir $daily_dotnet_root

& "$DailyDotnetRoot\dotnet-install.ps1" -NoPath -Channel "$Version.1xx" -Quality daily -InstallDir $DailyDotnetRoot

@rzikm
Copy link
Member Author

rzikm commented Jul 11, 2024

/azp run runtime-libraries stress-http

@rzikm
Copy link
Member Author

rzikm commented Jul 11, 2024

/azp run runtime-libraries stress-ssl

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

1 similar comment
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@antonfirsov
Copy link
Member

client_1  | Failure Type 1/1:
client_1  | System.Exception: Expected response content "vX34jzA5zhRzqXM0Gciwk2wbKFctx6a2VoxTcIiqrZatioxxDAiXWUZsaRjTNH8t7OU2atOxus5BS3sWIegnN3W0E4sAYESaRhlJJvMKllceOOQXYDBiaKV3sUnV0DOfPVjlHZCNHL1cQrcqeLbL3jz6CiQp7qJXMwFteeFz0oQFJsd1rxrfc3cfVdZZ8NFQ1TFTciBz5cKFJjmJ4PxAzevJKZN15grdYzDpc9P9lrZziNMlqFUjP5RNXw92KAtPlggJWxgvzoO74wawDbApB7DTYqIgzNobxAE1h3FtZZjbgJIbLDojz4EdSCkgf0vcznAuhYFAMHG", got "vX34jzA5zhRzqXM0Gciwk2wbKFctx6a2VoxTcIiqrZatioxxDAiXWUZsaRjTNH8t7OU2atO".
client_1  |  Diverging at index 71. server checksum does not match client value.

:(

@ManickaP
Copy link
Member

client_1  | Failure Type 1/1:
client_1  | System.Exception: Expected response content "vX34jzA5zhRzqXM0Gciwk2wbKFctx6a2VoxTcIiqrZatioxxDAiXWUZsaRjTNH8t7OU2atOxus5BS3sWIegnN3W0E4sAYESaRhlJJvMKllceOOQXYDBiaKV3sUnV0DOfPVjlHZCNHL1cQrcqeLbL3jz6CiQp7qJXMwFteeFz0oQFJsd1rxrfc3cfVdZZ8NFQ1TFTciBz5cKFJjmJ4PxAzevJKZN15grdYzDpc9P9lrZziNMlqFUjP5RNXw92KAtPlggJWxgvzoO74wawDbApB7DTYqIgzNobxAE1h3FtZZjbgJIbLDojz4EdSCkgf0vcznAuhYFAMHG", got "vX34jzA5zhRzqXM0Gciwk2wbKFctx6a2VoxTcIiqrZatioxxDAiXWUZsaRjTNH8t7OU2atO".
client_1  |  Diverging at index 71. server checksum does not match client value.

:(

The received message is cut:

vX34jzA5zhRzqXM0Gciwk2wbKFctx6a2VoxTcIiqrZatioxxDAiXWUZsaRjTNH8t7OU2atOxus5BS3sWIegnN3W0E4sAYESaRhlJJvMKllceOOQXYDBiaKV3sUnV0DOfPVjlHZCNHL1cQrcqeLbL3jz6CiQp7qJXMwFteeFz0oQFJsd1rxrfc3cfVdZZ8NFQ1TFTciBz5cKFJjmJ4PxAzevJKZN15grdYzDpc9P9lrZziNMlqFUjP5RNXw92KAtPlggJWxgvzoO74wawDbApB7DTYqIgzNobxAE1h3FtZZjbgJIbLDojz4EdSCkgf0vcznAuhYFAMHG
vX34jzA5zhRzqXM0Gciwk2wbKFctx6a2VoxTcIiqrZatioxxDAiXWUZsaRjTNH8t7OU2atO

😢

@rzikm
Copy link
Member Author

rzikm commented Jul 11, 2024

This is weird, according to versions, sha, and other indicators the pulled in runtime should already contain the fix. I will investigate.

Copy link
Member

@ManickaP ManickaP left a comment

Choose a reason for hiding this comment

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

Let's merge it, but I think we should re-open the HTTP stress issue with content mismatch until we know what's going on.

@rzikm
Copy link
Member Author

rzikm commented Jul 11, 2024

Reopened #76183

Copy link
Member

@antonfirsov antonfirsov left a comment

Choose a reason for hiding this comment

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

Let's merge it

OK!

@rzikm
Copy link
Member Author

rzikm commented Jul 11, 2024

/ba-g Test failures are unrelated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Http test-enhancement Improvements of test source code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants