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

add httpd testing framework #170

Merged
merged 5 commits into from
Jul 9, 2023
Merged

add httpd testing framework #170

merged 5 commits into from
Jul 9, 2023

Commits on Jul 8, 2023

  1. feat(test): run the httpd inside the integration testing

    This will introduce an easy way to test run the httpd
    and make tests on the endpoints.
    
    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    49e4601 View commit details
    Browse the repository at this point in the history
  2. feat(tests): add a httpd test (init_httpd_add_remote)

    Signed-off-by: Tarek <tareknaser360@gmail.com>
    tareknaser authored and vincenzopalazzo committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    67b7a96 View commit details
    Browse the repository at this point in the history
  3. feat(tests): add a new struct CoffeeHTTPDTesting

    Signed-off-by: Tarek <tareknaser360@gmail.com>
    tareknaser authored and vincenzopalazzo committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    c422cf8 View commit details
    Browse the repository at this point in the history
  4. fix(tests): fix initial command to run httpd

    Signed-off-by: Tarek <tareknaser360@gmail.com>
    tareknaser authored and vincenzopalazzo committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    3ca2af5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. fix(test): fix the httpd and run some of the test with multi_thread

    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    8661250 View commit details
    Browse the repository at this point in the history