* [ruby-core:122214] [Ruby Bug#21355] `csv/test/csv/interface/test_read.rb` at test-bundled-gems is flaky recent days
@ 2025-05-21 8:02 hsbt (Hiroshi SHIBATA) via ruby-core
2025-05-27 1:01 ` [ruby-core:122300] " hsbt (Hiroshi SHIBATA) via ruby-core
2025-06-24 10:52 ` [ruby-core:122594] " byroot (Jean Boussier) via ruby-core
0 siblings, 2 replies; 3+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2025-05-21 8:02 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #21355 has been reported by hsbt (Hiroshi SHIBATA).
----------------------------------------
Bug #21355: `csv/test/csv/interface/test_read.rb` at test-bundled-gems is flaky recent days
https://bugs.ruby-lang.org/issues/21355
* Author: hsbt (Hiroshi SHIBATA)
* Status: Open
* Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
I faced test failure of `make test-bundled-gems` in GitHub Actions. It caused by `csv` testing with `Ractor`.
https://github.com/ruby/ruby/actions/runs/15156308046/job/42611877817?pr=13391#step:9:697
```
/home/runner/work/ruby/ruby/src/gems/src/csv/test/csv/interface/test_read.rb:56: warning: Ractor is experimental, and the behavior may change in future versions of Ruby! Also there are many implementation issues.
<OBJ_INFO:rb_ractor_confirm_belonging@../src/ractor_core.h:370> (File)
/home/runner/work/ruby/ruby/src/lib/tempfile.rb:387: [BUG] rb_ractor_confirm_belonging object-ractor id:1, current-ractor id:3
ruby 3.5.0dev (2025-05-21T07:35:21Z pull/13391/merge 7c1f3e8f7e) [x86_64-linux]
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ruby-core:122300] [Ruby Bug#21355] `csv/test/csv/interface/test_read.rb` at test-bundled-gems is flaky recent days
2025-05-21 8:02 [ruby-core:122214] [Ruby Bug#21355] `csv/test/csv/interface/test_read.rb` at test-bundled-gems is flaky recent days hsbt (Hiroshi SHIBATA) via ruby-core
@ 2025-05-27 1:01 ` hsbt (Hiroshi SHIBATA) via ruby-core
2025-06-24 10:52 ` [ruby-core:122594] " byroot (Jean Boussier) via ruby-core
1 sibling, 0 replies; 3+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2025-05-27 1:01 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #21355 has been updated by hsbt (Hiroshi SHIBATA).
Status changed from Open to Assigned
Assignee set to ractor
This issue happened with not only csv tests.
https://github.com/ruby/ruby/actions/runs/14582713974/job/40902544946?pr=13146#step:12:856
```
<OBJ_INFO:rb_ractor_confirm_belonging@../src/ractor_core.h:374> (File)
/home/runner/work/ruby/ruby/src/lib/tempfile.rb:387: [BUG] rb_ractor_confirm_belonging object-ractor id:1, current-ractor id:2
ruby 3.5.0dev (2025-04-21T22:39:55Z pull/13146/merge 8f670373ad) +PRISM [x86_64-linux]
```
----------------------------------------
Bug #21355: `csv/test/csv/interface/test_read.rb` at test-bundled-gems is flaky recent days
https://bugs.ruby-lang.org/issues/21355#change-113444
* Author: hsbt (Hiroshi SHIBATA)
* Status: Assigned
* Assignee: ractor
* Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
I faced test failure of `make test-bundled-gems` in GitHub Actions. It caused by `csv` testing with `Ractor`.
https://github.com/ruby/ruby/actions/runs/15156308046/job/42611877817?pr=13391#step:9:697
```
/home/runner/work/ruby/ruby/src/gems/src/csv/test/csv/interface/test_read.rb:56: warning: Ractor is experimental, and the behavior may change in future versions of Ruby! Also there are many implementation issues.
<OBJ_INFO:rb_ractor_confirm_belonging@../src/ractor_core.h:370> (File)
/home/runner/work/ruby/ruby/src/lib/tempfile.rb:387: [BUG] rb_ractor_confirm_belonging object-ractor id:1, current-ractor id:3
ruby 3.5.0dev (2025-05-21T07:35:21Z pull/13391/merge 7c1f3e8f7e) [x86_64-linux]
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ruby-core:122594] [Ruby Bug#21355] `csv/test/csv/interface/test_read.rb` at test-bundled-gems is flaky recent days
2025-05-21 8:02 [ruby-core:122214] [Ruby Bug#21355] `csv/test/csv/interface/test_read.rb` at test-bundled-gems is flaky recent days hsbt (Hiroshi SHIBATA) via ruby-core
2025-05-27 1:01 ` [ruby-core:122300] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2025-06-24 10:52 ` byroot (Jean Boussier) via ruby-core
1 sibling, 0 replies; 3+ messages in thread
From: byroot (Jean Boussier) via ruby-core @ 2025-06-24 10:52 UTC (permalink / raw)
To: ruby-core; +Cc: byroot (Jean Boussier)
Issue #21355 has been updated by byroot (Jean Boussier).
Status changed from Assigned to Closed
`tempfile.rb:387` is the finalizer. This is a duplicate of [Bug #21315]
----------------------------------------
Bug #21355: `csv/test/csv/interface/test_read.rb` at test-bundled-gems is flaky recent days
https://bugs.ruby-lang.org/issues/21355#change-113832
* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Assignee: ractor
* Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: UNKNOWN
----------------------------------------
I faced test failure of `make test-bundled-gems` in GitHub Actions. It caused by `csv` testing with `Ractor`.
https://github.com/ruby/ruby/actions/runs/15156308046/job/42611877817?pr=13391#step:9:697
```
/home/runner/work/ruby/ruby/src/gems/src/csv/test/csv/interface/test_read.rb:56: warning: Ractor is experimental, and the behavior may change in future versions of Ruby! Also there are many implementation issues.
<OBJ_INFO:rb_ractor_confirm_belonging@../src/ractor_core.h:370> (File)
/home/runner/work/ruby/ruby/src/lib/tempfile.rb:387: [BUG] rb_ractor_confirm_belonging object-ractor id:1, current-ractor id:3
ruby 3.5.0dev (2025-05-21T07:35:21Z pull/13391/merge 7c1f3e8f7e) [x86_64-linux]
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-24 10:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-21 8:02 [ruby-core:122214] [Ruby Bug#21355] `csv/test/csv/interface/test_read.rb` at test-bundled-gems is flaky recent days hsbt (Hiroshi SHIBATA) via ruby-core
2025-05-27 1:01 ` [ruby-core:122300] " hsbt (Hiroshi SHIBATA) via ruby-core
2025-06-24 10:52 ` [ruby-core:122594] " byroot (Jean Boussier) via ruby-core
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).