Skip to content

[Xamarin.Android.Build.Tests] Fix DesignTimeBuild Test - #711

Merged
jonpryor merged 1 commit into
dotnet:masterfrom
dellis1972:fixdesigntimetest
Aug 3, 2017
Merged

[Xamarin.Android.Build.Tests] Fix DesignTimeBuild Test#711
jonpryor merged 1 commit into
dotnet:masterfrom
dellis1972:fixdesigntimetest

Conversation

@dellis1972

@dellis1972dellis1972 commented Aug 2, 2017

Copy link
Copy Markdown
Contributor

The test was using the global cache to store the downloaded files.
As a result if we get multiple tests/commits building at the
same time we end up deleting files half way through a test run.

So lets make use of a local cache for the test by using the
XAMARIN_CACHEPATH environment variable.

@dellis1972dellis1972 added the do-not-merge PR should not be merged. label Aug 2, 2017
@dellis1972

Copy link
Copy Markdown
ContributorAuthor

build

4 similar comments
@dellis1972

Copy link
Copy Markdown
ContributorAuthor

build

@dellis1972

Copy link
Copy Markdown
ContributorAuthor

build

@dellis1972

Copy link
Copy Markdown
ContributorAuthor

build

@dellis1972

Copy link
Copy Markdown
ContributorAuthor

build

@dellis1972
dellis1972force-pushed the fixdesigntimetest branch 2 times, most recently from 1ebe258 to eec3023CompareAugust 3, 2017 12:53
@dellis1972dellis1972 changed the title ff [WIP][Xamarin.Android.Build.Tests] Fix DesignTimeBuild TestAug 3, 2017
@dellis1972
dellis1972force-pushed the fixdesigntimetest branch 2 times, most recently from 93e072c to 6fc2412CompareAugust 3, 2017 17:02
The test was using the global cache to store the downloaded files.
As a result if we get multiple tests/commits building at the
same time we end up deleting files half way through a test run.
So lets make use of a local cache for the test by using the
`XAMARIN_CACHEPATH` environment variable.
@jonpryor

Copy link
Copy Markdown
Contributor

macOS+xbuild PR build 1277 got wedged while trying to run the on-emulator unit tests. I aborted the build.

14:30:23 adb I 08-03 14:30:22 83488 27270448 adb_io.cpp:75] readx: fd=3 wanted=4
15:42:43 Build was aborted

I'm not sure why it got wedged. :-(

@jonpryor
jonpryor merged commit 05a8a63 into dotnet:masterAug 3, 2017
jonpryor pushed a commit that referenced this pull request Aug 4, 2017
The test was using the global cache to store the downloaded files.
As a result if we get multiple tests/commits building at the
same time we end up deleting files half way through a test run.
So lets make use of a local cache for the test by using the
`XAMARIN_CACHEPATH` environment variable.
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Feb 6, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

do-not-mergePR should not be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dellis1972@jonpryor@dnfclas