You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CODECRAFTERS_TEST_CASES_JSON="[{\"slug\":\"gs0\",\"tester_log_prefix\":\"stage-F1\",\"title\":\"Stage #F1: API Version with Fetch Key\"}, {\"slug\":\"dh6\",\"tester_log_prefix\":\"stage-F2\",\"title\":\"Stage #F2: Fetch with no topics\"}, {\"slug\":\"hn6\",\"tester_log_prefix\":\"stage-F3\",\"title\":\"Stage #F3: Fetch with unknown topic\"}, {\"slug\":\"cm4\",\"tester_log_prefix\":\"stage-F4\",\"title\":\"Stage #F4: Fetch with empty topic\"}, {\"slug\":\"eg2\",\"tester_log_prefix\":\"stage-F5\",\"title\":\"Stage #F5: Single Fetch from Disk\"}, {\"slug\":\"fd8\",\"tester_log_prefix\":\"stage-F6\",\"title\":\"Stage #F6: Multi Fetch from Disk\"}]"\
CODECRAFTERS_TEST_CASES_JSON="[{\"slug\":\"um3\",\"tester_log_prefix\":\"stage-P1\",\"title\":\"Stage #P1: Add Produce API to APIVersions\"}, {\"slug\":\"ck2\",\"tester_log_prefix\":\"stage-P2\",\"title\":\"Stage #P2: Produce with unknown topic\"}, {\"slug\":\"dp1\",\"tester_log_prefix\":\"stage-P3\",\"title\":\"Stage #P3: Produce with known topic\"}, {\"slug\":\"ps7\",\"tester_log_prefix\":\"stage-P4\",\"title\":\"Stage #P4: Produce with know topics 2\"}, {\"slug\":\"sb8\",\"tester_log_prefix\":\"stage-P5\",\"title\":\"Stage #P5: Produce multiple messages\"}, {\"slug\":\"mf2\",\"tester_log_prefix\":\"stage-P6\",\"title\":\"Stage #P6: Produce with multiple partitions\"}, {\"slug\":\"ar4\",\"tester_log_prefix\":\"stage-P7\",\"title\":\"Stage #P7: Produce with multiple topics\"}]"\
47
36
dist/main.out
48
37
38
+
test_all:
39
+
make test_base_with_kafka
40
+
make test_concurrent_requests_with_kafka
41
+
make test_describe_topic_partitions_with_kafka
42
+
make test_fetch_with_kafka
43
+
make test_produce_with_kafka
44
+
49
45
test:
50
46
TESTER_DIR=$(shell pwd) go test -v ./internal/ -failfast --count=1
Copy file name to clipboardExpand all lines: local_testing/Dockerfile
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,6 @@ RUN sudo mv kafka_2.13-4.0.0-SNAPSHOT/ /usr/local/kafka-latest
28
28
ENV PATH=$PATH:/usr/local/kafka-latest/bin
29
29
RUN rm kafka_2.13-4.0.0-SNAPSHOT.tgz
30
30
31
-
# RUN wget --progress=dot:giga https://media.githubusercontent.com/media/codecrafters-io/build-your-own-kafka/add-latest-kafka-release/kafka_2.13-4.0.0.tgz
32
-
# RUN tar -xzf kafka_2.13-4.0.0.tgz
33
-
# RUN sudo mv kafka_2.13-4.0.0/ /usr/local/kafka-latest
34
-
# ENV PATH=$PATH:/usr/local/kafka-latest/bin
35
-
# RUN rm kafka_2.13-4.0.0.tgz
36
-
37
31
# Starting from Go 1.20, the go standard library is no longer compiled.
38
32
# Setting GODEBUG to "installgoroot=all" restores the old behavior
0 commit comments