Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 748 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 748 Bytes

Query Streaming Bug Hunt Script

This repository contains a script used for bug hunts to test the query streaming pipelines.

Setup

Update the credentials in credentials.rb. Set CLIENT_ID and CLIENT_SECRET to your client id and secret for the user you want to test on master.

Install Dependencies

> bundle install

Run

> bin/export <old or new or both or test> <query_id: id or quid> <apply formatting: true or false> <apply vis: true or false> <dev mode: true or false>

Example

# Run query with id 9vyXupTeatORbyUUI7ot2m with value formatting disabled, vis formatting enabled and dev mode off against both the old and new pipelines.
> bin/export both 9vyXupTeatORbyUUI7ot2m false true true