Rafael Ávila de Espíndola
|
ff18c837b7
|
tests: Add missing include in random-utils.hh
This file uses std::cout and so should include <iostream>.
Found with a patch to seastar that removes some redundant <iostream>
includes.
Signed-off-by: Rafael Ávila de Espíndola <espindola@scylladb.com>
Message-Id: <20181218183816.34504-1-espindola@scylladb.com>
|
2018-12-19 10:52:19 +00:00 |
|
Paweł Dziepak
|
2a0e929830
|
tests/random-utils: make functions and variables inline
random-utils.hh is a header which may be included in multiple
translation units so all members should be non-static inline to avoid
any duplication.
|
2018-11-22 11:30:31 +00:00 |
|
Paweł Dziepak
|
054d39b8f7
|
tests/random-utils: print seed
Knowning the seed will make it easier to investigate failures in
randomised tests.
|
2018-07-18 12:28:06 +01:00 |
|
Paweł Dziepak
|
9445ce3f84
|
tests/random-utils: generate sstrings
|
2018-07-18 12:28:06 +01:00 |
|
Paweł Dziepak
|
969219d5bc
|
tests/random-utils: add missing include
|
2018-06-25 09:21:47 +01:00 |
|
Paweł Dziepak
|
0092076167
|
tests: add helpers for generating random data
|
2018-05-31 10:09:01 +01:00 |
|