Re: Make the TeamCity console quiet.

2019-06-03 Thread Dmitriy Pavlov
Hi Igniters, For older versions, where the needed configuration is absent you may found the following behavior of tests SPI [ tests 1 ] JDK8 IgniteSpiTestSuite: TestSuite$1.warning Cache (Restarts) 1 [ tests 1 ] JDK8 IgniteCacheRestartTestSuite: TestSuite$1.warning If you found such issue c

Re: Make the TeamCity console quiet.

2019-04-19 Thread Maksim Stepachev
Run params example: https://issues.apache.org/jira/secure/attachment/12966470/quiet-console-checkbox.png пт, 19 апр. 2019 г. в 12:55, Dmitriy Pavlov : > Hi Maxim, > > Apache Lists removes images from emails. Could you please add this image > somewhere and share a link? > > Sincerely, > Dmitriy Pa

Re: Make the TeamCity console quiet.

2019-04-19 Thread Dmitriy Pavlov
Hi Maxim, Apache Lists removes images from emails. Could you please add this image somewhere and share a link? Sincerely, Dmitriy Pavlov пт, 19 апр. 2019 г. в 12:52, Maksim Stepachev : > Hi, > The checkbox was added into the "Run Custom Build" window (Quiet console > output *). Quiet is active

Re: Make the TeamCity console quiet.

2019-04-19 Thread Maksim Stepachev
Hi, The checkbox was added into the "Run Custom Build" window (Quiet console output *). Quiet is active by default. [image: quite-console-checkbox.png] https://issues.apache.org/jira/browse/IGNITE-11736 вт, 9 апр. 2019 г. в 11:06, Павлухин Иван : > Maksim, > > I like such approach. If nobody ob

Re: Make the TeamCity console quiet.

2019-04-09 Thread Павлухин Иван
Maksim, I like such approach. If nobody objects let's go ahead and try it out. вт, 9 апр. 2019 г. в 10:38, Maksim Stepachev : > > Ivan, > > 1. It'll some selector which changes ENV parameter for build run with quiet > by default. > 2. Yes, the additional log config will be added for TC. > > > пн,

Re: Make the TeamCity console quiet.

2019-04-09 Thread Maksim Stepachev
Ivan, 1. It'll some selector which changes ENV parameter for build run with quiet by default. 2. Yes, the additional log config will be added for TC. пн, 8 апр. 2019 г. в 17:08, Павлухин Иван : > Hi Maxim, > > Thank you for continuing with that initiative. Could you please > elaborate on follow

Re: Make the TeamCity console quiet.

2019-04-08 Thread Павлухин Иван
Hi Maxim, Thank you for continuing with that initiative. Could you please elaborate on following: 1. What changes are required on TC? 2. Will everything work without changes on a developer's local machine? пн, 8 апр. 2019 г. в 13:13, Maksim Stepachev : > > Hi, everyone! > > I want to push the top

Re: Make the TeamCity console quiet.

2019-04-08 Thread Maksim Stepachev
Hi, everyone! I want to push the topic up and discuss a final solution about the quiet console. The suggestion above: 1. Rollover will be locked. Pros: Only one big file in an archive. Cons: Max size of the file isn't limited. 2. Run all will contain a parameter for switch off the quiet mode. 3.

Re: Make the TeamCity console quiet.

2019-02-14 Thread Павлухин Иван
Maksim, I tried configuration with quite console and unlimited log file on my machine. Naively configured in log4j-test.xml it works not so fine in development environment because log file is appended by each test execution. Console redirection works better in development environment. Should we ha

Re: Make the TeamCity console quiet.

2019-02-11 Thread Eduard Shangareev
Maksim, sounds good. 1) Can we just turn off log rollover? 2) I believe, that we need the ability to override this by setting parameter for Run All. On Mon, Feb 11, 2019 at 4:12 PM Maksim Stepachev wrote: > Ivan, > > Yes. It happens because we use the RollingFileAppender for a file logging.

Re: Make the TeamCity console quiet.

2019-02-11 Thread Maksim Stepachev
Ivan, Yes. It happens because we use the RollingFileAppender for a file logging. This appender has the next properties: Can I increase MaxFileSize by 200MB or more? I suppose these limits were added for cases when the test writes a log. It makes the guarantee that logs less than 10*10 = 100MBs

Re: Make the TeamCity console quiet.

2019-02-11 Thread Павлухин Иван
Maksim, Generally I like the idea. But there is one thing which bothers me a little bit. Usually I use "Download full build log" link to download log and then examine it as a single file. AFAIK artifact with logs contains several files. Could you suggest a way how can I conveniently explore files

Re: Make the TeamCity console quiet.

2019-02-11 Thread Ilya Kasnacheev
Hello! Can we do IGNITE_QUIET=true for runAlls triggered by bot (along with SCALE_FACTOR) and false for manually triggered builds (or retriggered failures)? Regards, -- Ilya Kasnacheev пн, 11 февр. 2019 г. в 13:03, Dmitriy Pavlov : > ++1 from my side. It is very interesting how overall RunAll

Re: Make the TeamCity console quiet.

2019-02-11 Thread Dmitriy Pavlov
++1 from my side. It is very interesting how overall RunAll run time will be decreased. My previous experience with TeamCity shows that removing pressure from the console and using adequate logging instead may bring x1.5 - x2 performance boost for tests. One more benefit of moving from synced str