1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/encryption
Matias Grunberg 09bafea708 Use column limit to build invalid records
`validate column sizes` test assumes a string limit of 255 but SQL Server adapter
(https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/)
uses 4000.

This PR changes the test to use column definition. This removes the
need coerce & re-implement the same tests in the SQL Server adapter.
2022-01-03 10:21:25 -03:00
..
cipher Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
performance Modify assert_storage_performance to be quiet by default 2021-05-02 23:56:56 -05:00
cipher_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
concurrency_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
configurable_test.rb Fix: assign previous encryption schemes via previous: config option. 2021-04-13 08:55:44 -04:00
contexts_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
derived_secret_key_provider_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
deterministic_key_provider_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
encryptable_record_api_test.rb Forced encoding for deterministic encryption and other improvements (#42491) 2021-06-17 12:30:35 +02:00
encryptable_record_test.rb Use column limit to build invalid records 2022-01-03 10:21:25 -03:00
encrypted_fixtures_test.rb Fix test EncryptableFixtureTest that fails intermittently 2021-04-16 13:06:05 -05:00
encrypting_only_encryptor_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
encryption_schemes_test.rb Add test to validate that ciphertext is returned when all previous schemes fail 2021-04-22 08:03:48 -04:00
encryptor_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
envelope_encryption_key_provider_test.rb Rename "master key" -> "primary key" in Active Record encryption 2021-04-29 22:26:35 +02:00
extended_deterministic_queries_test.rb Forced encoding for deterministic encryption and other improvements (#42491) 2021-06-17 12:30:35 +02:00
helper.rb Forced encoding for deterministic encryption and other improvements (#42491) 2021-06-17 12:30:35 +02:00
key_generator_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
key_provider_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
key_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
message_serializer_test.rb Validate encrypted message formats 2021-10-19 20:14:22 -07:00
message_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
null_encryptor_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
properties_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
read_only_null_encryptor_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
scheme_test.rb Validate that proper keys are configured when declaring attributes 2021-04-01 18:20:54 +02:00
unencrypted_attributes_test.rb Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02:00
uniqueness_validations_test.rb Fix more Book references. 2021-04-03 08:31:59 -04:00