Igniters,
I am currently working on the migration of the Spring Transactions integration to a separate ignite-extensions module - [1]. I need to create a debug ignite-extensions build on TC with the migrated test suite included, making sure the new tests are ok. Can anyone help me get the required TC permissions while I work on this issue? Regards, Mikhail. [1] - https://issues.apache.org/jira/browse/IGNITE-13992 |
Hi, Mikhail.
Can you please describe what exactly do you what to achieve with the build — I will help with it. Seems that currently we have no test suites for extensions at all [1] https://ci.ignite.apache.org/project/IgniteExtensions_Tests?mode=builds > On 28 Jan 2021, at 15:34, Mikhail Petrov <[hidden email]> wrote: > > Igniters, > > I am currently working on the migration of the Spring Transactions integration to a separate ignite-extensions module - [1]. I need to create a debug ignite-extensions build on TC with the migrated test suite included, making sure the new tests are ok. Can anyone help me get the required TC permissions while I work on this issue? > > Regards, > Mikhail. > > [1] - https://issues.apache.org/jira/browse/IGNITE-13992 > |
Petr, I planned to copy the existing ignite-extensions build
configuration and change its parameters [1] to add a new module and test-suite. It turned out that build configuration parameters can be overridden for each particular build without additional permissions or copying something. Sorry for bothering you. On 28.01.2021 16:17, Petr Ivanov wrote: > Hi, Mikhail. > > > Can you please describe what exactly do you what to achieve with the build — I will help with it. > > Seems that currently we have no test suites for extensions at all [1] > > > > https://ci.ignite.apache.org/project/IgniteExtensions_Tests?mode=builds > >> On 28 Jan 2021, at 15:34, Mikhail Petrov <[hidden email]> wrote: >> >> Igniters, >> >> I am currently working on the migration of the Spring Transactions integration to a separate ignite-extensions module - [1]. I need to create a debug ignite-extensions build on TC with the migrated test suite included, making sure the new tests are ok. Can anyone help me get the required TC permissions while I work on this issue? >> >> Regards, >> Mikhail. >> >> [1] - https://issues.apache.org/jira/browse/IGNITE-13992 >> |
It seems that we need full set of tests for extensions.
I will refactor that project in couple of days and add suite for your extension too. > On 28 Jan 2021, at 16:34, Mikhail Petrov <[hidden email]> wrote: > > Petr, I planned to copy the existing ignite-extensions build configuration and change its parameters [1] to add a new module and test-suite. > > It turned out that build configuration parameters can be overridden for each particular build without additional permissions or copying something. > > Sorry for bothering you. > > On 28.01.2021 16:17, Petr Ivanov wrote: >> Hi, Mikhail. >> >> >> Can you please describe what exactly do you what to achieve with the build — I will help with it. >> >> Seems that currently we have no test suites for extensions at all [1] >> >> >> >> https://ci.ignite.apache.org/project/IgniteExtensions_Tests?mode=builds >> >>> On 28 Jan 2021, at 15:34, Mikhail Petrov <[hidden email]> wrote: >>> >>> Igniters, >>> >>> I am currently working on the migration of the Spring Transactions integration to a separate ignite-extensions module - [1]. I need to create a debug ignite-extensions build on TC with the migrated test suite included, making sure the new tests are ok. Can anyone help me get the required TC permissions while I work on this issue? >>> >>> Regards, >>> Mikhail. >>> >>> [1] - https://issues.apache.org/jira/browse/IGNITE-13992 >>> |
Hi, Mikhail.
Is there a PR with you extension, so I can test TC build configuration? > On 28 Jan 2021, at 19:03, Petr Ivanov <[hidden email]> wrote: > > It seems that we need full set of tests for extensions. > > I will refactor that project in couple of days and add suite for your extension too. > > >> On 28 Jan 2021, at 16:34, Mikhail Petrov <[hidden email]> wrote: >> >> Petr, I planned to copy the existing ignite-extensions build configuration and change its parameters [1] to add a new module and test-suite. >> >> It turned out that build configuration parameters can be overridden for each particular build without additional permissions or copying something. >> >> Sorry for bothering you. >> >> On 28.01.2021 16:17, Petr Ivanov wrote: >>> Hi, Mikhail. >>> >>> >>> Can you please describe what exactly do you what to achieve with the build — I will help with it. >>> >>> Seems that currently we have no test suites for extensions at all [1] >>> >>> >>> >>> https://ci.ignite.apache.org/project/IgniteExtensions_Tests?mode=builds >>> >>>> On 28 Jan 2021, at 15:34, Mikhail Petrov <[hidden email]> wrote: >>>> >>>> Igniters, >>>> >>>> I am currently working on the migration of the Spring Transactions integration to a separate ignite-extensions module - [1]. I need to create a debug ignite-extensions build on TC with the migrated test suite included, making sure the new tests are ok. Can anyone help me get the required TC permissions while I work on this issue? >>>> >>>> Regards, >>>> Mikhail. >>>> >>>> [1] - https://issues.apache.org/jira/browse/IGNITE-13992 >>>> > |
Hi, Petr.
PR with new extension - https://github.com/apache/ignite-extensions/pull/33 On 05.02.2021 12:35, Petr Ivanov wrote: > Hi, Mikhail. > > Is there a PR with you extension, so I can test TC build configuration? > > >> On 28 Jan 2021, at 19:03, Petr Ivanov <[hidden email]> wrote: >> >> It seems that we need full set of tests for extensions. >> >> I will refactor that project in couple of days and add suite for your extension too. >> >> >>> On 28 Jan 2021, at 16:34, Mikhail Petrov <[hidden email]> wrote: >>> >>> Petr, I planned to copy the existing ignite-extensions build configuration and change its parameters [1] to add a new module and test-suite. >>> >>> It turned out that build configuration parameters can be overridden for each particular build without additional permissions or copying something. >>> >>> Sorry for bothering you. >>> >>> On 28.01.2021 16:17, Petr Ivanov wrote: >>>> Hi, Mikhail. >>>> >>>> >>>> Can you please describe what exactly do you what to achieve with the build — I will help with it. >>>> >>>> Seems that currently we have no test suites for extensions at all [1] >>>> >>>> >>>> >>>> https://ci.ignite.apache.org/project/IgniteExtensions_Tests?mode=builds >>>> >>>>> On 28 Jan 2021, at 15:34, Mikhail Petrov <[hidden email]> wrote: >>>>> >>>>> Igniters, >>>>> >>>>> I am currently working on the migration of the Spring Transactions integration to a separate ignite-extensions module - [1]. I need to create a debug ignite-extensions build on TC with the migrated test suite included, making sure the new tests are ok. Can anyone help me get the required TC permissions while I work on this issue? >>>>> >>>>> Regards, >>>>> Mikhail. >>>>> >>>>> [1] - https://issues.apache.org/jira/browse/IGNITE-13992 >>>>> |
Mikhail,
Check this build, please [1] This configuration by default is run agains `master` branch of Apache Ignite, but can be overridden in params with any branch you like, including PRs in apache/ignite repository. This is done for ability to test new features in extensions against non-published changes in main project. [1] https://ci.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_SpringTransactions/5857868 > On 5 Feb 2021, at 12:51, Mikhail Petrov <[hidden email]> wrote: > > Hi, Petr. > > PR with new extension - https://github.com/apache/ignite-extensions/pull/33 > > On 05.02.2021 12:35, Petr Ivanov wrote: >> Hi, Mikhail. >> >> Is there a PR with you extension, so I can test TC build configuration? >> >> >>> On 28 Jan 2021, at 19:03, Petr Ivanov <[hidden email]> wrote: >>> >>> It seems that we need full set of tests for extensions. >>> >>> I will refactor that project in couple of days and add suite for your extension too. >>> >>> >>>> On 28 Jan 2021, at 16:34, Mikhail Petrov <[hidden email]> wrote: >>>> >>>> Petr, I planned to copy the existing ignite-extensions build configuration and change its parameters [1] to add a new module and test-suite. >>>> >>>> It turned out that build configuration parameters can be overridden for each particular build without additional permissions or copying something. >>>> >>>> Sorry for bothering you. >>>> >>>> On 28.01.2021 16:17, Petr Ivanov wrote: >>>>> Hi, Mikhail. >>>>> >>>>> >>>>> Can you please describe what exactly do you what to achieve with the build — I will help with it. >>>>> >>>>> Seems that currently we have no test suites for extensions at all [1] >>>>> >>>>> >>>>> >>>>> https://ci.ignite.apache.org/project/IgniteExtensions_Tests?mode=builds >>>>> >>>>>> On 28 Jan 2021, at 15:34, Mikhail Petrov <[hidden email]> wrote: >>>>>> >>>>>> Igniters, >>>>>> >>>>>> I am currently working on the migration of the Spring Transactions integration to a separate ignite-extensions module - [1]. I need to create a debug ignite-extensions build on TC with the migrated test suite included, making sure the new tests are ok. Can anyone help me get the required TC permissions while I work on this issue? >>>>>> >>>>>> Regards, >>>>>> Mikhail. >>>>>> >>>>>> [1] - https://issues.apache.org/jira/browse/IGNITE-13992 >>>>>> |
Petr,
It works. Thank you very much. On 05.02.2021 14:49, Petr Ivanov wrote: > Mikhail, > > > Check this build, please [1] > > This configuration by default is run agains `master` branch of Apache Ignite, but can be overridden in params with any branch you like, including PRs in apache/ignite repository. > This is done for ability to test new features in extensions against non-published changes in main project. > > > > [1] https://ci.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_SpringTransactions/5857868 > > > >> On 5 Feb 2021, at 12:51, Mikhail Petrov <[hidden email]> wrote: >> >> Hi, Petr. >> >> PR with new extension - https://github.com/apache/ignite-extensions/pull/33 >> >> On 05.02.2021 12:35, Petr Ivanov wrote: >>> Hi, Mikhail. >>> >>> Is there a PR with you extension, so I can test TC build configuration? >>> >>> >>>> On 28 Jan 2021, at 19:03, Petr Ivanov <[hidden email]> wrote: >>>> >>>> It seems that we need full set of tests for extensions. >>>> >>>> I will refactor that project in couple of days and add suite for your extension too. >>>> >>>> >>>>> On 28 Jan 2021, at 16:34, Mikhail Petrov <[hidden email]> wrote: >>>>> >>>>> Petr, I planned to copy the existing ignite-extensions build configuration and change its parameters [1] to add a new module and test-suite. >>>>> >>>>> It turned out that build configuration parameters can be overridden for each particular build without additional permissions or copying something. >>>>> >>>>> Sorry for bothering you. >>>>> >>>>> On 28.01.2021 16:17, Petr Ivanov wrote: >>>>>> Hi, Mikhail. >>>>>> >>>>>> >>>>>> Can you please describe what exactly do you what to achieve with the build — I will help with it. >>>>>> >>>>>> Seems that currently we have no test suites for extensions at all [1] >>>>>> >>>>>> >>>>>> >>>>>> https://ci.ignite.apache.org/project/IgniteExtensions_Tests?mode=builds >>>>>> >>>>>>> On 28 Jan 2021, at 15:34, Mikhail Petrov <[hidden email]> wrote: >>>>>>> >>>>>>> Igniters, >>>>>>> >>>>>>> I am currently working on the migration of the Spring Transactions integration to a separate ignite-extensions module - [1]. I need to create a debug ignite-extensions build on TC with the migrated test suite included, making sure the new tests are ok. Can anyone help me get the required TC permissions while I work on this issue? >>>>>>> >>>>>>> Regards, >>>>>>> Mikhail. >>>>>>> >>>>>>> [1] - https://issues.apache.org/jira/browse/IGNITE-13992 >>>>>>> |
Thanks for checking this out, Mikhail.
I will add other suites with the same setup later this week. > On 8 Feb 2021, at 11:42, Mikhail Petrov <[hidden email]> wrote: > > Petr, > > > It works. Thank you very much. > > On 05.02.2021 14:49, Petr Ivanov wrote: >> Mikhail, >> >> >> Check this build, please [1] >> >> This configuration by default is run agains `master` branch of Apache Ignite, but can be overridden in params with any branch you like, including PRs in apache/ignite repository. >> This is done for ability to test new features in extensions against non-published changes in main project. >> >> >> >> [1] https://ci.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_SpringTransactions/5857868 >> >> >> >>> On 5 Feb 2021, at 12:51, Mikhail Petrov <[hidden email]> wrote: >>> >>> Hi, Petr. >>> >>> PR with new extension - https://github.com/apache/ignite-extensions/pull/33 >>> >>> On 05.02.2021 12:35, Petr Ivanov wrote: >>>> Hi, Mikhail. >>>> >>>> Is there a PR with you extension, so I can test TC build configuration? >>>> >>>> >>>>> On 28 Jan 2021, at 19:03, Petr Ivanov <[hidden email]> wrote: >>>>> >>>>> It seems that we need full set of tests for extensions. >>>>> >>>>> I will refactor that project in couple of days and add suite for your extension too. >>>>> >>>>> >>>>>> On 28 Jan 2021, at 16:34, Mikhail Petrov <[hidden email]> wrote: >>>>>> >>>>>> Petr, I planned to copy the existing ignite-extensions build configuration and change its parameters [1] to add a new module and test-suite. >>>>>> >>>>>> It turned out that build configuration parameters can be overridden for each particular build without additional permissions or copying something. >>>>>> >>>>>> Sorry for bothering you. >>>>>> >>>>>> On 28.01.2021 16:17, Petr Ivanov wrote: >>>>>>> Hi, Mikhail. >>>>>>> >>>>>>> >>>>>>> Can you please describe what exactly do you what to achieve with the build — I will help with it. >>>>>>> >>>>>>> Seems that currently we have no test suites for extensions at all [1] >>>>>>> >>>>>>> >>>>>>> >>>>>>> https://ci.ignite.apache.org/project/IgniteExtensions_Tests?mode=builds >>>>>>> >>>>>>>> On 28 Jan 2021, at 15:34, Mikhail Petrov <[hidden email]> wrote: >>>>>>>> >>>>>>>> Igniters, >>>>>>>> >>>>>>>> I am currently working on the migration of the Spring Transactions integration to a separate ignite-extensions module - [1]. I need to create a debug ignite-extensions build on TC with the migrated test suite included, making sure the new tests are ok. Can anyone help me get the required TC permissions while I work on this issue? >>>>>>>> >>>>>>>> Regards, >>>>>>>> Mikhail. >>>>>>>> >>>>>>>> [1] - https://issues.apache.org/jira/browse/IGNITE-13992 >>>>>>>> |
Free forum by Nabble | Edit this page |