mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
mark test results volumes as external to avoid name prefix
This commit is contained in:
parent
b168e06b66
commit
005f27502f
3 changed files with 36 additions and 0 deletions
|
|
@ -35,3 +35,4 @@ networks:
|
|||
|
||||
volumes:
|
||||
test-data-results:
|
||||
external: true
|
||||
|
|
|
|||
|
|
@ -17,3 +17,4 @@ networks:
|
|||
|
||||
volumes:
|
||||
test-services-results:
|
||||
external: true
|
||||
|
|
|
|||
34
results/_340923ea9272_2019-06-22_19_39_16.trx
Normal file
34
results/_340923ea9272_2019-06-22_19_39_16.trx
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TestRun id="4ffd4677-47b1-425b-a4fa-7153abf35e56" name="@340923ea9272 2019-06-22 19:39:16" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
|
||||
<Times creation="2019-06-22T19:39:16.0082125+00:00" queuing="2019-06-22T19:39:16.0082131+00:00" start="2019-06-22T19:39:09.1635046+00:00" finish="2019-06-22T19:39:16.0287368+00:00" />
|
||||
<TestSettings name="default" id="d5dfa224-4ee1-4969-b4ad-2e48d097af23">
|
||||
<Deployment runDeploymentRoot="_340923ea9272_2019-06-22_19_39_16" />
|
||||
</TestSettings>
|
||||
<Results>
|
||||
<UnitTestResult executionId="fbbf7657-2c3b-4424-8ed6-0fc2d2e75b4e" testId="b1623f32-ded5-fc60-f664-d45d40f6afa4" testName="FilterLists.Data.Tests.SeedFilterListsDbContextTests.SeedOrUpdateAsync_DoesNotThrowException" computerName="340923ea9272" duration="00:00:04.4430000" startTime="2019-06-22T19:39:15.9028143+00:00" endTime="2019-06-22T19:39:15.9028151+00:00" testType="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b" outcome="Passed" testListId="8c84fa94-04c1-424b-9868-57a2d4851a1d" relativeResultsDirectory="fbbf7657-2c3b-4424-8ed6-0fc2d2e75b4e" />
|
||||
</Results>
|
||||
<TestDefinitions>
|
||||
<UnitTest name="FilterLists.Data.Tests.SeedFilterListsDbContextTests.SeedOrUpdateAsync_DoesNotThrowException" storage="/app/tests/filterlists.data.tests/bin/debug/netcoreapp2.2/filterlists.data.tests.dll" id="b1623f32-ded5-fc60-f664-d45d40f6afa4">
|
||||
<Execution id="fbbf7657-2c3b-4424-8ed6-0fc2d2e75b4e" />
|
||||
<TestMethod codeBase="/app/tests/FilterLists.Data.Tests/bin/Debug/netcoreapp2.2/FilterLists.Data.Tests.dll" adapterTypeName="executor://xunit/VsTestRunner2/netcoreapp" className="FilterLists.Data.Tests" name="FilterLists.Data.Tests.SeedFilterListsDbContextTests.SeedOrUpdateAsync_DoesNotThrowException" />
|
||||
</UnitTest>
|
||||
</TestDefinitions>
|
||||
<TestEntries>
|
||||
<TestEntry testId="b1623f32-ded5-fc60-f664-d45d40f6afa4" executionId="fbbf7657-2c3b-4424-8ed6-0fc2d2e75b4e" testListId="8c84fa94-04c1-424b-9868-57a2d4851a1d" />
|
||||
</TestEntries>
|
||||
<TestLists>
|
||||
<TestList name="Results Not in a List" id="8c84fa94-04c1-424b-9868-57a2d4851a1d" />
|
||||
<TestList name="All Loaded Results" id="19431567-8539-422a-85d7-44ee4e166bda" />
|
||||
</TestLists>
|
||||
<ResultSummary outcome="Completed">
|
||||
<Counters total="1" executed="1" passed="1" failed="0" error="0" timeout="0" aborted="0" inconclusive="0" passedButRunAborted="0" notRunnable="0" notExecuted="0" disconnected="0" warning="0" completed="0" inProgress="0" pending="0" />
|
||||
<Output>
|
||||
<StdOut>[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.1 (64-bit .NET Core 4.6.27617.05)
|
||||
[xUnit.net 00:00:00.67] Discovering: FilterLists.Data.Tests
|
||||
[xUnit.net 00:00:00.72] Discovered: FilterLists.Data.Tests
|
||||
[xUnit.net 00:00:00.72] Starting: FilterLists.Data.Tests
|
||||
[xUnit.net 00:00:05.32] Finished: FilterLists.Data.Tests
|
||||
</StdOut>
|
||||
</Output>
|
||||
</ResultSummary>
|
||||
</TestRun>
|
||||
Loading…
Reference in a new issue