generated from codecrafters-io/tester-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
CI: Other test #25
Closed
Closed
CI: Other test #25
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
rohitpaulk
commented
Sep 30, 2024
- test
- Refactor tests by commenting out unused test cases and regex replacements.
- Update test workflow to run tests multiple times and log failures.
- Update GitHub Actions workflow with concurrency and timeout settings.
- Update test case to restore original StageSlugs for fetch_pass scenario.
- Update test workflow to exit on first failure instead of counting failures.
- Update Go setup action to version 5 in GitHub workflow configuration.
- Fix command execution in your_program.sh to redirect stderr to /dev/null.
- Restore commented-out test case for describe_topic_partitions_pass in tests.
- Remove output redirection from kafka-server-start.sh command in your_program.sh.
- Increase timeout for multiple test functions to 30 seconds in tester_definition.
- Add matrix strategy for test attempts in GitHub Actions workflow.
- Refactor test cases in stages_test.go to uncomment and organize structure.
- Add -failfast option to go test in Makefile for quicker test failures.
- Add clean shutdown file creation in GenerateLogDirs function
- Rename clean shutdown file to ".kafka_cleanshutdown" for clarity.
- Redirect kafka server output to /dev/null in your_program.sh script.
- Add logging for Kafka server start and output latest test file in CI workflow
- Add logging for the latest test file in GitHub Actions workflow
- Improve file listing and selection logic in GitHub Actions workflow script.
- Add file size logging in GitHub Actions and timestamp in Kafka server script.
- Add base64 and raw output for latest file in test workflow script
- Add cleanup function with EXIT trap to your_program.sh for better resource management.
- Update script to use shared memory path instead of temporary file path.
…ource management.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.