]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Deflake test `CompactionJobTest.InputSerialization` (#8712)
authorJay Zhuang <zjay@fb.com>
Thu, 26 Aug 2021 16:26:41 +0000 (09:26 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 26 Aug 2021 16:27:37 +0000 (09:27 -0700)
commit4afa24f8ae18aa4e173835f70bb608d336b46554
tree67b61d85b533cb912815bceeb48b0a0d49ec6b15
parent6e63e77af1ee93e81b5bcd625cf2353f48b94aee
Deflake test `CompactionJobTest.InputSerialization` (#8712)

Summary:
It's invalid to have an empty file name.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/8712

Test Plan:
```
$ gtest-parallel ./compaction_job_test --gtest_filter=CompactionJobTest.InputSerialization -r 10000
```

Reviewed By: pdillinger

Differential Revision: D30566739

Pulled By: jay-zhuang

fbshipit-source-id: 41e73175e3c95c4b73b4fdcd33470788d4e29d37
db/compaction/compaction_job_test.cc