cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.21k stars 3.82k forks source link

roachtest: activerecord failed #136560

Open cockroach-teamcity opened 1 day ago

cockroach-teamcity commented 1 day ago

Note: This build has runtime assertions enabled. If the same failure was hit in a run without assertions enabled, there should be a similar failure without this message. If there isn't one, then this failure is likely due to an assertion violation or (assertion) timeout.

roachtest.activerecord failed with artifacts on master @ b3fec61ca90095c664f6432af864f18e9946f8bb:

--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_specified_pk_and_sequence (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_create_fixtures_resets_sequences_when_not_cached (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: CockroachDB::FixturesResetPkSequenceTest#test_resets_to_min_pk_with_default_pk_and_sequence (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #136460 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.2 release-blocker]

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-45127

cockroach-teamcity commented 1 day ago

roachtest.activerecord failed with artifacts on master @ b3fec61ca90095c664f6432af864f18e9946f8bb:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #136562 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.3 release-blocker] - #136561 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.3.1-rc release-blocker] - #136460 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.2 release-blocker]

This test on roachdash | Improve this report!

cockroach-teamcity commented 10 hours ago

roachtest.activerecord failed with artifacts on master @ 6a61ee06779f1e6e0fe68be4286cf4cac3e8aa4e:

(orm_helpers.go:164).summarizeFailed: No tests ran! Fix the testing commands.
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #136562 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.3 release-blocker] - #136561 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.3.1-rc release-blocker] - #136460 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot P-2 T-sql-foundations branch-release-24.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 9 hours ago

roachtest.activerecord failed with artifacts on master @ 5918e851d28418bf59ce9d19be0a65661a53f4fe:

(orm_helpers.go:164).summarizeFailed: No tests ran! Fix the testing commands.
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #136562 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.3 release-blocker] - #136561 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.3.1-rc release-blocker] - #136460 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot P-2 T-sql-foundations branch-release-24.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 8 hours ago

Note: This build has runtime assertions enabled. If the same failure was hit in a run without assertions enabled, there should be a similar failure without this message. If there isn't one, then this failure is likely due to an assertion violation or (assertion) timeout.

roachtest.activerecord failed with artifacts on master @ 59848e274abde8644a3f005d711e0c5e484b8d20:

(orm_helpers.go:164).summarizeFailed: No tests ran! Fix the testing commands.
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #136562 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.3 release-blocker] - #136561 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.3.1-rc release-blocker] - #136460 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot P-2 T-sql-foundations branch-release-24.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 hours ago

Note: This build has runtime assertions enabled. If the same failure was hit in a run without assertions enabled, there should be a similar failure without this message. If there isn't one, then this failure is likely due to an assertion violation or (assertion) timeout.

roachtest.activerecord failed with artifacts on master @ 44de2d379610067e14a7ebfbc92e64311f13a232:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #136562 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.3 release-blocker] - #136561 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.3.1-rc release-blocker] - #136460 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot P-2 T-sql-foundations branch-release-24.2]

This test on roachdash | Improve this report!

cockroach-teamcity commented 2 hours ago

roachtest.activerecord failed with artifacts on master @ 44de2d379610067e14a7ebfbc92e64311f13a232:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
For a full summary look at the activerecord artifacts 
An updated blocklist (activeRecordBlocklist) is available in the artifacts' activerecord log
test artifacts and logs in: /artifacts/activerecord/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #136562 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.3 release-blocker] - #136561 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.3.1-rc release-blocker] - #136460 roachtest: activerecord failed [B-runtime-assertions-enabled C-test-failure O-roachtest O-robot P-2 T-sql-foundations branch-release-24.2]

This test on roachdash | Improve this report!