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

Temporarily disable coproc on ci #4557

Merged
merged 5 commits into from
May 6, 2022

Commits on May 4, 2022

  1. rptest/services: Wait for wasm_engine to shutdown

    - Many obscure wasm test failures can be traced to a root issue of a
    previous wasm engine still existing and listening on port 43189.
    
    - When this occurs only some of the deployed wasm engines will be
    started and the test output will confusingly show not enough data was
    read from redpanda.
    Rob Blafford committed May 4, 2022
    Configuration menu
    Copy the full SHA
    aa7cdd8 View commit details
    Browse the repository at this point in the history
  2. rptest/services: Clean wasm engine if coproc

    - Killing the wasm_engine should be a part of the clean_node() routine
    
    - Fixes: redpanda-data#4038
    Rob Blafford committed May 4, 2022
    Configuration menu
    Copy the full SHA
    e70b777 View commit details
    Browse the repository at this point in the history
  3. coproc: Remove some topic delete tests

    - These tests all attempt to remove a materialized topic while the
    coprocessor is still running.
    
    - However due to the initial design of the system, coproc will attempt
    to recreate the topic and re-populate it up until the previous high
    watermark. If this was not performed there would be an inconsistency
    between the coprocessors defined metadata and random commands sent to the
    cluster by the user.
    
    - The tests have been beneficial in understanding that this type of
    concurrent delete can occur without any crashes.
    
    - If a user wants to truly delete a materialized topic he/she must
    shutdown the coprocessor first.
    
    - Fixes: redpanda-data#3384
    Rob Blafford committed May 4, 2022
    Configuration menu
    Copy the full SHA
    964bb41 View commit details
    Browse the repository at this point in the history
  4. coproc/tests: Disable tests on CI

    - Disabling temporarily due to a difficult to debug memory leak detected
    by ASAN on rare occassions.
    
    - Marking issue for tracking here: redpanda-data#4053
    Rob Blafford committed May 4, 2022
    Configuration menu
    Copy the full SHA
    811ce07 View commit details
    Browse the repository at this point in the history
  5. rptest: Exclude wasm from ducktape test suite

    Rob Blafford committed May 4, 2022
    Configuration menu
    Copy the full SHA
    170168d View commit details
    Browse the repository at this point in the history