Skip to content

Commit

Permalink
Merge pull request #45 from CDOT-CV/refactoring/remove-tim-references
Browse files Browse the repository at this point in the history
Removed TIM Support
  • Loading branch information
dmccoystephenson authored Sep 5, 2024
2 parents c8dc07f + 89c4ce4 commit f6843ee
Show file tree
Hide file tree
Showing 32 changed files with 66 additions and 748 deletions.
5 changes: 3 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
* text=auto eol=lf

# Explicitly declare bash scripts to be set to LF
*.sh text eol=lf
*.txt text eol=lf
*.txt text eol=lf
*.py text eol=lf
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ build
docs/html

/.env

ppm_data/*
53 changes: 0 additions & 53 deletions Dockerfile.standalone

This file was deleted.

10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ Unit tests can be built and executed using the build_and_run_unit_tests.sh file
The unit tests are also built when the solution is compiled. For information on that, check out [this section](./docs/testing.md#unit-testing).

## Standalone Cluster
The docker-compose-standalone.yml file is meant for local testing/troubleshooting.
The docker-compose.yml file is meant for local testing/troubleshooting.

To utilize this, pass the -f flag to the docker-compose command as follows:
> docker-compose -f docker-compose-standalone.yml up
To utilize this, run the following command in the root directory of the project:
> docker compose up
Sometimes kafka will fail to start up properly. If this happens, spin down the containers and try again.

Expand Down Expand Up @@ -195,16 +195,14 @@ This script should be run outside of the dev container in an environment where D
It should be noted that this script needs to use the LF end-of-line sequence.

## Kafka Test Script
The [do_kafka_test.sh](./do_kafka_test.sh) script is designed to perform integration tests on a Kafka instance. To execute the tests, this script relies on the following scripts: standalone.sh, standalone_multi.sh, do_bsm_test.sh, and do_tim_test.sh.
The [do_kafka_test.sh](./do_kafka_test.sh) script is designed to perform integration tests on a Kafka instance. To execute the tests, this script relies on the `standalone.sh` and `do_bsm_test.sh` scripts.

To ensure proper execution, it is recommended to run this script outside of the dev container where docker is available. This is because the script will spin up a standalone kafka instance and will not be able to access the docker daemon from within the dev container.

It should be noted that this script and any dependent scripts need to use the LF end-of-line sequence. These include the following:
- do_kafka_test.sh
- standalone.sh
- standalone_multi.sh
- do_bsm_test.sh
- do_tim_test.sh
- test_in.py
- test_out.py

Expand Down
42 changes: 0 additions & 42 deletions config/ppmTim.properties

This file was deleted.

37 changes: 0 additions & 37 deletions config/tim-test/I_80_vel_filter.properties

This file was deleted.

41 changes: 0 additions & 41 deletions config/tim-test/c1.properties

This file was deleted.

41 changes: 0 additions & 41 deletions config/tim-test/c2.properties

This file was deleted.

41 changes: 0 additions & 41 deletions config/tim-test/c3.properties

This file was deleted.

Loading

0 comments on commit f6843ee

Please sign in to comment.