This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 62214ea add (obvious) rebase step to PR Help in README
62214ea is described below
commit 62214ea1f7986fcdfe2cb3d10bc44c9fb8e93945
Author: Michael Vorburger ⛑️ <[email protected]>
AuthorDate: Wed Apr 29 12:07:21 2020 +0200
add (obvious) rebase step to PR Help in README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0ccec89..0618a0f 100644
--- a/README.md
+++ b/README.md
@@ -262,6 +262,7 @@ If your PR is failing to pass our CI build due to a test
failure, then:
1. Understand if the failure is due to your PR or an unrelated unstable test.
1. If you suspect it is because of a "flaky" test, and not due to a change in
your PR, then please do not simply wait for an active maintainer to come and
help you, but instead be a proactive contributor to the project - see next
steps.
1. Search for the name of the failed test on https://issues.apache.org/jira/,
e.g. for `AccountingScenarioIntegrationTest` you would find
[FINERACT-899](https://issues.apache.org/jira/browse/FINERACT-899).
+1. If you happen to read in such bugs that tests were just recently fixed, or
ignored, then rebase your PR to pick up that change.
1. If you find previous comments "proving" that the same test has arbitrarily
failed in at least 3 past PRs, then please do yourself raise a small separate
new PR proposing to add an `@Ignore // TODO FINERACT-123` to the respective
unstable test (e.g. [#774](https://github.com/apache/fineract/pull/774)) with
the commit message mentioning said JIRA, as always. (Please do NOT just
`@Ignore` any existing tests mixed in as part of your larger PR.)
1. If there is no existing JIRA for the test, then first please evaluate
whether the failure couldn't be a (perhaps strange) impact of the change you
are proposing after all. If it's not, then please raise a new JIRA to document
the suspected Flaky Test, and link it to
[FINERACT-850](https://issues.apache.org/jira/browse/FINERACT-850). This will
allow the next person coming along hitting the same test failure to easily find
it, and eventually propose to ignore the unstable test.
1. Then (only) Close and Reopen your PR, which will cause a new build, to see
if it passes.