You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might be related to #23 and #21, whenever I use the bar from within IDEA (works as expected outside), I only see the bar, I never see the speed or progress counter, I only see them once the progress is complete.
Eg running RangeTest, during run I see:
Upon completion I see:
The SLF4J test I get as expected:
Haven't attempted to fix, but let me know if I can help in any way. Love the library! If I get some time this weekend I might take a crack.
IntelliJ IDEA 2020.1.1 (Community Edition)
Build #IC-201.7223.91, built on April 30, 2020
Runtime version: 11.0.6+8-b765.40 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.15.5
GC: ParNew, ConcurrentMarkSweep
Memory: 1979M
Cores: 16
Registry: analyze.exceptions.on.the.fly=true, debugger.watches.in.variables=false, compiler.automake.allow.when.app.running=true
Non-Bundled Plugins: awesome.console, claims.bold.intellij.avro, Lombook Plugin, com.thoughtworks.gauge, org.avaje.ebean11.enhancer, org.intellij.scala, org.jetbrains.kotlin, mobi.hsz.idea.gitignore, MavenRunHelper, BashSupport, aws.toolkit, org.asciidoctor.intellij.asciidoc
The text was updated successfully, but these errors were encountered:
astubbs
changed the title
Possibly different problem with IntelliJ IDEA but only without using SLF4j
IntelliJ IDEA not showing speed or count progress, but only without using SLF4j
Jun 26, 2020
Thanks @astubbs !
Oh yeah, I have encountered this myself. This is because IntelliJ's test environment did not flush the output frequently.
If you just use IntelliJ's internal Run/Debug, it works perfectly.
This is probably out of my hand to fix.
Might be related to #23 and #21, whenever I use the bar from within IDEA (works as expected outside), I only see the bar, I never see the speed or progress counter, I only see them once the progress is complete.
Eg running RangeTest, during run I see:
Upon completion I see:
The SLF4J test I get as expected:
Haven't attempted to fix, but let me know if I can help in any way. Love the library! If I get some time this weekend I might take a crack.
The text was updated successfully, but these errors were encountered: