Skip to content

Functional bug template

Jinhuafei edited this page Apr 4, 2018 · 1 revision

Title

A short description of the bug that becomes the issue title
e.g. SQLAsyncOutputCacheProvider throws SqlException when there are too many requests

Functional impact

Does the bug result in any actual functional issue, if so, what?
e.g. Yes. When this happens, the provider fails to fetch data from Sql server.

Minimal repro steps

What is the smallest, simplest set of steps to reproduce the issue. If needed, provide a project that demonstrates the issue.

  1. Create a web application project targeting 4.6.2
  2. install SQLAsyncOutputCacheProvider 1.0.1 nupkg and configure it
  3. Write Session data in an aspx
  4. Send 100+ concurrent requests to cached pages

Expected result

What would you expect to happen if there wasn't a bug
e.g. The session data is saved into sql server

Actual result

What is actually happening
e.g. Got SqlException

Further technical details

Optional, details of the root cause if known

Clone this wiki locally