Skip to content

Commit 15a3142

Browse files
committed
Re-enable all tests.
1 parent c00747f commit 15a3142

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,26 @@ script:
3131
- ./scripts/start-kind.sh
3232

3333
# Test local container run mode
34-
# - RAYVENS_TEST_MODE=local python ./tests/stream.py
35-
# - RAYVENS_TEST_MODE=local python ./tests/source.py
34+
- RAYVENS_TEST_MODE=local python ./tests/stream.py
35+
- RAYVENS_TEST_MODE=local python ./tests/source.py
3636
- RAYVENS_TEST_MODE=local RAYVENS_TRANSPORT=kafka python ./tests/source.py
37-
# - ray submit ./scripts/cluster.yaml ./tests/stream.py
37+
- ray submit ./scripts/cluster.yaml ./tests/stream.py
3838
- ray submit ./scripts/cluster.yaml ./tests/source.py
3939
- RAYVENS_TEST_MODE=local python ./tests/kafka_transport.py
4040
- ray submit ./scripts/cluster.yaml ./tests/kafka_transport.py local
4141
- RAYVENS_TEST_MODE=local python ./tests/kafka_scaling_transport.py
4242
- ray submit ./scripts/cluster.yaml ./tests/kafka_scaling_transport.py local
4343

4444
# Test operator mode
45-
# - ray submit ./scripts/cluster.yaml ./tests/source_operator.py
45+
- ray submit ./scripts/cluster.yaml ./tests/source_operator.py
4646
- RAYVENS_TEST_MODE=local python ./tests/sink.py
4747
- ray submit ./scripts/cluster.yaml ./tests/sink.py
48-
# - RAYVENS_TEST_MODE=local python ./tests/kafka.py
49-
# - ray submit ./scripts/cluster.yaml ./tests/kafka.py
50-
# - RAYVENS_TEST_MODE=local python ./tests/generic_sink.py
51-
# - ray submit ./scripts/cluster.yaml ./tests/generic_sink.py
52-
# - RAYVENS_TEST_MODE=local python ./tests/generic_source.py
53-
# - ray submit ./scripts/cluster.yaml ./tests/generic_source.py
48+
- RAYVENS_TEST_MODE=local python ./tests/kafka.py
49+
- ray submit ./scripts/cluster.yaml ./tests/kafka.py
50+
- RAYVENS_TEST_MODE=local python ./tests/generic_sink.py
51+
- ray submit ./scripts/cluster.yaml ./tests/generic_sink.py
52+
- RAYVENS_TEST_MODE=local python ./tests/generic_source.py
53+
- ray submit ./scripts/cluster.yaml ./tests/generic_source.py
5454
- ray submit ./scripts/cluster.yaml ./tests/kafka_transport.py operator
5555
- ray submit ./scripts/cluster.yaml ./tests/kafka_scaling_transport.py operator
5656

0 commit comments

Comments
 (0)