Revision 7122
Added by Aaron Marcuse-Kubitza almost 12 years ago
README.TXT | ||
---|---|---|
290 | 290 |
|
291 | 291 |
Testing: |
292 | 292 |
On a development machine, you should put the following in your .profile: |
293 |
export redo= log= n=2
|
|
293 |
export log= n=2 |
|
294 | 294 |
Mapping process: make test |
295 | 295 |
Including column-based import: make test by_col=1 |
296 | 296 |
If the row-based and column-based imports produce different inserted |
Also available in: Unified diff
bin/map: Made $redo flag default to off, because redo mode is slow (all tables have to be truncated) and is only needed when running tests on a public schema with data in it, which would not be the case on a development machine where tests are usually run