Commit 7406405
committed
Probe: include the test class's setUp tables before testCreateTemporaryTable
WP_SQLite_Driver_Tests::setUp() creates two permanent tables
(_options, _dates) with INTEGER PRIMARY KEY AUTO_INCREMENT BEFORE
the test method runs. The probe was missing this prior state. Add
the setUp tables to the probe and re-run — if the bug now
reproduces, we have the minimal repro and can isolate which
specific operation triggers it.1 parent 03f042f commit 7406405
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2046 | 2046 | | |
2047 | 2047 | | |
2048 | 2048 | | |
2049 | | - | |
| 2049 | + | |
| 2050 | + | |
| 2051 | + | |
| 2052 | + | |
| 2053 | + | |
| 2054 | + | |
| 2055 | + | |
| 2056 | + | |
| 2057 | + | |
| 2058 | + | |
| 2059 | + | |
| 2060 | + | |
| 2061 | + | |
2050 | 2062 | | |
2051 | 2063 | | |
2052 | 2064 | | |
| |||
0 commit comments