Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test REST-API Concurrency #144

Open
lnrd96 opened this issue Jan 17, 2023 · 1 comment
Open

Test REST-API Concurrency #144

lnrd96 opened this issue Jan 17, 2023 · 1 comment

Comments

@lnrd96
Copy link
Collaborator

lnrd96 commented Jan 17, 2023

User story

  1. As a user I want to request the app via REST on a large scale.
  2. I need the backend of the specItem database to be threadsafe.
  3. So that I can send simultaneous requests and no data gets lost.

Acceptance criteria

Numerous tests are written:

  • simultaneously requesting the API
  • asserting the database state after the requests
  • using multi-threading

Definition of done (DoD)

Feature has been fully implemented
No known errors
All acceptance criteria were met
Test passes
Peer code review passed

@lnrd96 lnrd96 converted this from a draft issue Jan 17, 2023
@lnrd96 lnrd96 added the backend label Jan 17, 2023
@nikomall34 nikomall34 moved this from Product Backlog 🧾 to Sprint Backlog 🏃‍♂️💨 in amos2022ws04-feature-board Jan 18, 2023
@thaivd1309 thaivd1309 moved this from Sprint Backlog 🏃‍♂️💨 to In Progress 🧠 💡 in amos2022ws04-feature-board Jan 21, 2023
@DawidNiezgodka
Copy link
Collaborator

Test for the tag addition is included.

@thaivd1309 thaivd1309 moved this from In Progress 🧠 💡 to Sprint Backlog 🏃‍♂️💨 in amos2022ws04-feature-board Jan 25, 2023
@nikomall34 nikomall34 moved this from Sprint Backlog 🏃‍♂️💨 to In Progress 🧠 💡 in amos2022ws04-feature-board Jan 25, 2023
@nikomall34 nikomall34 moved this from In Progress 🧠 💡 to Sprint Backlog 🏃‍♂️💨 in amos2022ws04-feature-board Jan 25, 2023
@nikomall34 nikomall34 moved this from Sprint Backlog 🏃‍♂️💨 to Product Backlog 🧾 in amos2022ws04-feature-board Jan 25, 2023
@lnrd96 lnrd96 moved this from Product Backlog 🧾 to Sprint Backlog 🏃‍♂️💨 in amos2022ws04-feature-board Jan 25, 2023
@thaivd1309 thaivd1309 moved this from Sprint Backlog 🏃‍♂️💨 to Awaiting Review 🔖 👍🏼 in amos2022ws04-feature-board Jan 31, 2023
@DawidNiezgodka DawidNiezgodka moved this from Awaiting Review 🔖 👍🏼 to In Progress 🧠 💡 in amos2022ws04-feature-board Jan 31, 2023
@nikomall34 nikomall34 moved this from In Progress 🧠 💡 to Feature Archive ✔️🥇 in amos2022ws04-feature-board Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Feature Archive ✔️🥇
Development

No branches or pull requests

4 participants