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

[tests] stop using bintray URLs #5872

Merged
merged 1 commit into from
Apr 26, 2021

Conversation

jonathanpeppers
Copy link
Member

Context: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=4690182&view=ms.vss-test-web.build-test-results-tab

The BuildTest.Desugar() test is failing on CI with:

System.Net.WebException : The remote server returned an error: (403) Forbidden.

Even using the latest URLs here, the download gives me a login prompt
in the browser:

https://mvnrepository.com/artifact/com.twitter.sdk.android/twitter-core/3.3.0
https://repo.spring.io/libs-release/com/twitter/sdk/android/twitter-core/3.3.0/twitter-core-3.3.0.aar

I just removed the usage of this .aar file in the Desugar() test,
since there seem to be sufficient .aar files used in the test.

I also updated a few other URLs that were using bintray.com, because
they may eventually stop working.

Context: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=4690182&view=ms.vss-test-web.build-test-results-tab

The `BuildTest.Desugar()` test is failing on CI with:

    System.Net.WebException : The remote server returned an error: (403) Forbidden.

Even using the latest URLs here, the download gives me a login prompt
in the browser:

    https://mvnrepository.com/artifact/com.twitter.sdk.android/twitter-core/3.3.0
    https://repo.spring.io/libs-release/com/twitter/sdk/android/twitter-core/3.3.0/twitter-core-3.3.0.aar

I just removed the usage of this `.aar` file in the `Desugar()` test,
since there seem to be sufficient `.aar` files used in the test.

I also updated a few other URLs that were using `bintray.com`, because
they may eventually stop working.
@jonathanpeppers
Copy link
Member Author

Latest run, an unrelated test failed:

ProfilerLogOptions_ShouldCreateMlpdFiles("log:sample")

Going to merge this to fix the build.

@jonathanpeppers jonathanpeppers merged commit eac74eb into dotnet:main Apr 26, 2021
@jonathanpeppers jonathanpeppers deleted the tests-bintray.com branch April 26, 2021 20:37
jonathanpeppers added a commit that referenced this pull request Apr 26, 2021
Context: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=4690182&view=ms.vss-test-web.build-test-results-tab

The `BuildTest.Desugar()` test is failing on CI with:

    System.Net.WebException : The remote server returned an error: (403) Forbidden.

Even using the latest URLs here, the download gives me a login prompt
in the browser:

    https://mvnrepository.com/artifact/com.twitter.sdk.android/twitter-core/3.3.0
    https://repo.spring.io/libs-release/com/twitter/sdk/android/twitter-core/3.3.0/twitter-core-3.3.0.aar

I just removed the usage of this `.aar` file in the `Desugar()` test,
since there seem to be sufficient `.aar` files used in the test.

I also updated a few other URLs that were using `bintray.com`, because
they may eventually stop working.
@github-actions github-actions bot locked and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants