Project

General

Profile

Actions

Bug #14034

closed

Intermediate failures on Jenkins for puppetclass_lookup_key integration test

Added by Ori Rabin about 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Tests
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

This test fails between visit and within because the table isn't there yet:


test "uncheck override" do
  visit puppetclass_lookup_keys_path
  within(:xpath, "//table") do
    click_link "ssl" 
  end

This might also start happening in test 'can hide value when overriden' which starts the same as the test above.


Related issues 2 (0 open2 closed)

Related to Foreman - Bug #13293: Intermittent host#edit parameter integration test failures after timeoutResolvedDaniel Lobato Garcia01/20/2016Actions
Related to Foreman - Bug #13976: Unckecking override checkbox in smart class parameters effects other checkboxesClosedOri Rabin03/01/2016Actions
Actions #1

Updated by Dominic Cleal about 8 years ago

  • Related to Bug #13293: Intermittent host#edit parameter integration test failures after timeout added
Actions #2

Updated by Dominic Cleal about 8 years ago

  • Related to Bug #13976: Unckecking override checkbox in smart class parameters effects other checkboxes added
Actions #3

Updated by Dominic Cleal about 8 years ago

  • Category set to Tests

It looks quite similar to #13293, where the timeout does appear to be working as the test takes over thirty seconds:

15:46:30 PtableIntegrationTest#test_0003_make sure that ptable names with slashes and dots work = 4.13 s = .
15:46:33 PuppetclassLookupKeyIntegrationTest#test_0001_index page = 2.95 s = .
15:46:37 PuppetclassLookupKeyIntegrationTest#test_0002_edit page = 3.76 s = .
15:46:49 PuppetclassLookupKeyIntegrationTest::js tests#test_0001_can hide value when overriden = 11.94 s = .
15:47:27 PuppetclassLookupKeyIntegrationTest::js tests#test_0002_uncheck override = 38.01 s = E
15:47:31 PuppetclassIntegrationTest#test_0001_edit page = 3.90 s = .
15:47:34 RealmIntegrationTest#test_0001_index page = 2.73 s = .
Actions #4

Updated by Dominic Cleal about 8 years ago

Assertion output:

15:49:40  10) Error:
15:49:40 PuppetclassLookupKeyIntegrationTest::js tests#test_0002_uncheck override:
15:49:40 Capybara::ElementNotFound: Unable to find xpath "//table" 
15:49:40     test/integration/puppetclass_lookup_key_test.rb:41:in `block (2 levels) in <class:PuppetclassLookupKeyIntegrationTest>'
Actions #5

Updated by Dominic Cleal about 8 years ago

  • Status changed from New to Resolved

Tentatively marking as resolved as it's probably the same as #14340 and #13293, please re-open if it recurs.

Actions

Also available in: Atom PDF