Skip to content

Commit

Permalink
implemented akka.ddata
Browse files Browse the repository at this point in the history
  • Loading branch information
Horusiath committed Oct 23, 2016
1 parent 4d4c042 commit aebffd0
Show file tree
Hide file tree
Showing 59 changed files with 9,160 additions and 18 deletions.
32 changes: 32 additions & 0 deletions src/Akka.sln
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ 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.Cluster.Sharding.Tests.MultiNode", "contrib\cluster\Akka.Cluster.Sharding.Tests.MultiNode\Akka.Cluster.Sharding.Tests.MultiNode.csproj", "{F79A5E87-1DB5-4D76-9B14-382F8C536DA6}"
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
Expand Down Expand Up @@ -919,6 +924,30 @@ Global
{F79A5E87-1DB5-4D76-9B14-382F8C536DA6}.Release Mono|Any CPU.Build.0 = Release|Any CPU
{F79A5E87-1DB5-4D76-9B14-382F8C536DA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F79A5E87-1DB5-4D76-9B14-382F8C536DA6}.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 @@ -1030,5 +1059,8 @@ Global
{14502A16-2B6F-4728-8A98-ED5AF45FC515} = {264C22A4-CAFC-41F6-B82C-4DDC5C196767}
{805908F6-8792-47C0-8E4F-4DB4C5736A47} = {01167D3C-49C4-4CDE-9787-C176D139ACDD}
{F79A5E87-1DB5-4D76-9B14-382F8C536DA6} = {76F58DC4-19F1-43EF-A6E2-EC1CC8395AC5}
{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,118 @@
<?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="JepsenInspiredInsertSpec.cs" />
<Compile Include="ReplicatorChaosSpec.cs" />
<Compile Include="ReplicatorPruningSpec.cs" />
<Compile Include="ReplicatorSpec.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="..\..\serializers\Akka.Serialization.Wire\Akka.Serialization.Wire.csproj">
<Project>{b47ca568-40cf-48de-b87e-31bd400ebb08}</Project>
<Name>Akka.Serialization.Wire</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>
Loading

0 comments on commit aebffd0

Please sign in to comment.