Skip to content
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

KAFKA-2597: Add to .gitignore the Eclipse IDE directories #259

Closed
wants to merge 1 commit into from

Conversation

rhauch
Copy link
Contributor

@rhauch rhauch commented Sep 29, 2015

The .metadata and .recommenders keep IDE workspace state and should not be committed.

@asfbot
Copy link

asfbot commented Sep 29, 2015

kafka-trunk-git-pr #594 SUCCESS
This pull request looks good

@guozhangwang
Copy link
Contributor

Should these two be folders, hence ".recommenders/"?

@rhauch
Copy link
Contributor Author

rhauch commented Oct 2, 2015

@guozhangwang, the leading / is used to say the rule only applies to a top-level directory. But a trailing / is optional (e.g., see .svn, .settings, etc.).

@asfgit asfgit closed this in b56e02b Oct 2, 2015
@guozhangwang
Copy link
Contributor

Thanks for the explanation, LGTM.

@rhauch rhauch deleted the kafka-2597 branch October 27, 2015 15:07
jsancio pushed a commit to jsancio/kafka that referenced this pull request Aug 6, 2019
omkreddy pushed a commit to omkreddy/kafka that referenced this pull request Feb 15, 2021
Reviewers: Ismael Juma <ismael@juma.me.uk>
wyuka pushed a commit to wyuka/kafka that referenced this pull request Feb 4, 2022
wyuka pushed a commit to wyuka/kafka that referenced this pull request Feb 4, 2022
…he#261)

TICKET = N/A
LI_DESCRIPTION =
The previous PR apache#259 added logic to retry failed tests for the `test` gradle task.
This PR adds the retries for the `integrationTest` and `unitTest` tasks as well.

This change is tested by adding a test that always fails,
and verifying that the command below will retry the test for 3 times after the failure.
export SCALA_VERSION=2.12 && ./gradlew -PmaxTestRetries=3 -PscalaVersion="$SCALA_VERSION" -PtestLoggingEvents=started,passed,skipped,failed --no-daemon core:integrationTest --rerun-tasks --tests '*.lucasTest'
EXIT_CRITERIA = N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants