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
Ricardo Díaz 8fd352749d Modify assert_storage_performance to be quiet by default
Even though encryption performance test have been ignored in 1fff866,
they're still included when using `bin/test` as the executable, and the
output could be confusing.

Following the approach used in ed8667d, this assertion is now quiet by
default.
2021-05-02 23:56:56 -05: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 Rename previous_types_including_clean_text => previous_types 2021-04-22 08:03:48 -04:00
encryptable_record_test.rb Fix test EncryptableFixtureTest that fails intermittently 2021-04-16 13:06:05 -05: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 Add new "encrypted_books" table to the schema 2021-04-03 08:00:01 -04:00
helper.rb Silence assert_slower_by_at_most by default 2021-04-27 09:34:43 +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 Encourage deterministic encryption to remain unchanged 2021-04-01 15:02:15 +02: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