memgraph/tests/e2e/streams
Marko Barišić b0cdcd3483
Run CI in mgbuilder containers (#1749)
* Update deployment files for mgbuilders because of toolchain upgrade
* Fix args parameter in builder yaml files
* Add fedora 38, 39 and rockylinux 9.3 mgbuilder Dockerfiles
* Change format of ARG TOOLCHAIN_VERSION from toolchain-vX to vX
* Add function to check supported arch, build type, os and toolchain
* Add options to init subcommand
* Add image names to mgbuilders
* Add v2 of the run.sh script
* Add testing to run2.sh
* Add option for threads --thread
* Add options for enterprise license and organization name
* Make stop mgbuild container step run always
* Add --ci flag to init script
* Move init conditionals under build-memgraph flags
* Add --community flag to build-memgraph
* Change target dir inside mgbuild container
* Add node fix to debian 11, ubuntu 20.04 and ubuntu 22.04
* rm memgraph repo after installing deps
* Add mg user in Dockerfile
* Add step to install rust on all OSs
* Chown files copied into mgbuild container
* Add e2e tests
* Add jepsen test
* Bugfix: Using reference in a callback
* Bugfix: Broad target for e2e tests
* Up db info test limit
* Disable e2e streams tests
* Fix default THREADS
* Prioretize docker compose over docker-compose
* Improve selection between docker compose and docker-compose
* Install PyYAML as mg user
* Fix doxygen install for rocky linux 9.3
* Fix rocky-9.3 environment script to properly install sbcl
* Rename all rocky-9 mentions to rocky-9.3
* Add mgdeps-cache and benchgraph-api hostnames to mgbuild images
* Add logic to pull mgbuild image if missing
* Fix build errors on toolchain-v5 (#1806)
* Rename run2 script, remove run script, add small features to mgbuild.sh
* Add --no-copy flag to build-memgraph to resolve TODO
* Add timeouts to diff jobs
* Fix asio flaky clone, try mgdeps-cache first

---------

Co-authored-by: Andreja Tonev <andreja.tonev@memgraph.io>
Co-authored-by: Ante Pušić <ante.f.pusic@gmail.com>
Co-authored-by: antoniofilipovic <filipovicantonio1998@gmail.com>
2024-03-14 12:19:59 +01:00
..
kafka Improve e2e Kafka and Pulsar testing (#1604) 2024-01-02 13:29:25 +01:00
pulsar Improve e2e Kafka and Pulsar testing (#1604) 2024-01-02 13:29:25 +01:00
transformations Adding "raw message" column to the result returned by CHECK STREAM query (#394) 2022-06-08 23:17:44 +02:00
CMakeLists.txt Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
common.py Fix Kafka's NoBrokersAvailableInfo issue (#1578) 2023-12-20 20:03:06 +01:00
conftest.py Run CI in mgbuilder containers (#1749) 2024-03-14 12:19:59 +01:00
kafka_streams_tests.py Run CI in mgbuilder containers (#1749) 2024-03-14 12:19:59 +01:00
pulsar_streams_tests.py Run CI in mgbuilder containers (#1749) 2024-03-14 12:19:59 +01:00
README.md Improve docker-compose setup for running streams e2e tests locally (#388) 2022-05-10 13:31:45 +02:00
redpanda.yml Improve docker-compose setup for running streams e2e tests locally (#388) 2022-05-10 13:31:45 +02:00
streams_owner_tests.py Use default values instantly for batch size/interval (#306) 2021-11-30 16:29:51 +01:00
workloads.yaml Revert e2e tests and remove flaky ones (#1703) 2024-02-09 12:55:31 +01:00

There are three docker-compose files in this directory:

To run one of them, use the docker-compose -f <filename> up -V command. Optionally you can append -d to detach from the started containers. You can stop the detach containers by docker-compose -f <filename> down.

If you experience strange errors, try to clean up the previously created containers by docker-compose -f <filename> rm -svf.