Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachtest: activerecord failed #136560

Closed
cockroach-teamcity opened this issue Dec 3, 2024 · 26 comments · Fixed by #137383
Closed

roachtest: activerecord failed #136560

cockroach-teamcity opened this issue Dec 3, 2024 · 26 comments · Fixed by #137383
Assignees
Labels
B-runtime-assertions-enabled branch-master Failures and bugs on the master branch. branch-release-24.2 Used to mark GA and release blockers, technical advisories, and bugs for 24.2 branch-release-24.3 Used to mark GA and release blockers, technical advisories, and bugs for 24.3 C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. P-2 Issues/test failures with a fix SLA of 3 months T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Dec 3, 2024

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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=default
  • runtimeAssertionsBuild=true
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-45127

@cockroach-teamcity cockroach-teamcity added B-runtime-assertions-enabled branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Dec 3, 2024
@cockroach-teamcity
Copy link
Member Author

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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=epoch
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=expiration
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=expiration
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=leader
  • runtimeAssertionsBuild=true
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=default
  • runtimeAssertionsBuild=true
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=epoch
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@fqazi
Copy link
Collaborator

fqazi commented Dec 4, 2024

Seeing the following failure here:

SecureTokenTest#test_token_value_not_overwritten_when_present:
ArgumentError: wrong number of arguments (given 2, expected 0..1)
    /usr/local/lib/ruby/3.1.0/random/formatter.rb:213:in `alphanumeric'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/core_ext/securerandom.rb:20:in `base58'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activerecord/lib/active_record/secure_token.rb:62:in `generate_unique_secure_token'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activerecord/lib/active_record/secure_token.rb:56:in `block in has_secure_token'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:407:in `instance_exec'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:407:in `block in make_lambda'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:179:in `block in call'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:668:in `block (2 levels) in default_terminator'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:667:in `catch'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:667:in `block in default_terminator'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:180:in `call'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:559:in `block in invoke_before'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:559:in `each'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:559:in `invoke_before'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:109:in `run_callbacks'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:913:in `_run_create_callbacks'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activerecord/lib/active_record/callbacks.rb:445:in `_create_record'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activerecord/lib/active_record/timestamp.rb:116:in `_create_record'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activerecord/lib/active_record/persistence.rb:896:in `create_or_update'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activerecord/lib/active_record/callbacks.rb:441:in `block in create_or_update'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activerecord/lib/active_record/autosave_association.rb:362:in `around_save_collection_association'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:130:in `block in run_callbacks'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:141:in `run_callbacks'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activesupport/lib/active_support/callbacks.rb:913:in `_run_save_callbacks'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activerecord/lib/active_record/callbacks.rb:441:in `create_or_update'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activerecord/lib/active_record/timestamp.rb:127:in `create_or_update'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activerecord/lib/active_record/persistence.rb:393:in `save'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activerecord/lib/active_record/validations.rb:48:in `save'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activerecord/lib/active_record/transactions.rb:362:in `block in save'
    /usr/local/lib/ruby/gems/3.1.0/bundler/gems/rails-3f32215efb06/activerecord/lib/active_record/transactions.rb:418:in `block (2 levels) in 

@fqazi fqazi added P-3 Issues/test failures with no fix SLA P-2 Issues/test failures with a fix SLA of 3 months and removed release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. P-3 Issues/test failures with no fix SLA labels Dec 4, 2024
@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ d87d47386f47e826d4694fa50113a1d9ff6a9612:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (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: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (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_subclasses_can_redefine_tokens (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (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: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (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: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (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/cpu_arch=arm64/run_1

Parameters:

  • arch=arm64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=false
  • metamorphicLeases=leader
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 535f8f31b122261c54e0b27f803010c71b25377f:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=default
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 78e363f4cbd720292aad2a3bed24790cd1573fd2:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (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: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (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: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (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: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (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: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=epoch
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 757b9ab8278cbbfb9ce468341e71a3611d7857b2:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (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_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=expiration
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 826681a388c27524b3b3c5a5b66aaadafd05fc40:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (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)
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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=leader
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 74e821f1d1ce358f49354f8581b8663aa4c2fb15:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (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: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (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: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=leader
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 5a7850a72f941992b1bb4b23a73b5fa5e9f15a68:

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_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- 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_authenticates_using_multiple_passwords (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=expiration
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ b4280f7c6613f362791478696adbdf2cc67dd874:

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_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (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_password (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (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: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (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: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=default
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 0500ce6dc5974af55867c6da0c816e0e64e472b0:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (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: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=default
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 844d7637f3b4dc1275e8aa05c1cf3bbb1f59f8eb:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (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: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (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: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (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: TokenForTest#test_raises_when_token_definition_does_not_exist (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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=expiration
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 21d1123dce5401b1ec580d4156db5db075074506:

--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_assignment_before_either_saved (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (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_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (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: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_build_before_child_saved (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_save_fails_for_invalid_has_one (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_not_resaved_when_unchanged (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_assignment_before_parent_saved (unexpected)
--- FAIL: TestDefaultAutosaveAssociationOnAHasOneAssociation#test_save_succeeds_for_invalid_has_one_with_validate_false (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (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)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=leader
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 9744e5f1676a752d5b200fe7bce84ca8b44afca0:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (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: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (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/cpu_arch=arm64/run_1

Parameters:

  • arch=arm64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=false
  • metamorphicLeases=default
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ d7ea85402dc35e36c6cc35520fa91f25fd5c999d:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (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_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (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_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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=default
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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 @ 683618f4400ecbffb45564697fdb864909eca956:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (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_finds_record_through_subclass (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=expiration
  • runtimeAssertionsBuild=true
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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 @ de3b1220f5c71ac966561505c1b379060fa1407f:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (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: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (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: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=expiration
  • runtimeAssertionsBuild=true
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ d18eb683b2759fd8814dacf0baa913f596074a17:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (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: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- 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_finds_record_through_relation (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: TokenForTest#test_tokens_do_not_expire_by_default (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=epoch
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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 @ e8ee6f574ddf1fce1a4cb53f392c5a9baf633b76:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (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_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: HasOneAssociationsTest#test_has_one_double_belongs_to_destroys_both_from_either_end (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: SecureTokenTest#test_token_value_not_overwritten_when_present (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (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: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_is_skipped_if_column_was_not_selected (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_takes_the_same_amount_of_time_regardless_of_whether_record_is_found (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: AutomaticInverseFindingTests#test_has_one_and_belongs_to_with_non_default_foreign_key_should_not_find_inverse_automatically (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: TokenForTest#test_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (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: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=leader
  • runtimeAssertionsBuild=true
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on master @ 603ff88e54d3e3f6e49b0f673abd5ec564bf418b:

0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: TokenForTest#test_does_not_find_record_when_expires_in_is_different (unexpected)
--- FAIL: TokenForTest#test_finds_record_with_a_custom_primary_key (unexpected)
--- FAIL: SuppressorTest#test_suppresses_create_in_callback (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_password (unexpected)
--- FAIL: SecureTokenTest#test_regenerating_the_secure_token (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_relation (unexpected)
--- FAIL: SecureTokenTest#test_token_values_are_generated_for_specified_attributes_and_persisted_on_save (unexpected)
--- PASS: SerializedAttributeTestWithYamlSafeLoad#test_unexpected_serialized_type (expected)
--- FAIL: TokenForTest#test_returns_nil_when_record_is_not_found (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_when_password_is_correct (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_embedded_data_is_different (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_nil (unexpected)
--- 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: HasManyThroughAssociationsTest#test_has_many_through_with_scope_should_respect_table_alias (unexpected)
--- FAIL: SecureTokenTest#test_token_calls_the_setter_method (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_supports_JSON-serializable_embedded_data (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_for_a_different_purpose (unexpected)
--- FAIL: SuppressorTest#test_suppresses_validations_on_create (unexpected)
--- FAIL: TokenForTest#test_subclasses_can_redefine_tokens (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_does_not_authenticate_when_password_is_incorrect (unexpected)
--- FAIL: TokenForTest#test_finds_record_through_subclass (unexpected)
--- FAIL: TokenForTest#test_finds_record_when_token_has_not_expired_and_embedded_data_has_not_changed (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_has_expired (unexpected)
--- FAIL: SuppressorTest#test_suppresses_update (unexpected)
--- FAIL: TokenForTest#test_does_not_find_record_when_token_is_invalid (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_accepts_any_object_that_implements_to_h (unexpected)
--- FAIL: SecureTokenTest#test_generating_token_on_initialize_happens_only_once (unexpected)
--- FAIL: TokenForTest#test_raises_on_bang_when_record_is_not_found (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_short_circuits_when_password_is_an_empty_string (unexpected)
--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
--- FAIL: TokenForTest#test_raises_when_token_definition_does_not_exist (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_requires_at_least_one_attribute (unexpected)
--- FAIL: SecureTokenTest#test_token_on_callback (unexpected)
--- FAIL: TokenForTest#test_raises_when_no_primary_key_has_been_declared (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: HasAndBelongsToManyAssociationsTest#test_association_name_is_the_same_as_join_table_name (unexpected)
--- FAIL: SuppressorTest#test_resumes_saving_after_suppression_complete (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_finds_record_using_multiple_attributes (unexpected)
--- FAIL: TokenForTest#test_finds_record_by_token (unexpected)
--- FAIL: SecurePasswordTest#test_authenticate_by_authenticates_using_multiple_passwords (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:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=4
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • metamorphicLeases=default
  • runtimeAssertionsBuild=false
  • ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@craig craig bot closed this as completed in 42593c0 Dec 13, 2024
Copy link

blathers-crl bot commented Dec 13, 2024

Based on the specified backports for linked PR #137383, I applied the following new label(s) to this issue: branch-release-24.2, branch-release-24.3. Please adjust the labels as needed to match the branches actually affected by this issue, including adding any known older branches.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@blathers-crl blathers-crl bot added branch-release-24.2 Used to mark GA and release blockers, technical advisories, and bugs for 24.2 branch-release-24.3 Used to mark GA and release blockers, technical advisories, and bugs for 24.3 labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-runtime-assertions-enabled branch-master Failures and bugs on the master branch. branch-release-24.2 Used to mark GA and release blockers, technical advisories, and bugs for 24.2 branch-release-24.3 Used to mark GA and release blockers, technical advisories, and bugs for 24.3 C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. P-2 Issues/test failures with a fix SLA of 3 months T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants