Commit Graph

3956 Commits

Author SHA1 Message Date
elianddb bcb2dfbd79 add priv test 2025-11-05 14:47:41 -08:00
elianddb 48e7ae75b7 add mariadb-binlog.bats 2025-11-05 14:47:40 -08:00
Elian 33237a9e0f Merge pull request #10033 from dolthub/elian/10015
dolthub/dolt#10015: Support `read_only` to always be true in standby mode
2025-11-05 14:46:29 -08:00
elianddb 106bc07219 amend flaky build tests 2025-11-05 13:53:28 -08:00
elianddb b59aad1939 read_only always true on standby 2025-11-05 13:03:29 -08:00
Neil Macneale IV a74a4a62a8 Merge pull request #10020 from dolthub/macneale4/ci-9946
refactor: make dolt_diff_summary respect dolt_ignore patterns
2025-11-03 12:06:39 -08:00
Nick Tobey ce7311833f Merge pull request #9989 from dolthub/nicktobey/nonlocal-fks
Allow foreign keys on nonlocal tables
2025-10-29 14:49:47 -07:00
Nick Tobey ba3fbd0fc5 Add engine tests for nonlocal tables 2025-10-28 13:59:30 -07:00
Jason Fulghum eb6dd9144f PR Feedback: adding BATS tests back and updating for new behavior 2025-10-27 14:26:30 -07:00
Jason Fulghum 49a434a090 Relax column tag uniqueness to only require tags to be unique in each table 2025-10-27 14:26:30 -07:00
Neil Macneale IV 4bf183bfcd Fix more tests 2025-10-23 16:57:35 -07:00
Neil Macneale IV 2589565bad Handle multiple server 2025-10-23 16:28:20 -07:00
Neil Macneale IV 1f50489cb1 Add more tests. Add event after commitCurrentHead 2025-10-23 16:28:20 -07:00
Neil Macneale IV 9d8475e4f6 Move read events to StartTransaction
Also filter out event scheduler sessions
2025-10-23 16:28:20 -07:00
Neil Macneale IV a97ee48ec0 bats tests started for branch activity table 2025-10-23 16:28:20 -07:00
Aaron Son 38a1ed32ff Merge pull request #9990 from dolthub/aaron/gc-full-oldgen-fix
go/store/nbs: store.go: Fix a bug which caused dolt gc --full to not collect new data sometimes.
2025-10-23 11:40:25 -07:00
Aaron Son f3adba56cc go/store/nbs: store.go: Fix a bug which caused dolt gc --full to not collect new data sometimes.
If `dolt gc --full` was run, and then branches were changed and `dolt gc` was run, possibly multiple times, and then all of the state was returned to the state of the database during the initial `dolt gc --full`, then running `dolt gc --full` anew would falsely conclude that there was nothing to collect.

After the GC work is done, and we are inside swapTables, there is no need to check for whether we should swap the tables. We already have done the work to compute the new files and we should apply them regardless.
2025-10-23 10:54:38 -07:00
Nick Tobey bd1b42e3ca Update nonlocal table bats tests. 2025-10-23 01:17:44 -07:00
Nick Tobey 9ca908f441 Prevent creating a table if it would clash with a nonlocal_tables rule. 2025-10-23 01:17:44 -07:00
Nick Tobey ecd150ab5e nonlocal tables appear in show_tables 2025-10-23 01:16:03 -07:00
Nick Tobey 6d70219766 Allow creating foreign key on nonlocal table. 2025-10-23 01:16:03 -07:00
David Dansby 0152ea1ded Merge branch 'main' of github.com:dolthub/dolt into codeaucafe/5861-tmp 2025-10-22 21:47:55 -07:00
Aaron Son db127eb1b8 Apply suggestions from code review
Co-authored-by: Neil Macneale IV <46170177+macneale4@users.noreply.github.com>
2025-10-22 16:51:49 -07:00
Aaron Son 52e673e445 go/store/nbs: archive_writer.go: Fix problem with archive stream writer where we did not remove temptf files when we were pushing changes. 2025-10-22 16:23:08 -07:00
angelamayxie cd41015ee8 Update integration-tests/bats/sql-load-data.bats
Co-authored-by: James Cor <jcor@ucsd.edu>
2025-10-21 16:28:08 -07:00
Angela Xie bff515c7de update bats test 2025-10-21 15:55:05 -07:00
David Dansby e895a388c2 Merge branch 'main' of github.com:dolthub/dolt into codeaucafe/5861-tmp 2025-10-20 22:25:47 -07:00
elianddb 5fa7e5a817 amend bats for default cols 2025-10-20 15:39:56 -07:00
David Dansby 4e37ef018d Merge remote-tracking branch 'upstream/main' into codeaucafe/5861-tmp 2025-10-19 17:12:37 -07:00
Elian 557b174cea Merge pull request #9961 from dolthub/elian/entrydeps
docker-entrypoint.sh: Add missing dependencies for SQL file extraction and amend MySQL entry point behavior
2025-10-17 13:57:22 -07:00
elianddb c83731152a amend tmp dirs in bats 2025-10-17 12:54:06 -07:00
elianddb 8f9dd125da rm log parsing 2025-10-16 22:00:26 -07:00
elianddb 5db9f4750c rm run negation 2025-10-16 14:18:53 -07:00
elianddb c46cb5f444 amend err msg 2025-10-16 12:49:20 -07:00
elianddb ce5f50311c fix check on DOLT_RAW 2025-10-16 11:20:15 -07:00
elianddb 99145e0323 add longer timeout for grep log parse 2025-10-16 10:54:49 -07:00
elianddb d498dc9b9a add wait for log 2025-10-16 09:59:46 -07:00
elianddb 379f2ddae2 amend timeout 2025-10-16 09:59:46 -07:00
elianddb 63f2b1e723 amend format and fix grep 2025-10-16 09:59:46 -07:00
elianddb d22305b61d add output for init files 2025-10-16 09:59:46 -07:00
elianddb cce453731f add log tests 2025-10-16 09:59:45 -07:00
elianddb 992677d42b amend tests and add parser 2025-10-16 09:59:45 -07:00
elianddb 4b19a450bc rm dbg stmts 2025-10-16 09:59:45 -07:00
elianddb 1fc59cc9da mv order to match mysql 2025-10-16 09:59:45 -07:00
elianddb c4507a49bb add Dockerfile deps for entrypoint init 2025-10-16 09:59:45 -07:00
Neil Macneale IV 2263d186fd Keep cluster dolt_gc tests in place with auto_gc disabled. 2025-10-16 09:13:31 -07:00
Neil Macneale IV 3c1d4c772c Don't expect GC to fail in cluster tests. 2025-10-15 14:57:13 -07:00
Neil Macneale IV f5a68f7d97 Account for nil AutoGCBehavior object to indicate default behavior 2025-10-15 11:55:24 -07:00
Neil Macneale IV 4434b6febc Insert more data for garbage collection test. Archives make difference smaller 2025-10-15 11:54:12 -07:00
Neil Macneale IV 95b810651e Update Archive tests to account for new defaults 2025-10-15 11:54:12 -07:00