view · edit · sidebar · attach · print · history

20111207-check-parallel-importer-oddb_org-migel-importer-ruby193

<< Masa.20111208-check-parallel-importer-oddb_org-migel-importer-ruby193 | 2011 | Masa.20111206-testcases-new-sequence-button-odba-data-corruption-oddb_org >>


  1. Replace pointer link in a repot mail oddb.org
  2. Check migel importer on Ruby 1.9.3

Goal/Estimate/Evaluation
  • migel importer on Ruby 1.9.3 / 70% / 70%
Milestones
  • check parallel importer oddb.org (odba) locally
  • migel importer
  • (Testcases odba)

Commit


Replace pointer link in a repot mail oddb.org

Email

Commit

Check migel importer on Ruby 1.9.3

Refer to http://dev.ywesee.com/wiki.php/Choddb/MiGelChangelog#importer_20111207

Memo

  • 18_19_loading_compatibility.rb (for Date, DateTime instance) works from Ruby 1.9 to 1.8 through druby
  • It does not work from 1.8 to 1.9

Test DateTime object transfer

Test1 (from 1.8 to 1.8)

  • ruby186 drb_server.rb
  • ruby186 drb_client.rb
$ ruby drb_client.rb 
"2011.12.07"

Test2 (from 1.9 to 1.9)

  • ruby193 drb_server.rb
  • ruby193 drb_client.rb
$ ruby193 drb_client.rb 
"2011.12.07"

Test3 (from 1.9 to 1.8)

  • ruby193 drb_server.b
  • ruby186 drb_client.rb
$ ruby drb_client.rb 
"2011.12.07"

Test4 (from 1.8 to 1.9)

  • ruby186 drb_server.rb
  • ruby193 drb_client.rb
$ ruby193 drb_client.rb 
"-4712.01.25"
view · edit · sidebar · attach · print · history
Page last modified on January 10, 2012, at 04:14 PM