fsprojects / FSharp.Azure.Storage

F# API for using Microsoft Azure Table Storage service
MIT License
75 stars 16 forks source link

Create ISSUE_TEMPLATE.md #24

Closed sergey-tihon closed 8 years ago

dsyme commented 8 years ago

@isaacabraham Failing test in automation:

[00:07:51]     FSharp.Azure.Storage.IntegrationTests.DataModification+Data Modification Tests.inserting many entities asynchronously using autobatching works [FAIL]
[00:07:51]       System.AggregateException : One or more errors occurred.
[00:07:51]       ---- Microsoft.WindowsAzure.Storage.StorageException : The client could not finish the operation within specified timeout.
[00:07:51]       -------- System.TimeoutException : The client could not finish the operation within specified timeout.
[00:07:51]       Stack Trace:
[00:07:51]            at Microsoft.FSharp.Control.AsyncBuilderImpl.commit[a](Result`1 res)
[00:07:51]            at Microsoft.FSharp.Control.CancellationTokenOps.RunSynchronously[a](CancellationToken token, FSharpAsync`1 computation, FSharpOption`1 timeout)
[00:07:51]            at Microsoft.FSharp.Control.FSharpAsync.RunSynchronously[T](FSharpAsync`1 computation, FSharpOption`1 timeout, FSharpOption`1 cancellationToken)
[00:07:51]         FSharp.Azure.Storage.IntegrationTests\TableStorage\DataModificationTests.fs(461,0): at FSharp.Azure.Storage.IntegrationTests.DataModification.DataModificationTests.inserting many entities asynchronously using autobatching works()
[00:07:51]         ----- Inner Stack Trace -----
[00:07:51]            at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.EndExecuteAsync[T](IAsyncResult result)
[00:07:51]            at Microsoft.WindowsAzure.Storage.Core.Util.AsyncExtensions.<>c__DisplayClass1`1.<CreateCallback>b__0(IAsyncResult ar)
[00:07:51]         ----- Inner Stack Trace -----
[00:07:51]         
[00:08:52]   Finished:    FSharp.Azure.Storage.IntegrationTests
daniel-chambers commented 8 years ago

I'll take a look at why it's doing this tonight. On 5 Apr 2016 12:38 PM, "Don Syme" notifications@github.com wrote:

@isaacabraham https://github.com/isaacabraham Failing test in automation:

[00:07:51] FSharp.Azure.Storage.IntegrationTests.DataModification+Data Modification Tests.inserting many entities asynchronously using autobatching works [FAIL] [00:07:51] System.AggregateException : One or more errors occurred. [00:07:51] ---- Microsoft.WindowsAzure.Storage.StorageException : The client could not finish the operation within specified timeout. [00:07:51] -------- System.TimeoutException : The client could not finish the operation within specified timeout. [00:07:51] Stack Trace: [00:07:51] at Microsoft.FSharp.Control.AsyncBuilderImpl.commit[a](Result1 res) [00:07:51] at Microsoft.FSharp.Control.CancellationTokenOps.RunSynchronously[a](CancellationToken token, FSharpAsync1 computation, FSharpOption1 timeout) [00:07:51] at Microsoft.FSharp.Control.FSharpAsync.RunSynchronously[T](FSharpAsync1 computation, FSharpOption1 timeout, FSharpOption1 cancellationToken) [00:07:51] FSharp.Azure.Storage.IntegrationTests\TableStorage\DataModificationTests.fs(461,0): at FSharp.Azure.Storage.IntegrationTests.DataModification.DataModificationTests.inserting many entities asynchronously using autobatching works() [00:07:51] ----- Inner Stack Trace ----- [00:07:51] at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.EndExecuteAsync[T](IAsyncResult result) [00:07:51] at Microsoft.WindowsAzure.Storage.Core.Util.AsyncExtensions.<>cDisplayClass1`1.b0(IAsyncResult ar) [00:07:51] ----- Inner Stack Trace ----- [00:07:51] [00:08:52] Finished: FSharp.Azure.Storage.IntegrationTests

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/fsprojects/FSharp.Azure.Storage/pull/24#issuecomment-205611434

daniel-chambers commented 8 years ago

Looks like AppHarbour/Azure was slow for some reason, and the tests timed out. If it keeps happening I'll look at extending the timeouts.