Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Platform database benchmarks broken #1822

@sebastienros

Description

@sebastienros
Error trying to populate database cache: System.ArgumentOutOfRangeException: 'dueTime' must be less than or equal to '4294967294'. (Parameter 'dueTime')
Actual value was 4294967295.
  at System.ArgumentOutOfRangeException.ThrowGreater[T](String paramName, T value, T other)
  at System.Threading.TimerQueueTimer.GetMilliseconds(TimeSpan time, String parameter)
  at System.Threading.TimerQueueTimer.Change(TimeSpan dueTime, TimeSpan period)
  at System.Threading.CancellationTokenSource.CancelAfter(UInt32 millisecondsDelay)
  at System.Threading.CancellationTokenSource.CancelAfter(TimeSpan delay)
  at Npgsql.Util.ResettableCancellationTokenSource.Stop()
  at Npgsql.Internal.NpgsqlWriteBuffer.Flush(Boolean async, CancellationToken cancellationToken)
  at Npgsql.Internal.NpgsqlConnector.RawOpen(SslMode sslMode, NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken, Boolean isFirstAttempt)
  at Npgsql.Internal.NpgsqlConnector.<Open>g__OpenCore|213_1(NpgsqlConnector conn, SslMode sslMode, NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken, Boolean isFirstAttempt)
  at Npgsql.Internal.NpgsqlConnector.Open(NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken)
  at Npgsql.PoolingDataSource.OpenNewConnector(NpgsqlConnection conn, NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken)
  at Npgsql.PoolingDataSource.<Get>g__RentAsync|28_0(NpgsqlConnection conn, NpgsqlTimeout timeout, Boolean async, CancellationToken cancellationToken)
  at Npgsql.NpgsqlConnection.<>c__DisplayClass166_0.<<StartBindingScope>g__StartBindingScopeAsync|0>d.MoveNext()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions