Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 61718 invoked from network); 31 Oct 2010 01:19:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Oct 2010 01:19:46 -0000 Received: (qmail 8086 invoked by uid 500); 31 Oct 2010 01:19:46 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 8037 invoked by uid 500); 31 Oct 2010 01:19:46 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 8029 invoked by uid 99); 31 Oct 2010 01:19:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Oct 2010 01:19:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Oct 2010 01:19:44 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9V1JLRp008497 for ; Sun, 31 Oct 2010 01:19:22 GMT Message-ID: <25112318.159931288487961976.JavaMail.jira@thor> Date: Sat, 30 Oct 2010 21:19:21 -0400 (EDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSHARED-70) Bug when switching to winter time MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Bug when switching to winter time --------------------------------- Key: DIRSHARED-70 URL: https://issues.apache.org/jira/browse/DIRSHARED-70 Project: Directory Shared Issue Type: Bug Affects Versions: 0.9.19 Reporter: Emmanuel Lecharny Priority: Critical Fix For: 0.9.20 Tonite, before going to bed, I ran the tests before doing some commit. I was very surprised to get an error in shared, as it was running well this afternoon. What was wrong ? It didn't took me too long to see that the testCsn test was failing because I ran it at 2:45 am, 15 minutes before we switch from summer time to winter time (and accordingly to this, the test now passes at 3:15am oops, 2:15am). Anyway, we are badly manipulating dates and format in the CSN class, I guess. We have to check this part of the code if we don't want to get some bad errors in production ! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.