Skip to content
Success

Changes

Summary

  1. fix: remove ruby_orm test for tiproxy (#2890) (commit: 12cc676) (details)
Commit 12cc676331a426d74aae403524c8c0c170aeee20 by noreply
fix: remove ruby_orm test for tiproxy (#2890)

The ruby_orm always reports error, which is caused by TiDB. The CI in
TiDB ignores ruby_orm, so TiProxy also ignores it.

Errors:
```
Failure:

SchemaDumperTest#test_schema_dumps_index_sort_order [/home/jenkins/agent/workspace/pingcap/tiproxy/merged_integration_ruby_orm_test/tidb-test/activerecord_orm_test/activerecord-orm-test/activerecord/test/cases/schema_dumper_test.rb:195]:

--- expected

+++ actual

@@ -1,3 +1 @@

-# encoding: UTF-8

-#    valid: true

-"t.index [\"name\", \"rating\"], name: \"index_companies_on_name_and_rating\", order: :desc"

+"t.index [\"name\", \"rating\"], name: \"index_companies_on_name_and_rating\""

rails test home/jenkins/agent/workspace/pingcap/tiproxy/merged_integration_ruby_orm_test/tidb-test/activerecord_orm_test/activerecord-orm-test/activerecord/test/cases/schema_dumper_test.rb:192

....................F

Failure:

SchemaDumperTest#test_schema_dumps_index_columns_in_right_order [/home/jenkins/agent/workspace/pingcap/tiproxy/merged_integration_ruby_orm_test/tidb-test/activerecord_orm_test/activerecord-orm-test/activerecord/test/cases/schema_dumper_test.rb:172]:

--- expected

+++ actual

@@ -1,3 +1 @@

-# encoding: UTF-8

-#    valid: true

-"t.index [\"firm_id\", \"type\", \"rating\"], name: \"company_index\", length: { type: 10 }, order: { rating: :desc }"

+"t.index [\"firm_id\", \"type\", \"rating\"], name: \"company_index\", length: { type: 10 }"

rails test home/jenkins/agent/workspace/pingcap/tiproxy/merged_integration_ruby_orm_test/tidb-test/activerecord_orm_test/activerecord-orm-test/activerecord/test/cases/schema_dumper_test.rb:168
```
(commit: 12cc676)
The file was modifiedprow-jobs/pingcap-tiproxy-latest-postsubmits.yaml (diff)