You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/10/20 10:51:14 UTC

[GitHub] [incubator-kvrocks] tisonkun opened a new issue, #1016: Flaky Test TestSlotMigrateFromSlave

tisonkun opened a new issue, #1016:
URL: https://github.com/apache/incubator-kvrocks/issues/1016

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Motivation
   
   ```
   --- FAIL: TestSlotMigrateFromSlave (2.36s)
       server.go:106: 
           	Error Trace:	/home/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/integration/slotmigrate/server.go:106
           	            				/home/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/integration/slotmigrate/server.go:112
           	            				/home/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/integration/slotmigrate/server.go:101
           	            				/home/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/integration/slotmigrate/slotmigrate_test.go:47
           	            				/home/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/integration/slotmigrate/slotmigrate_test.go:65
           	Error:      	Received unexpected error:
           	            	signal: aborted (core dumped)
           	Test:       	TestSlotMigrateFromSlave
   FAIL
   ```
   
   ### Solution
   
   Perhaps we should upload server output on test failures? cc @PragmaTwice 
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk commented on issue #1016: Flaky Test TestSlotMigrateFromSlave

Posted by GitBox <gi...@apache.org>.
git-hulk commented on issue #1016:
URL: https://github.com/apache/incubator-kvrocks/issues/1016#issuecomment-1289853619

   https://github.com/apache/incubator-kvrocks/actions/runs/3314140570/jobs/5474097740 Another flaky case


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] tisonkun commented on issue #1016: Flaky Test TestSlotMigrateFromSlave

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #1016:
URL: https://github.com/apache/incubator-kvrocks/issues/1016#issuecomment-1285324170

   https://github.com/apache/incubator-kvrocks/actions/runs/3288512905/jobs/5418990199


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk commented on issue #1016: Flaky Test TestSlotMigrateFromSlave

Posted by GitBox <gi...@apache.org>.
git-hulk commented on issue #1016:
URL: https://github.com/apache/incubator-kvrocks/issues/1016#issuecomment-1289864332

   I'm also thinking how to download the log file if it cored


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] tisonkun commented on issue #1016: Flaky Test TestSlotMigrateFromSlave

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #1016:
URL: https://github.com/apache/incubator-kvrocks/issues/1016#issuecomment-1289855336

   @git-hulk they're somehow different issues - not the exact failure cause, or not the exact test case:
   
   ```
   --- FAIL: TestSlotMigrateDataType (85.48s)
       --- FAIL: TestSlotMigrateDataType/MIGRATE_-_Migrate_incremental_data_via_parsing_and_filtering_data_in_WAL (60.85s)
           slotmigrate_test.go:703: 
               	Error Trace:	/Users/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/integration/slotmigrate/slotmigrate_test.go:703
               	            				/Users/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/integration/slotmigrate/slotmigrate_test.go:625
               	Error:      	Condition never satisfied
               	Test:       	TestSlotMigrateDataType/MIGRATE_-_Migrate_incremental_data_via_parsing_and_filtering_data_in_WAL
   FAIL
   exit status 1
   ```
   
   ```
   --- FAIL: TestPubSub (1.20s)
       server.go:106: 
           	Error Trace:	/Users/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/unit/pubsub/server.go:106
           	            				/Users/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/unit/pubsub/server.go:112
           	            				/Users/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/unit/pubsub/server.go:101
           	            				/Users/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/unit/pubsub/pubsub_test.go:369
           	Error:      	Received unexpected error:
           	            	signal: abort trap
           	Test:       	TestPubSub
   FAIL
   exit status 1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk commented on issue #1016: Flaky Test TestSlotMigrateFromSlave

Posted by GitBox <gi...@apache.org>.
git-hulk commented on issue #1016:
URL: https://github.com/apache/incubator-kvrocks/issues/1016#issuecomment-1285350229

   Looks crash after sending the terminate signal, but have no idea to reproduce it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk closed issue #1016: Flaky Test TestSlotMigrateFromSlave

Posted by GitBox <gi...@apache.org>.
git-hulk closed issue #1016: Flaky Test TestSlotMigrateFromSlave
URL: https://github.com/apache/incubator-kvrocks/issues/1016


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk commented on issue #1016: Flaky Test TestSlotMigrateFromSlave

Posted by GitBox <gi...@apache.org>.
git-hulk commented on issue #1016:
URL: https://github.com/apache/incubator-kvrocks/issues/1016#issuecomment-1289857022

   > @git-hulk they're somehow different issues - not the exact failure cause, or not the exact test case:
   > 
   > ```
   > --- FAIL: TestSlotMigrateDataType (85.48s)
   >     --- FAIL: TestSlotMigrateDataType/MIGRATE_-_Migrate_incremental_data_via_parsing_and_filtering_data_in_WAL (60.85s)
   >         slotmigrate_test.go:703: 
   >             	Error Trace:	/Users/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/integration/slotmigrate/slotmigrate_test.go:703
   >             	            				/Users/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/integration/slotmigrate/slotmigrate_test.go:625
   >             	Error:      	Condition never satisfied
   >             	Test:       	TestSlotMigrateDataType/MIGRATE_-_Migrate_incremental_data_via_parsing_and_filtering_data_in_WAL
   > FAIL
   > exit status 1
   > ```
   > 
   > ```
   > --- FAIL: TestPubSub (1.20s)
   >     server.go:106: 
   >         	Error Trace:	/Users/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/unit/pubsub/server.go:106
   >         	            				/Users/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/unit/pubsub/server.go:112
   >         	            				/Users/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/unit/pubsub/server.go:101
   >         	            				/Users/runner/work/incubator-kvrocks/incubator-kvrocks/tests/gocase/unit/pubsub/pubsub_test.go:369
   >         	Error:      	Received unexpected error:
   >         	            	signal: abort trap
   >         	Test:       	TestPubSub
   > FAIL
   > exit status 1
   > ```
   
   Yes, for the `TestPusSub` test case, it should be the same with [TestSlotMigrateFromSlave](https://github.com/apache/incubator-kvrocks/issues/1016#top), there're core when exiting the server.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] tisonkun commented on issue #1016: Flaky Test TestSlotMigrateFromSlave

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #1016:
URL: https://github.com/apache/incubator-kvrocks/issues/1016#issuecomment-1289858017

   @git-hulk I'm thinking of uploading the log files if there's a test failure...Don't have a concrete plan yet, though.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org