Skip to content

Commit

Permalink
Adding RQG submodule
Browse files Browse the repository at this point in the history
Summary:
Daniel's Random Query Generator tests have found a number of problems in
MyRocks before. This initial diff pulls the rqg module into MyRocks for
integration into the mysql test framework.

@update-submodule: rqg

Test Plan: build myrocks

Reviewers: yoshinorim, jkedgar, gunnarku

Reviewed By: gunnarku

Subscribers: dleeyh, jtolmer, webscalesql-eng

Differential Revision: https://reviews.facebook.net/D59475
  • Loading branch information
Herman Lee committed Jan 24, 2017
1 parent f7a096f commit b90b4a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "rocksdb"]
path = rocksdb
url = https://github.com/facebook/rocksdb.git
[submodule "rqg"]
path = rqg
url = https://github.com/yoshinorim/rqg.git
1 change: 1 addition & 0 deletions rqg
Submodule rqg added at 2dc576

0 comments on commit b90b4a5

Please sign in to comment.