[MDEV-12425] MariaRocks: Tests require too much disk space Created: 2017-04-02 Updated: 2017-04-04 Resolved: 2017-04-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
MariaRocks tests take a lot of diskspace. Buildbot's test runs fail because of "Disk full" errors. Need to investigate. |
| Comments |
| Comment by Sergei Petrunia [ 2017-04-02 ] | |||||||||||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2017-04-02 ] | |||||||||||||||||||||||||||||||||||
|
That is, MyRocks can take up to 2.5G, while vanilla 10.2 tests use at most 550M. | |||||||||||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2017-04-02 ] | |||||||||||||||||||||||||||||||||||
|
Running MyRocks tests with --parallel=1 and checking disk space usage after each test, I get the following (note that it's not an exact metric because tests typically delete their data at the end I only see the left overs):
| |||||||||||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2017-04-02 ] | |||||||||||||||||||||||||||||||||||
|
Scripts to run each test individually and watch its disk usage
| |||||||||||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2017-04-02 ] | |||||||||||||||||||||||||||||||||||
|
Conversion of script output to SQL is not fully automated...
| |||||||||||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2017-04-02 ] | |||||||||||||||||||||||||||||||||||
|
Marked bulk_load and add_index_inplace_sstfilewriter as big tests. | |||||||||||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2017-04-04 ] | |||||||||||||||||||||||||||||||||||
|
Closing as buildbot doesn't report "out of disk space" issues after this change. |