Skip to content

Commit

Permalink
Akka.DistrubutedData with local tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Horusiath committed Aug 30, 2016
1 parent ecd0ede commit 20a113b
Show file tree
Hide file tree
Showing 58 changed files with 22,801 additions and 2 deletions.
35 changes: 34 additions & 1 deletion src/Akka.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{69279534-1DBA-4115-BF8B-03F77FC8125E}"
EndProject
Expand Down Expand Up @@ -244,6 +244,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akka.Persistence.Sql.TestKi
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akka.Streams.Tests.TCK", "core\Akka.Streams.Tests.TCK\Akka.Streams.Tests.TCK.csproj", "{805908F6-8792-47C0-8E4F-4DB4C5736A47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akka.DistributedData", "contrib\cluster\Akka.DistributedData\Akka.DistributedData.csproj", "{59CFFC88-8A73-445D-B191-281E40BE9421}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akka.DistributedData.Tests", "contrib\cluster\Akka.DistributedData.Tests\Akka.DistributedData.Tests.csproj", "{0DBF3D66-6E5E-4A89-AA3D-674B92FE81B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akka.DistributedData.Tests.MultiNode", "contrib\cluster\Akka.DistributedData.Tests.MultiNode\Akka.DistributedData.Tests.MultiNode.csproj", "{53A657B3-D3CD-461E-9759-664331218060}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Mono|Any CPU = Debug Mono|Any CPU
Expand Down Expand Up @@ -909,6 +915,30 @@ Global
{805908F6-8792-47C0-8E4F-4DB4C5736A47}.Release Mono|Any CPU.Build.0 = Release|Any CPU
{805908F6-8792-47C0-8E4F-4DB4C5736A47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{805908F6-8792-47C0-8E4F-4DB4C5736A47}.Release|Any CPU.Build.0 = Release|Any CPU
{59CFFC88-8A73-445D-B191-281E40BE9421}.Debug Mono|Any CPU.ActiveCfg = Debug|Any CPU
{59CFFC88-8A73-445D-B191-281E40BE9421}.Debug Mono|Any CPU.Build.0 = Debug|Any CPU
{59CFFC88-8A73-445D-B191-281E40BE9421}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59CFFC88-8A73-445D-B191-281E40BE9421}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59CFFC88-8A73-445D-B191-281E40BE9421}.Release Mono|Any CPU.ActiveCfg = Release|Any CPU
{59CFFC88-8A73-445D-B191-281E40BE9421}.Release Mono|Any CPU.Build.0 = Release|Any CPU
{59CFFC88-8A73-445D-B191-281E40BE9421}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59CFFC88-8A73-445D-B191-281E40BE9421}.Release|Any CPU.Build.0 = Release|Any CPU
{0DBF3D66-6E5E-4A89-AA3D-674B92FE81B7}.Debug Mono|Any CPU.ActiveCfg = Debug|Any CPU
{0DBF3D66-6E5E-4A89-AA3D-674B92FE81B7}.Debug Mono|Any CPU.Build.0 = Debug|Any CPU
{0DBF3D66-6E5E-4A89-AA3D-674B92FE81B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DBF3D66-6E5E-4A89-AA3D-674B92FE81B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DBF3D66-6E5E-4A89-AA3D-674B92FE81B7}.Release Mono|Any CPU.ActiveCfg = Release|Any CPU
{0DBF3D66-6E5E-4A89-AA3D-674B92FE81B7}.Release Mono|Any CPU.Build.0 = Release|Any CPU
{0DBF3D66-6E5E-4A89-AA3D-674B92FE81B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DBF3D66-6E5E-4A89-AA3D-674B92FE81B7}.Release|Any CPU.Build.0 = Release|Any CPU
{53A657B3-D3CD-461E-9759-664331218060}.Debug Mono|Any CPU.ActiveCfg = Debug|Any CPU
{53A657B3-D3CD-461E-9759-664331218060}.Debug Mono|Any CPU.Build.0 = Debug|Any CPU
{53A657B3-D3CD-461E-9759-664331218060}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53A657B3-D3CD-461E-9759-664331218060}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53A657B3-D3CD-461E-9759-664331218060}.Release Mono|Any CPU.ActiveCfg = Release|Any CPU
{53A657B3-D3CD-461E-9759-664331218060}.Release Mono|Any CPU.Build.0 = Release|Any CPU
{53A657B3-D3CD-461E-9759-664331218060}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53A657B3-D3CD-461E-9759-664331218060}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -1019,5 +1049,8 @@ Global
{666698AB-85BC-4C91-894C-CBB4316DC1A4} = {76F58DC4-19F1-43EF-A6E2-EC1CC8395AC5}
{14502A16-2B6F-4728-8A98-ED5AF45FC515} = {264C22A4-CAFC-41F6-B82C-4DDC5C196767}
{805908F6-8792-47C0-8E4F-4DB4C5736A47} = {01167D3C-49C4-4CDE-9787-C176D139ACDD}
{59CFFC88-8A73-445D-B191-281E40BE9421} = {76F58DC4-19F1-43EF-A6E2-EC1CC8395AC5}
{0DBF3D66-6E5E-4A89-AA3D-674B92FE81B7} = {76F58DC4-19F1-43EF-A6E2-EC1CC8395AC5}
{53A657B3-D3CD-461E-9759-664331218060} = {76F58DC4-19F1-43EF-A6E2-EC1CC8395AC5}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{53A657B3-D3CD-461E-9759-664331218060}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Akka.DistributedData.Tests.MultiNode</RootNamespace>
<AssemblyName>Akka.DistributedData.Tests.MultiNode</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Collections.Immutable, Version=1.1.37.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Collections.Immutable.1.1.37\lib\dotnet\System.Collections.Immutable.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ReplicatorSpecConfig.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\core\Akka.Cluster.TestKit\Akka.Cluster.TestKit.csproj">
<Project>{b32850d2-e9cb-4638-83a4-164907595e56}</Project>
<Name>Akka.Cluster.TestKit</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\core\Akka.Cluster\Akka.Cluster.csproj">
<Project>{6ab00f61-269a-4501-b06a-026707f000a7}</Project>
<Name>Akka.Cluster</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\core\Akka.Remote.TestKit\Akka.Remote.TestKit.csproj">
<Project>{e5957c3e-2b1e-469f-a680-7953b4dea31b}</Project>
<Name>Akka.Remote.TestKit</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\core\Akka.Remote\Akka.Remote.csproj">
<Project>{ea4ff8fd-7c53-49c8-b9aa-02e458b3e6a7}</Project>
<Name>Akka.Remote</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\core\Akka.TestKit\Akka.TestKit.csproj">
<Project>{0d3cbad0-bbdb-43e5-afc4-ed1d3ecdc224}</Project>
<Name>Akka.TestKit</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\core\Akka\Akka.csproj">
<Project>{5deddf90-37f0-48d3-a0b0-a5cbd8a7e377}</Project>
<Name>Akka</Name>
</ProjectReference>
<ProjectReference Include="..\..\testkits\Akka.TestKit.Xunit2\Akka.TestKit.Xunit2.csproj">
<Project>{7dbd5c17-5e9d-40c4-9201-d092751532a7}</Project>
<Name>Akka.TestKit.Xunit2</Name>
</ProjectReference>
<ProjectReference Include="..\Akka.DistributedData\Akka.DistributedData.csproj">
<Project>{59cffc88-8a73-445d-b191-281e40be9421}</Project>
<Name>Akka.DistributedData</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Akka.DistributedData.Tests.MultiNode")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Akka.DistributedData.Tests.MultiNode")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("53a657b3-d3cd-461e-9759-664331218060")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Loading

0 comments on commit 20a113b

Please sign in to comment.