This repository was archived by the owner on Apr 30, 2026. It is now read-only.
Commit 1aab6cd
committed
Test to ensure we don't mix chunks across calls to DocumentChunker
This adds a new functional test to verify that if we call
DocumentChunker multiple times with different sets of documents that
we are not mixing chunks across each of those calls, even if the same
output_dir parameter is passed into each call of DocumentChunker.
We had an issue with this in the v0.7.x releases, but this test
verifies this is no longer an issue in main.
Signed-off-by: Ben Browning <bbrownin@redhat.com>1 parent 075bee3 commit 1aab6cd
1 file changed
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
0 commit comments