swift/test/unit/common
Matthew Oliver b1836f9368 Update malformed_example.db to actually be malformed
Seems since somewhere around sqlite 3.40+ our in tests malformed sqlite
db isn't malformed anymore. I don't actually know how it was malformed
but looking in a hex editor it seems to have a bunch of null
truncated in the middle of the file. Which maybe isn't an issue anymore?

Instead I've gone and messed up what looks like to be the marker before
defining the test table data at the end of file, so from:

  00001FF0  00 00 00 00 00 00 00 00 00 00 00 03 01 02 0F 31 ...............1
                                             ^^

To:

  00001FF0  00 00 00 00 00 00 00 00 00 00 00 FF 01 02 0F 31 ...............1
                                             ^^

Basically FF'ed the start of the data marker (at least what I'm calling
it).

Closes-Bug: #2051067
Change-Id: I2a10adffa39abbf7e97718b7228de298209140f8
2024-01-25 04:37:04 +00:00
..
middleware tests: Switch get_v4_amz_date_header to take timedeltas 2024-01-04 00:34:22 +00:00
ring ring: Centralize device normalization 2023-04-26 15:35:58 -07:00
utils Partially revert "Pull libc-related functions out to a separate module" 2023-08-18 17:50:31 +00:00
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
corrupted_example.db Real files for bad databases. 2011-08-02 18:21:25 +00:00
malformed_example.db Update malformed_example.db to actually be malformed 2024-01-25 04:37:04 +00:00
malformed_schema_example.db Quarantine malformed database schema SQLite errors 2016-12-01 14:17:02 +11:00
missing_container_info.db Quarantine DB without *_stat row 2018-02-07 19:35:05 +01:00
test_base_storage_server.py Allow replication servers to handle all request methods 2020-07-23 09:11:07 -07:00
test_bufferedhttp.py bufferedhttp: Tolerate socket being None 2021-06-28 16:16:27 -07:00
test_constraints.py Deprecate per-service auto_create_account_prefix 2020-01-05 09:53:30 -06:00
test_container_sync_realms.py Allow floats for a couple more intervals 2021-06-07 15:34:19 -07:00
test_daemon.py Merge "Don't monkey patch logging on import" 2023-04-28 22:44:29 +00:00
test_db_auditor.py recon: refactor common recon names into a common location 2021-06-29 15:22:57 -07:00
test_db_replicator.py Add FakeStatsdClient to unit tests 2023-08-07 10:10:45 +01:00
test_db.py cli: add --sync to db info to show syncs 2024-01-16 08:19:08 -08:00
test_digest.py formpost: deprecate sha1 signatures 2022-07-26 10:39:58 +10:00
test_direct_client.py direct_client: support extra request params for direct_get_container. 2023-08-17 11:57:22 -07:00
test_error_limiter.py proxy-server: include suppression time in error limit log 2022-11-21 10:52:11 +00:00
test_exceptions.py tests: Clean up some dangling timeouts 2022-01-28 17:48:03 -08:00
test_header_key_dict.py py3: Fix title-casing in HeaderKeyDict 2019-07-25 12:55:03 -07:00
test_http_protocol.py tests: Exercise recent eventlet breakage without XFS 2024-01-18 10:35:52 -08:00
test_internal_client.py Merge "Remove per-service auto_create_account_prefix" 2023-12-01 01:48:57 +00:00
test_linkat.py Fix tests using O_TMPFILE 2018-03-13 12:06:07 +00:00
test_manager.py Swap find_executable for which 2023-09-25 18:58:20 -07:00
test_memcached.py proxy: emit metric when updating namespaces memcache set fails 2023-10-26 18:15:08 +01:00
test_recon.py recon: refactor common recon names into a common location 2021-06-29 15:22:57 -07:00
test_registry.py Add docs for registry module 2022-02-10 11:17:06 -08:00
test_request_helpers.py slo: refactor GET/HEAD response handling 2023-11-10 15:26:28 -06:00
test_splice.py No longer import nose 2017-11-07 15:39:25 +11:00
test_storage_policy.py Clean up a bunch of deprecation warnings 2022-12-27 13:34:00 -08:00
test_swob.py slo: refactor GET/HEAD response handling 2023-11-10 15:26:28 -06:00
test_utils.py Container-server: add container namespaces GET 2024-01-11 10:46:53 +00:00
test_wsgi.py Get tests passing with latest eventlet 2024-01-02 12:40:55 -08:00