PAssertTest#runExpectingAssertionFailure() and waitUntilFinish()

2016-12-05 Thread Stas Levin
Hi, PAssertTest#runExpectingAssertionFailure() contains the following block: try { pipeline.run(); } catch (AssertionError exc) { return exc; } I was wondering if in some cases this might not produce the desired effect, particularly if the run() method returns before the pipeline has ended.

Configuring IntelliJ to enforce checkstyle rules

2016-08-24 Thread Stas Levin
Hi guys, Having IntelliJ enforce Beam's Checkstyle rules turned out to be very useful for me, so I figured I'd share the steps just in case. 1. Install the Checkstyle plugin 1. Select the *Plugins* menu from the *Preferences* (Cmd+",") 2. Click "*Browse Repositories*" 3. Type