Skip to content

(chores) camel-core: disable flaky tests on GitHub#11532

Merged
orpiske merged 1 commit into
apache:mainfrom
orpiske:disable-core-flaky-gh
Sep 22, 2023
Merged

(chores) camel-core: disable flaky tests on GitHub#11532
orpiske merged 1 commit into
apache:mainfrom
orpiske:disable-core-flaky-gh

Conversation

@orpiske
Copy link
Copy Markdown
Contributor

@orpiske orpiske commented Sep 22, 2023

No description provided.

@github-actions
Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@orpiske orpiske merged commit d4538f9 into apache:main Sep 22, 2023
Copy link
Copy Markdown
Contributor

@oscerd oscerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Who is Alberto?

@orpiske
Copy link
Copy Markdown
Contributor Author

orpiske commented Sep 22, 2023

Who is Alberto?

That's a very good question. Looking at the blame record for this class, it seems it was added in 2007 to cover a test case by someone named Alberto Mijares: e824181

TUCJVXCB pushed a commit to TUCJVXCB/camel that referenced this pull request Sep 25, 2023
davsclaus added a commit that referenced this pull request Sep 27, 2023
* CAMEL-19877: camel-file - Add option to accept hidden folders

* CAMEL-19877: add unit test

* CAMEL-19877: fix unit test

* CAMEL-19877: fix logic bug

* CAMEL-19877: change '.camel' to constant

* CAMEL-19877: add missing file

* Upgrade commons-dbcp2 2.10.0 (#11519)

* Upgrade qpid broker 9.1.0 (#11520)

* CAMEL-19876: camel-jbang - Add maven-settings to camel-jbang export command

* Upgrade Huawei Cloud Core SDK to version 3.1.60 (#11522)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* Upgrade Huawei Cloud OBS to version 3.23.5 (#11523)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* CAMEL-19903 - Upgrade Debezium to 2.3.4.Final (#11524)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* CAMEL-19904: Remove old unmaintaned versions from spring.schemas files. (#11525)

* CAMEL-19193: Add to 3.21 upgrade guide about metrics renamed

* CAMEL-19902 - Azure CosmosDB: Expose an IndexingPolicy parameter for createContainer operation (#11527)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* CAMEL-19398: fix not being able to enable statistics after initialized (#11526)

The statistics need to be set after the context and registry are initialized because of Spring. This fix cleanups and partially reverts change a7d67bc.

* CAMEL-19899: Process attachments before reading the request body for HttpServletRequest

* (chores) camel-core: disable flaky tests on GitHub (#11532)

* Update known releases in catalog

* (chores) Cleanup String-related operations (#11530)

- Use isEmpty instead of checking for length
- Use ObjectHelper.isBoolean

* CAMEL-19906 - Camel-Jbang: No need to have specific application properties exports for Secret Refresh features (#11528)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* Add debug message for missing JAXB XmlRootElement annotation (#11517)

Co-authored-by: Adriano Machado <admachad@redhat.com>

* (chores) camel-core: disable flaky test on GitHub (#11533)

* [CAMEL-19909] camel-catalog: model catalog refers to not-existing DescriptionDefinition javaType (#11535)

* Typo

* CAMEL-19908: camel-azure-servicebus - Fix title name of component

* (chores) camel-restdsl-openapi: added missing test dependency

Signed-off-by: Otavio R. Piske <angusyoung@gmail.com>

* (chores) tooling/maven: force skip maven plugin tests

This should prevent problems caused by cyclic dependencies between the tests and modules that may not have been built

Signed-off-by: Otavio R. Piske <angusyoung@gmail.com>

* (chores) archetypes: should use 17 as the base Java version

Signed-off-by: Otavio R. Piske <angusyoung@gmail.com>

* (chores) doc: minor adjustments to the contribution documentation

Signed-off-by: Otavio R. Piske <angusyoung@gmail.com>

* CAMEL-19774: camel-jbang - Rename command: pipe to script

* CAMEL-19802: camel-jbang - Add option to exclude files by pattern

* (chores) doc: add missing word in getting-started guide (#11540)

The part of the "Routes" section of the getting-started guide that reads
"a predicate that tests if the body of the matches" seems to be missing
the word "message" between "the body of the" and "matches". The purpose
of this commit is to the add that word to that part of the guide in
order to make it slightly clearer.

* (chores) tooling: use final when possible

- use static inner classes
- use chained append calls
- remove unnecessary transient modifier
- remove unnecessary call to toString
- use simpler generics expressions
- use isEmpty instead of checking for length

* Regen SBOM from commit 6da1a81 (#11544)

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: oscerd <oscerd@users.noreply.github.com>

* Upgrade AWS SDK v2 to version 2.20.153 (#11545)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* CAMEL-19877: camel-file - Add option to accept hidden folders

* CAMEL-19877: add missing file

* CAMEL-19877: resolve conflicts

* CAMEL-19877: rename includeHiddenDir to includeHiddenDirs

---------

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
Signed-off-by: Otavio R. Piske <angusyoung@gmail.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: tanyu <838806482@qq.com>
Co-authored-by: Claus Ibsen <claus.ibsen@gmail.com>
Co-authored-by: Andrea Cosentino <ancosen@gmail.com>
Co-authored-by: Otavio Rodolfo Piske <orpiske@users.noreply.github.com>
Co-authored-by: James Netherton <jamesnetherton@gmail.com>
Co-authored-by: Adriano Machado <60320+ammachado@users.noreply.github.com>
Co-authored-by: Adriano Machado <admachad@redhat.com>
Co-authored-by: Tomohisa Igarashi <tm.igarashi@gmail.com>
Co-authored-by: Otavio R. Piske <angusyoung@gmail.com>
Co-authored-by: João Martins <joao.martins@talkdesk.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: oscerd <oscerd@users.noreply.github.com>
@orpiske orpiske deleted the disable-core-flaky-gh branch April 10, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants