Initial support for automated testing via Xharness - #5369
Conversation
f8326c6 to
4b4e732
Compare
|
This is going to be a pretty big conflict with #5347, you and @alexperovich will probably want to sort that out. :-) |
This doesn't actually have any conflict with my change. This change is in the helix testing stuff, mine is for the arcade sdk local testing stuff. |
| { | ||
| using (var zip = new ZipArchive(fs, ZipArchiveMode.Create, true)) | ||
| { | ||
| zip.CreateEntryFromFile(fileToZip, fileName); |
There was a problem hiding this comment.
We could do this Async if we didn't use the CreateEntryFromFile helper. If we are zipping up a lot of files, that might be relevant.
There was a problem hiding this comment.
The best I can tell from the folks working on it, we'll have one payload-per-project, of which each is a separate msbuild invocation, so given that and that all the parallel things shared a disk synch made most sense.
4b4e732 to
5f45d76
Compare
|
Everything worked except that the XUnit results didn't seem to ingest properly. SInce both tried, and my only usage of the reporters is to call them, I'm going to merge here; I'll work with @alexperovich to try to understand why |
I believe this is ready to work, but we still need Helix queues in staging that can run Android emulators to be turned on and working. This PR is mostly to check that the machinery works up to the point that the app fails to run on a Windows machine due to the lack of an Android emulator.
Putting this up here for feedback while I work on: