Created
July 4, 2015 11:38
-
-
Save ta264/e37f0db2e5b49014e02b to your computer and use it in GitHub Desktop.
Sonarr mono integration test log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NUnit-Console version 2.6.1.12217 | |
Copyright (C) 2002-2012 Charlie Poole. | |
Copyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov. | |
Copyright (C) 2000-2002 Philip Craig. | |
All Rights Reserved. | |
Runtime Environment - | |
OS Version: Unix 3.13.0.55 | |
CLR Version: 4.0.30319.17020 ( Mono 4.0 ( 3.10.0 (tarball Wed Nov 5 12:50:04 UTC 2014) ) ) | |
ProcessModel: Default DomainUsage: Single | |
Execution Runtime: mono-4.0 | |
Included categories: IntegrationTest | |
Excluded categories: not Windows | |
.NCannot open assembly 'bin/NzbDrone.exe': No such file or directory. | |
Symbol file /usr/lib/mono/2.0/mscorlib.dll.mdb doesn't match image /usr/lib/mono/2.0/mscorlib.dll | |
NzbDrone is started. Running Tests | |
.F.F.F.FCannot open assembly 'bin/NzbDrone.exe': No such file or directory. | |
Symbol file /usr/lib/mono/2.0/mscorlib.dll.mdb doesn't match image /usr/lib/mono/2.0/mscorlib.dll | |
NzbDrone is started. Running Tests | |
.F.F.FCannot open assembly 'bin/NzbDrone.exe': No such file or directory. | |
Symbol file /usr/lib/mono/2.0/mscorlib.dll.mdb doesn't match image /usr/lib/mono/2.0/mscorlib.dll | |
NzbDrone is started. Running Tests | |
.FCannot open assembly 'bin/NzbDrone.exe': No such file or directory. | |
Symbol file /usr/lib/mono/2.0/mscorlib.dll.mdb doesn't match image /usr/lib/mono/2.0/mscorlib.dll | |
NzbDrone is started. Running Tests | |
.FCannot open assembly 'bin/NzbDrone.exe': No such file or directory. | |
Symbol file /usr/lib/mono/2.0/mscorlib.dll.mdb doesn't match image /usr/lib/mono/2.0/mscorlib.dll | |
NzbDrone is started. Running Tests | |
.FCannot open assembly 'bin/NzbDrone.exe': No such file or directory. | |
Symbol file /usr/lib/mono/2.0/mscorlib.dll.mdb doesn't match image /usr/lib/mono/2.0/mscorlib.dll | |
NzbDrone is started. Running Tests | |
.F.F.F.F.F.F.F.F.F.FCannot open assembly 'bin/NzbDrone.exe': No such file or directory. | |
Symbol file /usr/lib/mono/2.0/mscorlib.dll.mdb doesn't match image /usr/lib/mono/2.0/mscorlib.dll | |
NzbDrone is started. Running Tests | |
.F.F.FCannot open assembly 'bin/NzbDrone.exe': No such file or directory. | |
Symbol file /usr/lib/mono/2.0/mscorlib.dll.mdb doesn't match image /usr/lib/mono/2.0/mscorlib.dll | |
NzbDrone is started. Running Tests | |
.F.F.FCannot open assembly 'bin/NzbDrone.exe': No such file or directory. | |
Symbol file /usr/lib/mono/2.0/mscorlib.dll.mdb doesn't match image /usr/lib/mono/2.0/mscorlib.dll | |
NzbDrone is started. Running Tests | |
.F.F.FCannot open assembly 'bin/NzbDrone.exe': No such file or directory. | |
Symbol file /usr/lib/mono/2.0/mscorlib.dll.mdb doesn't match image /usr/lib/mono/2.0/mscorlib.dll | |
NzbDrone is started. Running Tests | |
.FCannot open assembly 'bin/NzbDrone.exe': No such file or directory. | |
Symbol file /usr/lib/mono/2.0/mscorlib.dll.mdb doesn't match image /usr/lib/mono/2.0/mscorlib.dll | |
NzbDrone is started. Running Tests | |
.F.F.F.F.F | |
Tests run: 35, Errors: 0, Failures: 35, Inconclusive: 0, Time: 554.756232 seconds | |
Not run: 1, Invalid: 0, Ignored: 1, Skipped: 0 | |
Errors and Failures: | |
1) SetUp Failure : NzbDrone.Integration.Test.CorsFixture | |
Expected object to be Created, but found Unauthorized. | |
at FluentAssertions.Execution.LateBoundTestFramework.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.TestFrameworkProvider.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.AssertionScope.FailWith (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Primitives.ObjectAssertions.Be (System.Object expected, System.String because, System.Object[] reasonArgs) [0x00000] in <filename unknown>:0 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Execute[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x0007e] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:148 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x00007] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:117 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post (NzbDrone.Api.Indexers.IndexerResource body, HttpStatusCode statusCode) [0x00019] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:54 | |
at NzbDrone.Integration.Test.IntegrationTest.SmokeTestSetup () [0x0006c] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/IntegrationTest.cs:82 | |
2) Parent Failure : NzbDrone.Integration.Test.CorsFixture.should_have_allow_headers_in_response_when_included_in_the_request | |
TestFixtureSetUp failed in CorsFixture | |
3) Parent Failure : NzbDrone.Integration.Test.CorsFixture.should_have_allow_methods_in_response | |
TestFixtureSetUp failed in CorsFixture | |
4) Parent Failure : NzbDrone.Integration.Test.CorsFixture.should_have_allow_origin_in_response | |
TestFixtureSetUp failed in CorsFixture | |
5) Parent Failure : NzbDrone.Integration.Test.CorsFixture.should_not_have_allow_headers_in_response_when_not_included_in_the_request | |
TestFixtureSetUp failed in CorsFixture | |
6) SetUp Failure : NzbDrone.Integration.Test.EpisodeIntegrationTests | |
Expected object to be Created, but found Unauthorized. | |
at FluentAssertions.Execution.LateBoundTestFramework.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.TestFrameworkProvider.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.AssertionScope.FailWith (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Primitives.ObjectAssertions.Be (System.Object expected, System.String because, System.Object[] reasonArgs) [0x00000] in <filename unknown>:0 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Execute[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x0007e] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:148 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x00007] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:117 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post (NzbDrone.Api.Indexers.IndexerResource body, HttpStatusCode statusCode) [0x00019] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:54 | |
at NzbDrone.Integration.Test.IntegrationTest.SmokeTestSetup () [0x0006c] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/IntegrationTest.cs:82 | |
7) Parent Failure : NzbDrone.Integration.Test.EpisodeIntegrationTests.should_be_able_to_get_a_single_episode | |
TestFixtureSetUp failed in EpisodeIntegrationTests | |
8) Parent Failure : NzbDrone.Integration.Test.EpisodeIntegrationTests.should_be_able_to_get_all_episodes_in_series | |
TestFixtureSetUp failed in EpisodeIntegrationTests | |
9) Parent Failure : NzbDrone.Integration.Test.EpisodeIntegrationTests.should_be_able_to_set_monitor_status | |
TestFixtureSetUp failed in EpisodeIntegrationTests | |
10) SetUp Failure : NzbDrone.Integration.Test.HistoryIntegrationTest | |
Expected object to be Created, but found Unauthorized. | |
at FluentAssertions.Execution.LateBoundTestFramework.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.TestFrameworkProvider.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.AssertionScope.FailWith (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Primitives.ObjectAssertions.Be (System.Object expected, System.String because, System.Object[] reasonArgs) [0x00000] in <filename unknown>:0 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Execute[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x0007e] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:148 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x00007] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:117 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post (NzbDrone.Api.Indexers.IndexerResource body, HttpStatusCode statusCode) [0x00019] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:54 | |
at NzbDrone.Integration.Test.IntegrationTest.SmokeTestSetup () [0x0006c] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/IntegrationTest.cs:82 | |
11) Parent Failure : NzbDrone.Integration.Test.HistoryIntegrationTest.history_should_be_empty | |
TestFixtureSetUp failed in HistoryIntegrationTest | |
12) SetUp Failure : NzbDrone.Integration.Test.IndexerIntegrationFixture | |
Expected object to be Created, but found Unauthorized. | |
at FluentAssertions.Execution.LateBoundTestFramework.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.TestFrameworkProvider.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.AssertionScope.FailWith (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Primitives.ObjectAssertions.Be (System.Object expected, System.String because, System.Object[] reasonArgs) [0x00000] in <filename unknown>:0 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Execute[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x0007e] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:148 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x00007] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:117 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post (NzbDrone.Api.Indexers.IndexerResource body, HttpStatusCode statusCode) [0x00019] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:54 | |
at NzbDrone.Integration.Test.IntegrationTest.SmokeTestSetup () [0x0006c] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/IntegrationTest.cs:82 | |
13) Parent Failure : NzbDrone.Integration.Test.IndexerIntegrationFixture.should_have_built_in_indexer | |
TestFixtureSetUp failed in IndexerIntegrationFixture | |
14) SetUp Failure : NzbDrone.Integration.Test.IndexHtmlIntegrationFixture | |
Expected object to be Created, but found Unauthorized. | |
at FluentAssertions.Execution.LateBoundTestFramework.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.TestFrameworkProvider.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.AssertionScope.FailWith (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Primitives.ObjectAssertions.Be (System.Object expected, System.String because, System.Object[] reasonArgs) [0x00000] in <filename unknown>:0 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Execute[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x0007e] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:148 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x00007] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:117 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post (NzbDrone.Api.Indexers.IndexerResource body, HttpStatusCode statusCode) [0x00019] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:54 | |
at NzbDrone.Integration.Test.IntegrationTest.SmokeTestSetup () [0x0006c] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/IntegrationTest.cs:82 | |
15) Parent Failure : NzbDrone.Integration.Test.IndexHtmlIntegrationFixture.should_get_index_html | |
TestFixtureSetUp failed in IndexHtmlIntegrationFixture | |
16) SetUp Failure : NzbDrone.Integration.Test.NamingConfigTests | |
Expected object to be Created, but found Unauthorized. | |
at FluentAssertions.Execution.LateBoundTestFramework.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.TestFrameworkProvider.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.AssertionScope.FailWith (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Primitives.ObjectAssertions.Be (System.Object expected, System.String because, System.Object[] reasonArgs) [0x00000] in <filename unknown>:0 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Execute[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x0007e] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:148 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x00007] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:117 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post (NzbDrone.Api.Indexers.IndexerResource body, HttpStatusCode statusCode) [0x00019] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:54 | |
at NzbDrone.Integration.Test.IntegrationTest.SmokeTestSetup () [0x0006c] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/IntegrationTest.cs:82 | |
17) Parent Failure : NzbDrone.Integration.Test.NamingConfigTests.should_be_able_to_get | |
TestFixtureSetUp failed in NamingConfigTests | |
18) Parent Failure : NzbDrone.Integration.Test.NamingConfigTests.should_be_able_to_get_by_id | |
TestFixtureSetUp failed in NamingConfigTests | |
19) Parent Failure : NzbDrone.Integration.Test.NamingConfigTests.should_be_able_to_update | |
TestFixtureSetUp failed in NamingConfigTests | |
20) Parent Failure : NzbDrone.Integration.Test.NamingConfigTests.should_get_bad_request_if_anime_format_doesnt_contain_season_and_episode_or_absolute | |
TestFixtureSetUp failed in NamingConfigTests | |
21) Parent Failure : NzbDrone.Integration.Test.NamingConfigTests.should_get_bad_request_if_daily_format_doesnt_contain_season_and_episode_or_air_date | |
TestFixtureSetUp failed in NamingConfigTests | |
22) Parent Failure : NzbDrone.Integration.Test.NamingConfigTests.should_get_bad_request_if_series_folder_format_does_not_contain_series_title | |
TestFixtureSetUp failed in NamingConfigTests | |
23) Parent Failure : NzbDrone.Integration.Test.NamingConfigTests.should_get_bad_request_if_standard_format_doesnt_contain_season_and_episode | |
TestFixtureSetUp failed in NamingConfigTests | |
24) Parent Failure : NzbDrone.Integration.Test.NamingConfigTests.should_get_bad_request_if_standard_format_is_empty | |
TestFixtureSetUp failed in NamingConfigTests | |
25) Parent Failure : NzbDrone.Integration.Test.NamingConfigTests.should_not_require_format_when_rename_episodes_is_false | |
TestFixtureSetUp failed in NamingConfigTests | |
26) Parent Failure : NzbDrone.Integration.Test.NamingConfigTests.should_require_format_when_rename_episodes_is_true | |
TestFixtureSetUp failed in NamingConfigTests | |
27) SetUp Failure : NzbDrone.Integration.Test.NotificationIntegrationFixture | |
Expected object to be Created, but found Unauthorized. | |
at FluentAssertions.Execution.LateBoundTestFramework.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.TestFrameworkProvider.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.AssertionScope.FailWith (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Primitives.ObjectAssertions.Be (System.Object expected, System.String because, System.Object[] reasonArgs) [0x00000] in <filename unknown>:0 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Execute[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x0007e] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:148 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x00007] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:117 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post (NzbDrone.Api.Indexers.IndexerResource body, HttpStatusCode statusCode) [0x00019] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:54 | |
at NzbDrone.Integration.Test.IntegrationTest.SmokeTestSetup () [0x0006c] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/IntegrationTest.cs:82 | |
28) Parent Failure : NzbDrone.Integration.Test.NotificationIntegrationFixture.should_be_able_to_add_a_new_notification | |
TestFixtureSetUp failed in NotificationIntegrationFixture | |
29) Parent Failure : NzbDrone.Integration.Test.NotificationIntegrationFixture.should_be_able_to_get_schema | |
TestFixtureSetUp failed in NotificationIntegrationFixture | |
30) Parent Failure : NzbDrone.Integration.Test.NotificationIntegrationFixture.should_not_have_any_default_notifications | |
TestFixtureSetUp failed in NotificationIntegrationFixture | |
31) SetUp Failure : NzbDrone.Integration.Test.ReleaseIntegrationTest | |
Expected object to be Created, but found Unauthorized. | |
at FluentAssertions.Execution.LateBoundTestFramework.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.TestFrameworkProvider.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.AssertionScope.FailWith (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Primitives.ObjectAssertions.Be (System.Object expected, System.String because, System.Object[] reasonArgs) [0x00000] in <filename unknown>:0 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Execute[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x0007e] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:148 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x00007] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:117 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post (NzbDrone.Api.Indexers.IndexerResource body, HttpStatusCode statusCode) [0x00019] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:54 | |
at NzbDrone.Integration.Test.IntegrationTest.SmokeTestSetup () [0x0006c] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/IntegrationTest.cs:82 | |
32) Parent Failure : NzbDrone.Integration.Test.ReleaseIntegrationTest.should_accept_request_with_only_guid_supplied | |
TestFixtureSetUp failed in ReleaseIntegrationTest | |
33) Parent Failure : NzbDrone.Integration.Test.ReleaseIntegrationTest.should_only_have_unknown_series_releases | |
TestFixtureSetUp failed in ReleaseIntegrationTest | |
34) Parent Failure : NzbDrone.Integration.Test.ReleaseIntegrationTest.should_reject_unknown_release | |
TestFixtureSetUp failed in ReleaseIntegrationTest | |
35) SetUp Failure : NzbDrone.Integration.Test.RootFolderIntegrationTest | |
Expected object to be Created, but found Unauthorized. | |
at FluentAssertions.Execution.LateBoundTestFramework.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.TestFrameworkProvider.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.AssertionScope.FailWith (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Primitives.ObjectAssertions.Be (System.Object expected, System.String because, System.Object[] reasonArgs) [0x00000] in <filename unknown>:0 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Execute[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x0007e] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:148 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x00007] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:117 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post (NzbDrone.Api.Indexers.IndexerResource body, HttpStatusCode statusCode) [0x00019] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:54 | |
at NzbDrone.Integration.Test.IntegrationTest.SmokeTestSetup () [0x0006c] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/IntegrationTest.cs:82 | |
36) Parent Failure : NzbDrone.Integration.Test.RootFolderIntegrationTest.invalid_path_should_return_bad_request | |
TestFixtureSetUp failed in RootFolderIntegrationTest | |
37) Parent Failure : NzbDrone.Integration.Test.RootFolderIntegrationTest.should_add_and_delete_root_folders | |
TestFixtureSetUp failed in RootFolderIntegrationTest | |
38) Parent Failure : NzbDrone.Integration.Test.RootFolderIntegrationTest.should_have_no_root_folder_initially | |
TestFixtureSetUp failed in RootFolderIntegrationTest | |
39) SetUp Failure : NzbDrone.Integration.Test.SeriesEditorIntegrationTest | |
Expected object to be Created, but found Unauthorized. | |
at FluentAssertions.Execution.LateBoundTestFramework.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.TestFrameworkProvider.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.AssertionScope.FailWith (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Primitives.ObjectAssertions.Be (System.Object expected, System.String because, System.Object[] reasonArgs) [0x00000] in <filename unknown>:0 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Execute[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x0007e] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:148 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x00007] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:117 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post (NzbDrone.Api.Indexers.IndexerResource body, HttpStatusCode statusCode) [0x00019] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:54 | |
at NzbDrone.Integration.Test.IntegrationTest.SmokeTestSetup () [0x0006c] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/IntegrationTest.cs:82 | |
40) Parent Failure : NzbDrone.Integration.Test.SeriesEditorIntegrationTest.should_be_able_to_update_multiple_series | |
TestFixtureSetUp failed in SeriesEditorIntegrationTest | |
41) SetUp Failure : NzbDrone.Integration.Test.SeriesIntegrationTest | |
Expected object to be Created, but found Unauthorized. | |
at FluentAssertions.Execution.LateBoundTestFramework.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.TestFrameworkProvider.Throw (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure (System.String message) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Execution.AssertionScope.FailWith (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0 | |
at FluentAssertions.Primitives.ObjectAssertions.Be (System.Object expected, System.String because, System.Object[] reasonArgs) [0x00000] in <filename unknown>:0 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Execute[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x0007e] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:148 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post[IndexerResource] (IRestRequest request, HttpStatusCode statusCode) [0x00007] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:117 | |
at NzbDrone.Integration.Test.Client.ClientBase`1[NzbDrone.Api.Indexers.IndexerResource].Post (NzbDrone.Api.Indexers.IndexerResource body, HttpStatusCode statusCode) [0x00019] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/Client/ClientBase.cs:54 | |
at NzbDrone.Integration.Test.IntegrationTest.SmokeTestSetup () [0x0006c] in /home/tom/repos/Sonarr/src/NzbDrone.Integration.Test/IntegrationTest.cs:82 | |
42) Parent Failure : NzbDrone.Integration.Test.SeriesIntegrationTest.add_series_without_required_fields_should_return_badrequest | |
TestFixtureSetUp failed in SeriesIntegrationTest | |
43) Parent Failure : NzbDrone.Integration.Test.SeriesIntegrationTest.invalid_id_should_return_404 | |
TestFixtureSetUp failed in SeriesIntegrationTest | |
44) Parent Failure : NzbDrone.Integration.Test.SeriesIntegrationTest.series_lookup_on_tvdb | |
TestFixtureSetUp failed in SeriesIntegrationTest | |
45) Parent Failure : NzbDrone.Integration.Test.SeriesIntegrationTest.should_be_able_to_add_and_delete_series | |
TestFixtureSetUp failed in SeriesIntegrationTest | |
46) Parent Failure : NzbDrone.Integration.Test.SeriesIntegrationTest.should_be_able_to_find_series_by_id | |
TestFixtureSetUp failed in SeriesIntegrationTest | |
Tests Not Run: | |
1) Ignored : NzbDrone.Integration.Test.CommandIntegrationTest.should_be_able_to_run_rss_sync | |
Symbol file /usr/lib/mono/4.5/mscorlib.dll.mdb doesn't match image /usr/lib/mono/4.5/mscorlib.dll | |
Symbol file /usr/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.mdb doesn't match image /usr/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll | |
Symbol file /usr/lib/mono/gac/System.Runtime.Remoting/4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll.mdb doesn't match image /usr/lib/mono/gac/System.Runtime.Remoting/4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll | |
Symbol file /usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.mdb doesn't match image /usr/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll | |
Symbol file /usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.mdb doesn't match image /usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll | |
Symbol file /usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.mdb doesn't match image /usr/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll | |
Symbol file /usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.mdb doesn't match image /usr/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll | |
Symbol file /usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll.mdb doesn't match image /usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll | |
Symbol file /usr/lib/mono/gac/System.ServiceModel/4.0.0.0__b77a5c561934e089/System.ServiceModel.dll.mdb doesn't match image /usr/lib/mono/gac/System.ServiceModel/4.0.0.0__b77a5c561934e089/System.ServiceModel.dll | |
Symbol file /usr/lib/mono/gac/System.Runtime.Serialization/4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll.mdb doesn't match image /usr/lib/mono/gac/System.Runtime.Serialization/4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll | |
Symbol file /usr/lib/mono/gac/System.Xml.Linq/4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll.mdb doesn't match image /usr/lib/mono/gac/System.Xml.Linq/4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment